{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "bloqra/faq-item",
  "version": "1.0.0",
  "title": "FAQ Item",
  "category": "bloqra",
  "icon": "editor-help",
  "description": "One question and its answer inside the FAQ block.",
  "keywords": [
    "faq",
    "question",
    "answer"
  ],
  "parent": [
    "bloqra/faq"
  ],
  "attributes": {
    "question": {
      "type": "rich-text",
      "source": "rich-text",
      "selector": ".bloqra-faq-item__question-text",
      "role": "content"
    },
    "defaultOpen": {
      "type": "boolean",
      "default": false
    }
  },
  "supports": {
    "html": false,
    "anchor": true,
    "reusable": false
  },
  "textdomain": "bloqra",
  "editorScript": "file:./index.js"
}