{#await import('$lib/inline-editor.svelte')}
{:then c}
{/await}
{#if data.cover_image != undefined && data.cover_image !== ''}

{
data.cover_image = null;
}}
/>
{:else}
{#await import('$lib/editor/uploader.svelte')}
{:then c}
{/await}
{/if}
{$t('editor.bg_image')}
{#if data.background_image}
{:else}
{#await import('$lib/editor/uploader.svelte')}
{:then c}
{/await}
{/if}