{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "blockspare/blockspare-services", "title": "Services", "category": "blockspare", "description": "Showcase your offerings, features, or solutions with customizable service blocks.", "attributes": { "serviceItems": { "type": "number", "default": 3 }, "columns": { "type": "number", "default": 3 }, "columnsGap": { "type": "number", "default": 1 }, "align": { "type": "string", "default": "wide" }, "defaultItems": { "type": "number", "default": 3 }, "blockLayout": { "type": "string", "default": "bs-layout-1" }, "sectionAlignment": { "type": "string", "default": "center" }, "marginTop": { "type": "number", "default": 30 }, "marginRight": { "type": "number", "default": 0 }, "marginBottom": { "type": "number", "default": 30 }, "marginLeft": { "type": "number", "default": 0 }, "uniqueClass": { "type": "string", "default": "" }, "animation": { "type": "string", "default": "" } }, "editorScript": "file:./index.js", "editorStyle": "file:./index.css", "style": "file:./style-index.css" }