{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "gutenito-blocks-addon/advanced-heading",
  "version": "0.0.2",
  "title": "Advanced Heading",
  "category": "gutenito",
  "icon": "smiley",
  "description": "Gutenito heading with advanced options",
  "example": {
    "attributes": {
      "preview": true
    }
  },
  "attributes": {
    "content": {
      "type": "string"
    },
    "tag": {
      "type": "string",
      "default": "h2"
    },
    "textColor": {
      "type": "string"
    },
    "backgroundColor": {
      "type": "string"
    },
    "fontSize": {
      "type": "string"
    },
    "alignmentDesktop": {
      "type": "string"
    },
    "alignmentTablet": {
      "type": "string"
    },
    "alignmentMobile": {
      "type": "string"
    }
  },
  "supports": {
    "html": false
  },
  "textdomain": "gutenito-blocks-addon",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "viewScript": "file:./view.js"
}