Settings
{#if $store.errors && $store.errors.length > 0}
{/if}
Which models would you like to add to this view?
{#each indexableModels as model}
toggleAllowedModel(model)} />
{model.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}
Save
{#if !$store.currentNodeIsNew}
Delete
{/if}