{ changeStep(1) }}>Step 1: Metadata
{ changeStep(2) }}>Step 2: Code
{ changeStep(3) }}>Step 3: UI customisation
{#if step != 3}
{ changeStep(step + 1) }}>Next
{#if step == 2}
{ await inferSchema() editScript() }}>Save (commit)
{/if} {:else}
Save (commit)
{/if}
{#if script.hash != ''} Editing from {script.hash} with path{/if} {#if initialPath && initialPath != script.path} {initialPath} → {/if} {script.path}
{#if step === 1}
Script permissions depend on their path. Select the group
all
to share your script, and
user
to keep it private.
docs
Language
initContent(e.detail)} bind:value={script.language} />
Metadata
Summary
Description
Save as template
Description rendered
{:else if step === 2}
{:else if step === 3}
{/if}