{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 2,
  "name": "afftra/heading",
  "version": "1.0.0",
  "title": "Heading",
  "category": "afftra-blocks",
  "description": "Section Heading Block",
  "supports": {
    "html": false,
    "align": [
      "wide",
      "full"
    ],
    "className": false,
    "customClassName": false
  },
  "example": {},
  "textdomain": "afftra-blocks",
  "editorScript": "file:./index.js",
  "style": "file:./style-index.css"
}