Files
cultureat-bak/wp-content/themes/ccat/app/components/sections/SectionTextBlock.fragment.gql
Pascal Martineau 1f81cb4ad8
All checks were successful
Deploy WordPress and Nuxt / deploy (push) Successful in 57s
refactor: SectionWrapper
2025-09-24 15:38:45 -04:00

7 lines
132 B
GraphQL

fragment SectionTextBlock on GroupAbstractBuilderSectionsTextBlockLayout {
content
layoutSettings {
...SectionWrapper
}
}