mirror of
https://github.com/directus/directus.git
synced 2026-01-25 13:38:02 -05:00
Placholder options should be full-width
This commit is contained in:
@@ -14,7 +14,7 @@ export default defineInterface(({ i18n }) => ({
|
||||
name: i18n.t('placeholder'),
|
||||
type: 'string',
|
||||
meta: {
|
||||
width: 'half',
|
||||
width: 'full',
|
||||
interface: 'text-input',
|
||||
options: {
|
||||
placeholder: i18n.t('enter_a_placeholder'),
|
||||
|
||||
Reference in New Issue
Block a user