Settings

{#if !record.isSingle} {/if}
{record.nodeKey()}

Fields {@html getIcon("plus")}

{#if record.fields.length > 0} {#each record.fields as field} {/each}
Name Type Options
{field.label}
{field.name}
{field.type} {@html getTypeOptions(field.typeOptions)} editField(field)}>{@html getIcon("edit")} deleteField(field)}>{@html getIcon("trash")}
{:else} (no fields added) {/if} {#if editingField} onFinishedFieldEdit(false) }> {/if}

Indexes

{#each record.indexes as index}
{index.name} editIndex(index)}>{@html getIcon("edit")}
records indexed: {getIndexAllowedRecords(index)} type: {index.indexType}
map: {index.map}
{#if index.filter}
filter: {index.filter}
{/if}
{:else}
No indexes added.
{/each}