{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "mindspun/heading",
  "version": "0.18.1",
  "title": "Heading",
  "category": "mindspun-responsive-blocks",
  "description": "Fully-responsive headings.",
  "example": {},
  "attributes": {
    "blockId": {
      "type": "string"
    },
    "tagName": {
      "type": "string"
    },
    "content": {
      "type": "string"
    },
    "style": {
      "type": "object",
      "default": {}
    }
  },
  "textdomain": "mrblx",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./editor.css",
  "style": "file:./style.css",
  "supports": {
    "className": true
  }
}