Managing Rich Content
Block Type: Heading and Body Text
A block of type headingText is designed to display a paragraph of text with a heading. It can be used to describe product properties, features, or any other relevant information that needs to be highlighted.
Best Practices
- Use short, meaningful headings.
- Split text into paragraphs using new lines for better readability.
Limitations
heading
field - max. 100 characters.text
field - max. 500 characters.
Seller Portal Editor View
Product Data Page View
JSON View
{
"type": "headingText",
"data": {
"heading": "Some more info in the following paragraph",
"text": "It is a long-established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters."
},
"separator": true
}