{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "dravix/button-group",
  "version": "1.0.0",
  "title": "Button Group",
  "category": "dravix-blocks",
  "icon": "groups",
  "description": "A group of customizable buttons with advanced layout controls.",
  "textdomain": "dravix",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "supports": {
    "html": false,
    "anchor": true,
    "customClassName": true,
    "spacing": {
      "margin": true,
      "padding": true
    }
  },
  "attributes": {
    "layoutType": {
      "type": "string",
      "default": "row"
    },
    "blockId": {
      "type": "string"
    },
    "orientation": {
      "type": "string",
      "default": "horizontal"
    },
    "wrap": {
      "type": "boolean",
      "default": true
    },
    "alignment": {
      "type": "string",
      "default": "center"
    },
    "gap": {
      "type": "number",
      "default": 10
    },
    "widthType": {
      "type": "string",
      "default": "auto"
    },
    "customWidth": {
      "type": "string",
      "default": "100%"
    }
  }
}