mirror of
https://github.com/directus/directus.git
synced 2026-01-28 21:28:10 -05:00
allow unselecting props
This commit is contained in:
@@ -68,7 +68,7 @@ export default defineInterface(({ i18n }) => ({
|
||||
width: 'half',
|
||||
interface: 'dropdown',
|
||||
options: {
|
||||
showDeselect: true,
|
||||
allowNone: true,
|
||||
choices: [
|
||||
{ text: i18n.t('interfaces.tags.hyphen'), value: '-' },
|
||||
{ text: i18n.t('interfaces.tags.underscore'), value: '_' },
|
||||
@@ -85,7 +85,7 @@ export default defineInterface(({ i18n }) => ({
|
||||
width: 'half',
|
||||
interface: 'dropdown',
|
||||
options: {
|
||||
showDeselect: true,
|
||||
allowNone: true,
|
||||
choices: [
|
||||
{ text: i18n.t('interfaces.tags.uppercase'), value: 'uppercase' },
|
||||
{ text: i18n.t('interfaces.tags.lowercase'), value: 'lowercase' },
|
||||
|
||||
Reference in New Issue
Block a user