mirror of
https://github.com/directus/directus.git
synced 2026-01-28 13:38:10 -05:00
move default value to schema
This commit is contained in:
@@ -15,7 +15,9 @@ export default defineInterface(({ i18n }) => ({
|
||||
meta: {
|
||||
width: 'full',
|
||||
interface: 'text-input',
|
||||
default_value: '',
|
||||
},
|
||||
schema: {
|
||||
default_value: null,
|
||||
},
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user