Drop name option in repeater

This commit is contained in:
rijkvanzanten
2021-04-22 16:26:07 -04:00
parent 173121fa3a
commit dedbfad3a0

View File

@@ -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',