{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "ultrablocks/button",
  "version": "0.0.1",
  "title": "Button",
  "category": "ultrablocks",
  "description": "A single button in a button group for the UltraBlocks plugin.",
  "example": {},
  "attributes": {
    "blockId": {
      "type": "string"
    },
    "fullWidth": {
      "type": "boolean",
      "default": false
    },
    "variant": {
      "type": "string",
      "default": "primary"
    },
    "text": {
      "type": "string",
      "default": "Button"
    },
    "link": {
      "type": "object",
      "default": {
        "rel": "noopener"
      }
    },
    "style": {
      "type": "object",
      "default": {}
    },
    "showIcon": {
      "type": "boolean",
      "default": false
    },
    "icon": {
      "type": "string",
      "default": "<svg class='ultrablocks-svg-icon ultrablocks-svg-icon-fa' aria-hidden='true' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path fill='currentColor' d='M464 256A208 208 0 1 0 48 256a208 208 0 1 0 416 0zM0 256a256 256 0 1 1 512 0A256 256 0 1 1 0 256zm177.6 62.1C192.8 334.5 218.8 352 256 352s63.2-17.5 78.4-33.9c9-9.7 24.2-10.4 33.9-1.4s10.4 24.2 1.4 33.9c-22 23.8-60 49.4-113.6 49.4s-91.7-25.5-113.6-49.4c-9-9.7-8.4-24.9 1.4-33.9s24.9-8.4 33.9 1.4zM144.4 208a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm165.8 21.7c-7.6 8.1-20.2 8.5-28.3 .9s-8.5-20.2-.9-28.3c14.5-15.5 35.2-22.3 54.6-22.3s40.1 6.8 54.6 22.3c7.6 8.1 7.1 20.7-.9 28.3s-20.7 7.1-28.3-.9c-5.5-5.8-14.8-9.7-25.4-9.7s-19.9 3.8-25.4 9.7z'></path></svg>"
    },
    "iconPosition": {
      "type": "string",
      "default": "right"
    },
    "iconSpacing": {
      "type": "object",
      "default": {},
      "selector": "span + span"
    },
    "buttonType": {
      "type": "string",
      "default": "text"
    }
  },
  "parent": [
    "ultrablocks/buttons"
  ],
  "textdomain": "ultrablocks",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./editor.css",
  "style": [
    "style-ultrablocks",
    "file:./style.css"
  ],
  "supports": {
    "className": true,
    "html": false,
    "anchor": true,
    "align": true,
    "alignWide": true
  }
}