{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "frontis-blocks/accordion-item",
  "version": "1.0.0",
  "title": "Accordion Item",
  "category": "frontis-blocks",
  "textdomain": "frontis-blocks",
  "description": "A customizable accordion item block for organizing content in a collapsible format.",
  "example": {},
  "supports": {
    "anchor": false,
    "align": [
      "wide",
      "full"
    ],
    "customClassName": false
  },
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "parent": [
    "frontis-blocks/accordion"
  ],
  "usesContext": [
    "fb/accordionparentBlockID",
    "fb/accordionInheritedAccordionType",
    "fb/accordionInheritedDisplayIcon",
    "fb/accordionInheritedTabIconSwitcher",
    "fb/accordionInheritedTabIcon",
    "fb/accordionInheritedTabImageUrl",
    "fb/accordionInheritedTabImageAlt",
    "fb/accordionInheritedExpandedIconSwitcher",
    "fb/accordionInheritedExpandedIcon",
    "fb/accordionInheritedExpandedImageUrl",
    "fb/accordionInheritedExpandedImageAlt",
    "fb/accordionInheritedTagName",
    "fb/accordionFaqSchema"
  ]
}