Section
Faq Section
0 个模板实例,2 个 section 配置,1 类 block。
真实模板变体
当前模板未直接使用该 section。
Schema
{
"name": "Faq Section",
"settings": [
{
"type": "html",
"id": "faq-heading",
"label": "Enter Heading"
},
{
"type": "image_picker",
"id": "faq_image",
"label": "Enter Image"
}
],
"blocks": [
{
"type": "image_text",
"name": "Faq Question",
"settings": [
{
"type": "richtext",
"id": "faq_heading",
"label": "Enter Faq heading"
},
{
"type": "richtext",
"id": "faq_answer",
"label": "Enter Faq Answer"
}
]
}
],
"presets": [
{
"name": "Custom Faq"
}
]
}