{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "aisa/qa",
  "title": "Q&A / FAQ",
  "category": "widgets",
  "icon": "editor-help",
  "description": "Shows a Q&A set as an accordion and emits FAQPage structured data, so search and AI answer engines can read the questions.",
  "keywords": [
    "faq",
    "questions",
    "answers",
    "schema",
    "seo"
  ],
  "textdomain": "aisa-ai-seo-geo-assistant",
  "editorScript": "aisa-qa-block",
  "attributes": {
    "setId": {
      "type": "number",
      "default": 0
    }
  },
  "supports": {
    "html": false,
    "align": [
      "wide",
      "full"
    ]
  }
}
