feat: LaoutContained
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
fragment SectionTextBlock on GroupAbstractBuilderSectionsTextBlockLayout {
|
||||
content
|
||||
layoutSettings {
|
||||
...LayoutContained
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,5 +5,7 @@ defineProps<SectionTextBlockFragment>();
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div v-html="content" />
|
||||
<LayoutContained data-section-type="text-block" v-bind="layoutSettings!">
|
||||
<div v-html="content" />
|
||||
</LayoutContained>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user