{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "wpseopress/faq-block-v2",
  "title": "FAQ",
  "description": "Allows to easily build FAQs",
  "icon": "index-card",
  "category": "wpseopress",
  "textdomain": "wp-seopress",
  "keywords": [
    "faq",
    "frequently asked questions",
    "questions",
    "answers",
    "help",
    "support"
  ],
  "allowedBlocks": [
    "core/details"
  ],
  "attributes": {
    "schema": {
      "type": "object",
      "default": {}
    },
    "printSchema": {
      "type": "boolean",
      "default": true
    }
  },
  "supports": {
    "anchor": true,
    "html": false,
    "align": true,
    "background": {
      "backgroundImage": true,
      "backgroundSize": true
    },
    "className": true,
    "color": {
      "background": true,
      "heading": false,
      "link": true,
      "text": true,
      "gradients": true
    },
    "layout": true,
    "spacing": {
      "margin": true,
      "padding": true,
      "blockGap": true
    },
    "typography": {
      "fontSize": true,
      "lineHeight": true,
      "textAlign": true
    }
  },
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css"
}