{
  "apiVersion": 3,
  "name": "boostify-blocks/heading",
  "version": "0.1.0",
  "title": "Heading",
  "category": "boostify-blocks",
  "icon": "heading - wcb-block-editor-block-icon",
  "description": "A Heading with a simple line separator between the heading and the description.",
  "supports": {
    "anchor": true,
    "__experimentalSelector": "h1,h2,h3,h4,h5,h6,div,p",
    "__unstablePasteTextInline": true,
    "__experimentalSlashInserter": true,
    "align": true
  },
  "textdomain": "boostify-blocks",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}