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
- Keep the question short and clear.
- Answers should directly relate to the question. If you need to cover multiple topics, use multiple FAQ blocks.
Limitations
question
field - max. 100 characters.answer
field - max. 500 characters.
Seller Portal Editor View
Product Data Page View
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
}