{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "firebox/buttons",
  "version": "1.0.0",
  "title": "Buttons",
  "description": "An advanced Buttons block.",
  "category": "firebox",
  "keywords": [
    "button",
    "buttons"
  ],
  "supports": {
    "anchor": true
  },
  "attributes": {
    "uniqueId": {
      "type": "string",
      "default": ""
    },
    "inForm": {
      "type": "boolean",
      "default": false
    },
    "formFieldWidth": {
      "type": "string",
      "default": ""
    },
    "align": {
      "type": "object",
      "default": {
        "desktop": "flex-start",
        "tablet": "",
        "mobile": ""
      }
    },
    "backgroundColor": {
      "type": "string"
    },
    "padding": {
      "type": "object",
      "default": {
        "desktop": {
          "top": "",
          "right": "",
          "bottom": "",
          "left": ""
        },
        "tablet": {
          "top": "",
          "right": "",
          "bottom": "",
          "left": ""
        },
        "mobile": {
          "top": "",
          "right": "",
          "bottom": "",
          "left": ""
        },
        "linked": true
      }
    },
    "margin": {
      "type": "object",
      "default": {
        "desktop": {
          "top": "",
          "right": "",
          "bottom": "",
          "left": ""
        },
        "tablet": {
          "top": "",
          "right": "",
          "bottom": "",
          "left": ""
        },
        "mobile": {
          "top": "",
          "right": "",
          "bottom": "",
          "left": ""
        },
        "linked": true
      }
    },
    "buttonsDirection": {
      "type": "string",
      "default": "row"
    },
    "fullWidth": {
      "type": "boolean",
      "default": false
    },
    "equalSizes": {
      "type": "boolean",
      "default": false
    },
    "visibility": {
      "type": "object",
      "default": {
        "desktop": false,
        "tablet": false,
        "mobile": false
      }
    },
    "gap": {
      "type": "object",
      "default": {
        "desktop": 8,
        "tablet": 8,
        "mobile": 8
      }
    }
  },
  "editorScript": "file:./index.js",
  "editorStyle": "fb-block-buttons"
}