Managing Rich Content

Block Type: FAQ Section

A block of type faq displays a single question/answer pair that can be expanded or collapsed. Using several of these blocks together allows you to create a list of FAQs.


Best Practices

  1. Keep the question short and clear.
  2. Answers should directly relate to the question. If you need to cover multiple topics, use multiple FAQ blocks.

Limitations

  1. question field - max. 100 characters.
  2. answer field - max. 500 characters.

Seller Portal Editor View

FAQ Edit


Product Data Page View

FAQ PDP


JSON View

{
  "type": "faq",
  "data": {
    "question": "1. Question number one",
    "answer": "There are many variations of passages of Lorem Ipsum available, but the majority have been altered in some form, by injected humour or randomised content."
  },
  "separator": true
}