feat: Initial AcfLayout field

This commit is contained in:
2026-03-30 08:20:02 -04:00
parent 46964ea1d3
commit d47c518565
9 changed files with 179 additions and 78 deletions

View File

@@ -1,3 +1,6 @@
fragment SectionProse on GroupAbstractBuilderSectionsProseLayout {
content
layout: layoutSettings @nonNull {
...AcfLayout
}
}