{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 2,
  "name": "omnipress/heading",
  "version": "1.0.0",
  "title": "Heading",
  "category": "omnipress",
  "description": "Create advanced heading with title, subtitle and separator controls.",
  "icon": "",
  "supports": {
    "className": true
  },
  "textdomain": "omnipress",
  "editorScript": [
    "file:../../../block-3.js"
  ],
  "editorStyle": "file:../../../block-3.css",
  "style": [
    "file:../../../style-block-3.css"
  ]
}