feat: HeroSplit section

This commit is contained in:
2026-01-30 08:49:03 -05:00
parent 8bd544b5c3
commit 0bafc3a9dd
4 changed files with 51 additions and 3 deletions

View File

@@ -1,8 +1,7 @@
fragment BuilderSections on GroupAbstractBuilder_Fields {
sections {
__typename
... on GroupAbstractBuilderSectionsTextBlockLayout {
... SectionTextBlock
}
... on GroupAbstractBuilderSectionsHeroSplitLayout { ... SectionHeroSplit }
... on GroupAbstractBuilderSectionsTextBlockLayout { ... SectionTextBlock }
}
}