{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "forwp/faq",
  "title": "4WP FAQ",
  "category": "widgets",
  "icon": "editor-help",
  "description": "FAQ wrapper for accordion items.",
  "textdomain": "4wp-faq",
  "supports": {
    "html": false,
    "className": true
  },
  "attributes": {
    "jsonLd": {
      "type": "string",
      "default": ""
    },
    "categoryMode": {
      "type": "string",
      "default": "none"
    },
    "categoryTermIds": {
      "type": "array",
      "default": [],
      "items": {
        "type": "number"
      }
    },
    "categoryTermId": {
      "type": "number",
      "default": 0
    },
    "categoryName": {
      "type": "string",
      "default": ""
    }
  },
  "example": {
    "attributes": {
      "jsonLd": "",
      "categoryMode": "none",
      "categoryTermIds": [],
      "categoryTermId": 0,
      "categoryName": ""
    },
    "innerBlocks": [
      {
        "name": "core/accordion",
        "innerBlocks": [
          {
            "name": "core/accordion-item",
            "innerBlocks": [
              {
                "name": "core/accordion-heading",
                "attributes": {
                  "content": "Question"
                }
              },
              {
                "name": "core/accordion-panel",
                "innerBlocks": [
                  {
                    "name": "core/paragraph",
                    "attributes": {
                      "content": "Answer"
                    }
                  }
                ]
              }
            ]
          }
        ]
      }
    ]
  },
  "editorScript": "file:./build/index.js"
}

