Moved the description block out of the header to ensure it's visible for the view mode

This commit is contained in:
Dean 2023-10-27 11:36:45 +01:00
parent a4f345de39
commit d9f52295ee
1 changed files with 3 additions and 7 deletions

View File

@ -220,15 +220,11 @@
</BlockComponent>
{/if}
</BlockComponent>
{#if description}
<BlockComponent
type="text"
props={{ text: description }}
order={1}
/>
{/if}
</BlockComponent>
{/if}
{#if description}
<BlockComponent type="text" props={{ text: description }} order={1} />
{/if}
{#key fields}
<BlockComponent type="fieldgroup" props={{ labelPosition }} order={1}>
{#each fields as field, idx}