Section

Campaign FAQ

1 个模板实例,2 个 section 配置,1 类 block。

真实模板变体

Schema

{
  "name": "Campaign FAQ",
  "class": "cmp-faq-section",
  "settings": [
    {
      "type": "text",
      "id": "heading",
      "label": "Heading",
      "default": "FAQs",
      "info": "1–100 characters."
    },
    {
      "type": "text",
      "id": "empty_state_message",
      "label": "Empty state message",
      "default": "No FAQs available at this time.",
      "info": "Shown when no valid FAQ blocks remain."
    }
  ],
  "blocks": [
    {
      "type": "faq",
      "name": "FAQ",
      "settings": [
        {
          "type": "text",
          "id": "question",
          "label": "Question",
          "info": "1–200 characters."
        },
        {
          "type": "richtext",
          "id": "answer",
          "label": "Answer",
          "info": "1–2000 characters. Supports inline hyperlinks and mailto: links."
        }
      ]
    }
  ],
  "presets": [
    {
      "name": "Campaign FAQ"
    }
  ]
}