wip: Builder features

This commit is contained in:
2025-09-22 14:22:21 -04:00
parent dcf12d9216
commit 23b4e13994
14 changed files with 949 additions and 362 deletions

View File

@@ -6,6 +6,7 @@ defineProps<SectionTextBlockFragment>();
<template>
<section data-section-type="text-block">
<div v-html="content" />
<div :class="layoutSettings?.contentWidth" v-html="content" />
<pre>{{ layoutSettings }}</pre>
</section>
</template>