{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "quinn-faq/faq-block",
  "version": "1.2.0",
  "title": "Quinn FAQ",
  "category": "widgets",
  "icon": "editor-help",
  "description": "Display AI-generated FAQ accordion for this page.",
  "keywords": [
    "faq",
    "questions",
    "accordion",
    "schema",
    "seo"
  ],
  "supports": {
    "html": false,
    "align": [
      "wide",
      "full"
    ],
    "className": true
  },
  "attributes": {
    "postId": {
      "type": "number",
      "default": 0
    }
  },
  "textdomain": "quinn-faq",
  "editorScript": "file:./index.js"
}