{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 2,
  "name": "create-block/advance-faq-block",
  "version": "0.1.0",
  "title": "Advance Faq Block",
  "category": "widgets",
  "icon": "editor-ul",
  "description": "Easily create and manage Frequently Asked Questions (FAQs) on your website.",
  "supports": {
    "html": true,
    "anchor": true
  },
  "textdomain": "advance-faq-block",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}