Logo of FrontifyDeveloper portalArrow to the right
GraphQL reference
Input object type

UpdateGuidelinePageSectionDataInput

No description
Input fields
label: String
Beta

The label of the section.

columnProportions: [Int!]
Beta

The columnProportions for the 24-column layout should be set for the section.

alignment: String
Beta

The alignment of the content in the section.

maxWidth: String
Beta

The maxWidth of the section. Needs to be a value including one of the allowed units. (px,vw,rem,%,vh)

verticalPadding: String
Beta

The verticalPadding of the section. Needs to be a value including one of the allowed units. (px,vw,rem,%,vh)

horizontalPadding: String
Beta

The horizontalPadding of the section. Needs to be a value including one of the allowed units. (px,vw,rem,%,vh)

verticalGutter: String
Beta

The verticalGutter of the section. Needs to be a value including one of the allowed units. (px,vw,rem,%,vh)

horizontalGutter: String
Beta

The horizontalGutter of the section. Needs to be a value including one of the allowed units. (px,vw,rem,%,vh)

colorSchemeId: String
Beta

The id of the color scheme that will be applied to this GuidelinePageSection.

The backgroundFit of the section.

hasBorder: Boolean
Beta

Whether the section should have a border or not.

The style of the border.

borderWidth: String
Beta

The width of the border.

borderColor: RgbaColorInput
Beta

The color of the border.

borderRadius: String
Beta

The borderRadius of the section. Needs to be a value including one of the allowed units. (px,vw,rem,%,vh)