{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "blockspare/blockspare-linearprogressbar", "title": "Linear Progress Bar", "category": "blockspare", "description": "Display progress, skills, or completion percentages with a clean linear progress bar.", "attributes": { "uniqueClass": { "type": "string" }, "className": { "type": "string" }, "align": { "type": "string", "default": "center" }, "uniqueId": { "type": "string", "default": "" }, "defaultItems": { "type": "number", "default": 3 }, "paddingTop": { "type": "number", "default": 0 }, "paddingRight": { "type": "number", "default": 0 }, "paddingBottom": { "type": "number", "default": 0 }, "paddingLeft": { "type": "number", "default": 0 }, "marginTop": { "type": "number", "default": 30 }, "marginRight": { "type": "number", "default": 0 }, "marginBottom": { "type": "number", "default": 30 }, "marginLeft": { "type": "number", "default": 0 }, "animation": { "type": "string", "default": "" } }, "editorScript": "file:./index.js", "editorStyle": "file:./index.css", "style": "file:./style-index.css", "viewScript": "file:./view.js" }