feat: key value widget (#865)

This commit is contained in:
Daniel Lautzenheiser
2023-09-06 16:30:51 -04:00
committed by GitHub
parent 6bcf451a18
commit dbf007a586
24 changed files with 1059 additions and 51 deletions

View File

@ -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: {