feat: Initial AcfLayout field
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
fragment SectionProse on GroupAbstractBuilderSectionsProseLayout {
|
||||
content
|
||||
layout: layoutSettings @nonNull {
|
||||
...AcfLayout
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,5 +5,7 @@ defineProps<{ section: SectionProseFragment }>();
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div class="prose" v-html="section.content"></div>
|
||||
<AcfLayout :layout="section.layout">
|
||||
<div class="prose" v-html="section.content"></div>
|
||||
</AcfLayout>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user