{block.name}
{#each inputs as [key, value]}
{value.title}
{#if value.type === "string" && value.enum}
(value.pretty ? value.pretty[idx] : x)} /> {:else if value.customType === "password"}
{:else if value.customType === "email"}
(block.inputs[key] = e.detail)} {bindings} /> {:else if value.customType === "table"}
{:else if value.customType === "row"}
{:else if value.customType === "webhookUrl"}
{:else if value.customType === "triggerSchema"}
{:else if value.type === "string" || value.type === "number"}
(block.inputs[key] = e.detail)} {bindings} /> {/if}
{/each}
{#if stepId === "WEBHOOK"}
webhookModal.show()}>Set Up Webhook
{/if}