{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 2,
  "name": "create-block/wpfaqblock",
  "version": "1.0.1",
  "title": "WPFAQBlock",
  "category": "widgets",
  "icon": "editor-justify",
  "description": "WPFAQBlock and accordion plugin with easy to use Gutenberg blocks and shortcodes with FAQ search.",
  "attributes": {
    "faqtitle": {
      "type": "string"
    },
    "faqsearch": {
      "type": "boolean"
    },
    "faqplaceholder": {
      "type": "string"
    },
    "faqorderby": {
      "type": "string",
      "default": "date"
    },
    "faqorder": {
      "type": "string",
      "default": "asc"
    },
    "faqaccordion": {
      "type": "boolean"
    },
    "faqdisplayall": {
      "type": "boolean"
    }
  },
  "supports": {
    "html": false
  },
  "textdomain": "wpfb",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./assets/css/wpfb-stylesheet.css",
  "style": "file:./style-index.css"
}