Skip to main content

ArticleSectionBlock

Overview

ArticleSectionBlock represents a section within an article. It includes attributes for headers, text content, media assets, and layout configurations to structure the content effectively.

Attributes

id

type: string (optional)

A unique identifier for the article section.

headerTextPosition

type: TextAlignment (optional)

Positioning of the header text within the article section.

text

type: string (optional)

Main text content of the article section.

bodyTextPosition

type: TextAlignment (optional)

Positioning of the body text within the article section.

fullBleed

type: boolean (optional)

Determines whether the article section spans the full width of its container.

paddingTop

type: PaddingOptions (optional)

Controls the top padding of the article section.

paddingBottom

type: PaddingOptions (optional)

Controls the bottom padding of the article section.

headerPadding

type: PaddingOptions (optional)

Controls the padding around the header of the article section.

headerText

type: string (optional)

The header text for the article section.

sectionMedia

type: ContentBlockType[] (optional)

Media assets associated with the article section.

content

type: ContentBlockType[] (optional)

Additional content blocks within the article section.

mediaCaption

type: string (optional)

Caption for the media assets in the article section.

sectionId

type: string (optional)

Identifier for the article section, used for linking or navigation.