Managing Rich Content

Block Type: Heading

A block of type heading is designed to display paragraph headings—text that is larger than regular body text.


Best Practices

  1. Use short, meaningful headings.
  2. Avoid repeating the text "Product Description" that already appears on the page.

Limitations

  1. heading field - max. 100 characters.

Seller Portal Editor View

Heading Edit


Product Data Page View

Heading PDP


JSON View

{
  "type": "heading",
  "data": {
    "heading": "My Rich Content heading"
  },
  "separator": true
}