Files
wp-headless/wp-content/themes/moonshine/app/components/sections/SectionTextBlock.fragment.gql

9 lines
174 B
GraphQL

fragment SectionTextBlock on GroupAbstractBuilderSectionsTextBlockLayout {
content
layoutSettings {
...LayoutColored
...LayoutContained
...LayoutPadded
}
}