{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "title": "Button",
  "name": "elevation/interior-components--button",
  "version": "1.0.0",
  "category": "elevation-blocks",
  "icon": "button",
  "description": "Button with option styles",
  "parent": [
    "elevation/interior-components--buttons"
  ],
  "textdomain": "elevation",
  "supports": {
    "html": true,
    "align": [
      "full"
    ],
    "alignWide": false,
    "ariaLabel": true,
    "color": {
      "background": false,
      "gradients": false,
      "text": false,
      "link": false,
      "border": false
    },
    "spacing": {
      "margin": [
        "top",
        "bottom"
      ]
    }
  },
  "attributes": {
    "url": {
      "type": "string",
      "default": "#"
    },
    "text": {
      "type": "string",
      "default": "Button Label"
    },
    "btnStyle": {
      "type": "string",
      "default": "primary--color-01"
    },
    "ariaLabel": {
      "type": "string",
      "default": ""
    },
    "target": {
      "type": "boolean",
      "default": false
    }
  },
  "editorScript": [
    "file:index.js"
  ],
  "editorStyle": [
    "file:index.css"
  ]
}