Create / Edit View
Settings
Which models would you like to add to this view?
{#each indexableRecords as rec}
toggleAllowedRecord(rec)} />
{rec.node.name}
{/each}
Snippets
{#each Object.values(SNIPPET_EDITORS) as snippetType}
(currentSnippetEditor = snippetType)}> {snippetType}
{/each} {#if currentSnippetEditor === SNIPPET_EDITORS.MAP}
{:else if currentSnippetEditor === SNIPPET_EDITORS.FILTER}
{:else if currentSnippetEditor === SNIPPET_EDITORS.SHARD}
{/if}