mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
system field widths
This commit is contained in:
@@ -332,7 +332,7 @@ export default defineComponent({
|
||||
},
|
||||
readonly: true,
|
||||
hidden: true,
|
||||
width: 'full',
|
||||
width: 'half',
|
||||
},
|
||||
schema: {},
|
||||
});
|
||||
@@ -347,7 +347,7 @@ export default defineComponent({
|
||||
interface: 'datetime',
|
||||
readonly: true,
|
||||
hidden: true,
|
||||
width: 'full',
|
||||
width: 'half',
|
||||
},
|
||||
schema: {},
|
||||
});
|
||||
@@ -366,7 +366,7 @@ export default defineComponent({
|
||||
},
|
||||
readonly: true,
|
||||
hidden: true,
|
||||
width: 'full',
|
||||
width: 'half',
|
||||
},
|
||||
schema: {},
|
||||
});
|
||||
@@ -381,7 +381,7 @@ export default defineComponent({
|
||||
interface: 'datetime',
|
||||
readonly: true,
|
||||
hidden: true,
|
||||
width: 'full',
|
||||
width: 'half',
|
||||
},
|
||||
schema: {},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user