{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "a11y-buttons/a11y-button",
  "version": "0.4.0",
  "title": "A11Y Button",
  "category": "widgets",
  "icon": "universal-access-alt",
  "description": "A basic accessibility button.",
  "parent": [
    "a11yButtons/a11yButtons"
  ],
  "attributes": {
    "content": {
      "source": "html",
      "selector": "span.a11y-button-text",
      "type": "string"
    },
    "action": {
      "type": "string",
      "default": "increase-font-size"
    },
    "iconDisplay": {
      "type": "string",
      "default": "left"
    },
    "link": {
      "type": "string",
      "default": "#content"
    }
  },
  "usesContext": [
    "a11yButtons/iconDisplay"
  ],
  "supports": {
    "anchor": true,
    "align": false,
    "alignWide": false,
    "color": {
      "skipSerialization": true,
      "link": true,
      "background": true,
      "text": true,
      "gradients": true
    },
    "typography": {
      "fontSize": true,
      "lineHeight": true,
      "textAlign": true,
      "__experimentalFontFamily": true,
      "__experimentalTextDecoration": true,
      "__experimentalFontStyle": true,
      "__experimentalFontWeight": true,
      "__experimentalLetterSpacing": true,
      "__experimentalTextTransform": true,
      "__experimentalWritingMode": true,
      "__experimentalDefaultControls": {
        "fontSize": true,
        "lineHeight": true
      }
    },
    "reusable": false,
    "spacing": {
      "margin": true,
      "skipSerialization": true,
      "padding": [
        "horizontal",
        "vertical"
      ],
      "defaultControls": {
        "padding": true,
        "margin": true
      }
    },
    "__experimentalBorder": {
      "color": true,
      "radius": true,
      "style": true,
      "width": true
    },
    "html": true,
    "customClassName": true,
    "className": true
  },
  "textdomain": "a11y-buttons",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}