{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 2, "name": "blynex/step-by-step-process", "version": "1.0.0", "title": "Step-by-Step Process", "category": "blynex-blocks", "icon": "list-view", "description": "A flexible, accessible block for tutorials, onboarding flows, how-tos, or process explanations.", "keywords": [ "steps", "process", "tutorial", "onboarding", "howto", "checklist" ], "textdomain": "blynex", "attributes": { "layout": { "type": "string", "default": "vertical" }, "presetStyle": { "type": "string", "default": "modern" }, "numberStyle": { "type": "string", "default": "numeric" }, "connectorStyle": { "type": "string", "default": "line" }, "showStepNumbers": { "type": "boolean", "default": true }, "showProgress": { "type": "boolean", "default": false }, "gap": { "type": "string", "default": "2rem" }, "alignment": { "type": "string", "default": "left" } }, "supports": { "html": false, "align": [ "wide", "full" ], "spacing": { "margin": true, "padding": true } }, "editorScript": "file:./index.js", "editorStyle": "file:./index.css", "style": "file:./style-index.css", "viewScript": "file:./view.js" }