{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 2,
  "name": "gutengrow/faq-accordion",
  "version": "1.0.0",
  "title": "FAQ Accordion",
  "category": "gutengrow-blocks",
  "icon": "list-view",
  "description": "Create beautiful, expandable FAQ sections with multiple style options.",
  "supports": {
    "html": false,
    "align": [
      "wide",
      "full"
    ]
  },
  "textdomain": "gutengrow-blocks",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "viewScript": "file:./view.js",
  "attributes": {
    "items": {
      "type": "array",
      "default": [
        {
          "title": "What is Gutengrow?",
          "content": "Gutengrow is a powerful Gutenberg blocks plugin that enhances your WordPress editor with beautiful, responsive blocks for creating engaging content.",
          "initialOpen": false,
          "id": "item-1"
        }
      ]
    },
    "headingLevel": {
      "type": "string",
      "default": "h3"
    },
    "accordionStyle": {
      "type": "string",
      "default": "boxed"
    },
    "iconPosition": {
      "type": "string",
      "default": "right"
    },
    "borderRadius": {
      "type": "number",
      "default": 8
    },
    "multipleOpen": {
      "type": "boolean",
      "default": false
    },
    "collapseOthers": {
      "type": "boolean",
      "default": true
    },
    "titleColor": {
      "type": "string",
      "default": ""
    },
    "contentColor": {
      "type": "string",
      "default": ""
    },
    "backgroundColor": {
      "type": "string",
      "default": ""
    },
    "borderColor": {
      "type": "string",
      "default": ""
    },
    "iconColor": {
      "type": "string",
      "default": ""
    },
    "defaultOpen": {
      "type": "boolean",
      "default": false
    },
    "animation": {
      "type": "string",
      "default": "fade"
    },
    "animationSpeed": {
      "type": "number",
      "default": 300
    },
    "schema": {
      "type": "boolean",
      "default": true
    }
  }
}