{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "forwp/faq",
  "title": "4WP FAQ",
  "category": "widgets",
  "icon": "editor-help",
  "description": "FAQ wrapper for accordion items.",
  "textdomain": "4wp-faq",
  "supports": {
    "html": false,
    "className": true
  },
  "attributes": {
    "jsonLd": {
      "type": "string",
      "default": ""
    }
  },
  "editorScript": "file:./build/index.js"
}

