mirror of
https://github.com/directus/directus.git
synced 2026-02-01 23:45:02 -05:00
Drop name option in repeater
This commit is contained in:
@@ -53,21 +53,6 @@ export default defineComponent({
|
||||
});
|
||||
|
||||
const repeaterFields: DeepPartial<Field>[] = [
|
||||
{
|
||||
name: i18n.tc('name'),
|
||||
field: 'name',
|
||||
type: 'string',
|
||||
meta: {
|
||||
interface: 'text-input',
|
||||
width: 'full',
|
||||
sort: 1,
|
||||
options: {
|
||||
font: 'monospace',
|
||||
placeholder: i18n.t('interfaces.repeater.field_name_placeholder'),
|
||||
},
|
||||
},
|
||||
schema: null,
|
||||
},
|
||||
{
|
||||
name: i18n.tc('field', 1),
|
||||
field: 'field',
|
||||
|
||||
Reference in New Issue
Block a user