{
  "apiVersion": 3,
  "name": "boostify-blocks/default",
  "version": "0.1.0",
  "title": "Heading",
  "category": "boostify-blocks",
  "icon": "heart",
  "description": "Example static block scaffolded with Create Block tool.",
  "supports": {
    "html": false,
    "align": [
      "wide",
      "full"
    ]
  },
  "textdomain": "boostify-blocks",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "viewScript": "file:./FrontendStyles.js"
}