{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "nexa/fancy-list",
  "version": "1.0.0",
  "title": "Fancy List",
  "category": "nexa-blocks",
  "description": "Show FAQs or any other content in an accordion style.",
  "supports": {
    "html": false,
    "align": [
      "wide",
      "full"
    ],
    "className": false,
    "customClassName": false
  },
  "providesContext": {
    "nxa/preset": "preset"
  },
  "example": {},
  "textdomain": "nexa-blocks",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}