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

  1. Use short, meaningful headings.
  2. Split text into paragraphs using new lines for better readability.

Limitations

  1. heading field - max. 100 characters.
  2. text field - max. 500 characters.

Seller Portal Editor View

Heading Text Edit


Product Data Page View

Heading Text PDP


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
}