{#snippet header()}

Entry Config: {tmp_entry_obj.name || '--'}

{/snippet}
{#if tab === 'actions'}

Quick Category

{#each journal?.cfg_json?.category_li ?? [] as cat (cat.code)} {/each}
{:else if tab === 'meta'}
{:else if tab === 'security'}

Status & Security

Sort Order Manual list position
{tmp_entry_obj.sort ?? 0}

Privacy Flags

{ handle_update_entry(); on_save(); }} hide_alert={journal?.cfg_json?.hide_btn_alert} hide_private={journal?.cfg_json?.hide_btn_private} hide_public={journal?.cfg_json?.hide_btn_public} hide_personal={journal?.cfg_json?.hide_btn_personal} hide_professional={journal?.cfg_json ?.hide_btn_professional} hide_template={journal?.cfg_json?.hide_btn_template} />
{#if tmp_entry_obj.private && !tmp_entry_obj.content && tmp_entry_obj.content_encrypted}

Disaster Recovery

If the encryption passcode is lost, the data is unrecoverable. You can force a reset to plain text to reuse this entry ID.

{/if}
{:else if tab === 'json'}
{/if}
{#snippet footer()} {/snippet}