{
  "name": "htmega/buttons",
  "category": "htmega-blocks",
  "keywords": [ "buttons", "htmega", "ht mega", "widget" ],
  "description": "Design Interactive Buttons with Unique Styles & Effects.",
  "title": "Buttons",
  "example": {
    "attributes": {
      "preview": true
    }
  },
  "attributes": {
    "blockUniqId": {
      "type": "string",
      "default": ""
    },
    "preview": {
      "type": "boolean",
      "default": false
    },
    "alignment": {
      "type": "string",
      "default": ""
    },
    "fullWidth": {
      "type": "boolean",
      "default": false
    },
    "stackBreakPoint": {
      "type": "string",
      "default": ""
    },
    "gap": {
      "type": "number",
      "default": 10,
      "style": {
        "selector": "{{HTMEGA_WRAPPER}}.htmega-buttons { gap: {{gap}}px; }"
      }
    }
  }
}