{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "category": "gutenify", "name": "gutenify/buttons", "title": "Buttons", "version": "2", "attributes": { "blockClientId": { "type": "string", "default": "" }, "blockAdvanceOptions": { "type": "object", "default": {} }, "contentJustification": { "type": "string" }, "orientation": { "type": "string", "default": "horizontal" } }, "supports": { "html": false, "anchor": true, "align": [ "wide", "full" ], "color": { "background": true, "gradients": true }, "typography": { "lineHeight": true, "fontSize": true, "__experimentalFontFamily": true, "__experimentalFontWeight": true, "__experimentalFontStyle": true, "__experimentalTextTransform": true, "__experimentalTextDecoration": true, "__experimentalLetterSpacing": true, "textAlign": true }, "spacing": { "padding": true, "margin": true } }, "editorScript": [ "file:./index.js" ], "style": [ "file:./style-index.css" ], "icon": "" }