{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "gutenito-blocks-addon/buttons",
  "version": "0.0.1",
  "title": "Buttons",
  "category": "gutenito",
  "icon": "button",
  "description": "Customizable button group",
  "example": {
    "attributes": {
      "preview": true
    }
  },
  "attributes": {
    "alignmentDesktop": {
      "type": "string",
      "default": "flex-start"
    },
    "alignmentTablet": {
      "type": "string"
    },
    "alignmentMobile": {
      "type": "string"
    },
    "gap": {
      "type": "string",
      "default": "10px"
    },
    "orientation": {
      "type": "string",
      "default": "horizontal"
    }
  },
  "supports": {
    "html": false
  },
  "textdomain": "gutenito-blocks-addon",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "viewScript": "file:./view.js"
}