{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "lcp/button", "version": "0.1.0", "title": "Button", "category": "widgets", "icon": "smiley", "description": "Example block scaffolded with Create Block tool.", "example": {}, "supports": { "html": false, "color": { "background": true, "link": true, "text": true, "gradients": true, "button": true } }, "attributes": { "buttonAction": { "type": "string", "default": "customUrl" }, "customUrl": { "type": "string", "default": "#" }, "buttonText": { "type": "string", "default": "Button Text" }, "displayIcon": { "type": "boolean" }, "iconSource": { "type": "string", "default": "manualSvgPath" }, "iconSvgPath": { "type": "string" }, "iconSvgId": { "type": "string", "default": "" }, "popUpId": { "type": "number" }, "manualIconSvgPath":{ "type": "string" } }, "textdomain": "lcp", "editorScript": "file:./index.js", "editorStyle": "file:./index.css", "style": "file:./style-index.css", "viewScript": "file:./view.js" }