10 lines
175 B
GraphQL
10 lines
175 B
GraphQL
fragment SectionHeroSplit on GroupAbstractBuilderSectionsHeroSplitLayout {
|
|
content
|
|
reverse
|
|
...AcfMedia
|
|
layoutSettings {
|
|
...LayoutColored
|
|
...LayoutPadded
|
|
}
|
|
}
|