{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "uicore/button",
  "title": "Button",
  "category": "uicore-basic",
  "icon": "uicore-block-icon",
  "description": "Insert buttons with icons, subtext, and various styling options.",
  "supports": {
    "html": false,
    "customClassName": false
  },
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "textdomain": "uicore-blocks"
}