Settings
{#if $store.errors && $store.errors.length > 0}
{/if}
Fields
Add new field
| Edit |
Name |
Type |
Values |
|
{#each record ? record.fields : [] as field}
|
editField(field)} />
|
{field.name}
|
{field.type} |
{field.typeOptions.values || ''} |
deleteField(field)} />
|
{/each}
Save
{#if modelExistsInHierarchy}
Create Child Model on {record.name}
{
backendUiStore.actions.modals.show('VIEW')
await tick()
store.newChildIndex()
}}>
Create Child View on {record.name}
Delete
{/if}
{:else}