{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 2,
  "name": "create-block/askaccordionfaq",
  "version": "0.1.0",
  "title": "Ask Accordion",
  "category": "ask-faq",
  "icon": "testimonial",
  "description": "Accordion for Ask FAQ",
  "textdomain": "ask-faq",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "keywords": [
    "ask",
    "faq",
    "accordion"
  ],
  "supports": {
    "html": false
  },
  "attributes": {
    "themeDark": {
      "type": "boolean",
      "default": false
    }
  }
}