feat: key value widget (#865)
This commit is contained in:
committed by
GitHub
parent
6bcf451a18
commit
dbf007a586
@ -91,8 +91,8 @@ const en: LocalePhrasesRoot = {
|
||||
max: '%{fieldLabel} must be %{maxValue} or less.',
|
||||
rangeCount: '%{fieldLabel} must have between %{minCount} and %{maxCount} item(s).',
|
||||
rangeCountExact: '%{fieldLabel} must have exactly %{count} item(s).',
|
||||
rangeMin: '%{fieldLabel} must be at least %{minCount} item(s).',
|
||||
rangeMax: '%{fieldLabel} must be %{maxCount} or less item(s).',
|
||||
rangeMin: '%{fieldLabel} must have at least %{minCount} item(s).',
|
||||
rangeMax: '%{fieldLabel} must have %{maxCount} or less item(s).',
|
||||
invalidPath: `'%{path}' is not a valid path.`,
|
||||
pathExists: `Path '%{path}' already exists.`,
|
||||
invalidColor: `Color '%{color}' is invalid.`,
|
||||
@ -201,6 +201,11 @@ const en: LocalePhrasesRoot = {
|
||||
add: 'Add %{item}',
|
||||
addType: 'Add %{item}',
|
||||
},
|
||||
keyvalue: {
|
||||
key: 'Key',
|
||||
value: 'Value',
|
||||
uniqueKeys: '%{keyLabel} must be unique',
|
||||
},
|
||||
},
|
||||
},
|
||||
mediaLibrary: {
|
||||
|
Reference in New Issue
Block a user