{
  "apiVersion": 3,
  "title": "Category View Button",
  "name": "brandy/category-view-button",
  "category": "brandy-blocks",
  "description": "A button linking to the product category archive.",
  "ancestor": [
    "brandy/category-template"
  ],
  "usesContext": [
    "termId",
    "taxonomy",
    "termLink"
  ],
  "attributes": {
    "label": {
      "type": "string",
      "default": "View category"
    }
  },
  "supports": {
    "reusable": false,
    "html": false,
    "align": [
      "left",
      "center",
      "right"
    ],
    "color": {
      "gradients": true,
      "__experimentalDefaultControls": {
        "background": true,
        "text": true
      }
    },
    "typography": {
      "fontSize": true,
      "__experimentalFontWeight": true,
      "__experimentalDefaultControls": {
        "fontSize": true
      }
    },
    "spacing": {
      "margin": true,
      "padding": true
    },
    "__experimentalBorder": {
      "color": true,
      "radius": true,
      "style": true,
      "width": true,
      "__experimentalDefaultControls": {
        "radius": true
      }
    },
    "interactivity": {
      "clientNavigation": true
    }
  },
  "render": "file:./render.php",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}