{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 2,
  "name": "afftra/button",
  "version": "1.0.0",
  "title": "Button",
  "category": "afftra-blocks",
  "description": "Single button acts as child of buttons block.",
  "supports": {
    "html": false,
    "align": [
      "wide",
      "full"
    ],
    "className": false,
    "customClassName": false
  },
  "example": {},
  "parent": [
    "afftra/buttons"
  ],
  "usesContext": [
    "afftra/aff_btnSizeType"
  ],
  "textdomain": "afftra-blocks",
  "editorScript": "file:./index.js",
  "style": "file:./style-index.css"
}