9 lines
174 B
GraphQL
9 lines
174 B
GraphQL
fragment SectionTextBlock on GroupAbstractBuilderSectionsTextBlockLayout {
|
|
content
|
|
layoutSettings {
|
|
...LayoutColored
|
|
...LayoutContained
|
|
...LayoutPadded
|
|
}
|
|
}
|