{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "b-blocks/process-steps", "title": "Process Steps", "category": "bBlocks", "description": "Build a numbered \"How it works\" section. Drop in 3–6 steps with title, description, icon or number badge, and a connector line. Horizontal or vertical layout, fully responsive, accessible
    semantics.", "keywords": [ "process", "steps", "how it works", "how we work", "numbered", "timeline", "workflow" ], "textdomain": "b-blocks", "attributes": { "layout": { "type": "object", "default": { "type": "horizontal", "theme": "classic", "alignment": "center", "columnCount": { "desktop": 3, "tablet": 2, "mobile": 1 }, "gap": { "desktop": "32px", "tablet": "24px", "mobile": "16px" } } }, "steps": { "type": "array", "default": [ { "_key": "ps-default-1", "title": "Discovery", "description": "We learn about your goals and challenges.", "icon": "" }, { "_key": "ps-default-2", "title": "Strategy", "description": "We craft a tailored plan to meet your needs.", "icon": "" }, { "_key": "ps-default-3", "title": "Delivery", "description": "We execute and iterate until you are thrilled.", "icon": "" } ] }, "connector": { "type": "object", "default": { "show": true, "color": "#CBD5E1", "width": "2px", "style": "solid" } }, "badge": { "type": "object", "default": { "type": "number", "size": "56px", "bg": { "color": "#2563EB" }, "color": "#FFFFFF", "typo": { "fontSize": { "desktop": "20px", "tablet": null, "mobile": null } }, "border": {}, "borderRadius": { "top": "50%", "bottom": "50%", "left": "50%", "right": "50%" }, "shadow": [] } }, "content": { "type": "object", "default": { "titleTag": "h3", "titleColor": "", "typo": { "fontSize": { "desktop": "18px", "tablet": null, "mobile": null } }, "descColor": "", "descTypo": { "fontSize": { "desktop": "15px", "tablet": null, "mobile": null } } } }, "card": { "type": "object", "default": { "bg": { "color": "" }, "padding": { "top": "16px", "right": "16px", "bottom": "16px", "left": "16px" }, "border": {}, "borderRadius": { "top": "8px", "right": "8px", "bottom": "8px", "left": "8px" } } }, "advanced": { "type": "object", "default": { "dimension": { "padding": { "desktop": { "top": "", "right": "", "bottom": "", "left": "" }, "tablet": { "top": "", "right": "", "bottom": "", "left": "" }, "mobile": { "top": "", "right": "", "bottom": "", "left": "" } } }, "transform": { "normal": { "rotate": { "desktop": { "z": "", "y": "", "x": "" }, "tablet": { "z": "", "y": "", "x": "" }, "mobile": { "z": "", "y": "", "x": "" }, "threeDRotate": false }, "offset": { "desktop": { "x": "", "y": "" }, "tablet": { "x": "", "y": "" }, "mobile": { "x": "", "y": "" } }, "scale": { "isProportion": true, "desktop": { "x": "", "y": "", "scale": "" }, "tablet": { "x": "", "y": "", "scale": "" }, "mobile": { "x": "", "y": "", "scale": "" } }, "skew": { "desktop": { "x": "", "y": "" }, "tablet": { "x": "", "y": "" }, "mobile": { "x": "", "y": "" } }, "flipX": false, "flipY": false }, "hover": { "rotate": { "desktop": { "z": "", "y": "", "x": "" }, "tablet": { "z": "", "y": "", "x": "" }, "mobile": { "z": "", "y": "", "x": "" }, "threeDRotate": false }, "offset": { "desktop": { "x": "", "y": "" }, "tablet": { "x": "", "y": "" }, "mobile": { "x": "", "y": "" } }, "scale": { "isProportion": true, "desktop": { "x": "", "y": "", "scale": "" }, "tablet": { "x": "", "y": "", "scale": "" }, "mobile": { "x": "", "y": "", "scale": "" } }, "skew": { "desktop": { "x": "", "y": "" }, "tablet": { "x": "", "y": "" }, "mobile": { "x": "", "y": "" } }, "flipX": false, "flipY": false }, "transition": 200 }, "borderShadow": { "normal": { "radius": { "top": "", "right": "", "bottom": "", "left": "" }, "shadow": [ { "hOffset": "", "vOffset": "", "blur": "", "spreed": "", "color": "", "isInset": false } ] } }, "background": { "normal": { "type": "color", "color": "", "gradient": { "type": "radial", "radialType": "ellipse", "colors": [ { "color": "", "position": "0" }, { "color": "", "position": "80" } ], "centerPositions": { "x": 50, "y": 50 }, "angel": 90 }, "img": { "url": "", "desktop": { "position": "center center", "xPosition": 0, "yPosition": 0, "attachment": "", "repeat": "no-repeat", "size": "", "customSize": "0px" }, "tablet": { "position": "center center", "xPosition": 0, "yPosition": 0, "attachment": "", "repeat": "no-repeat", "size": "", "customSize": "0px" }, "mobile": { "position": "center center", "xPosition": 0, "yPosition": 0, "attachment": "", "repeat": "no-repeat", "size": "", "customSize": "0px" } }, "video": { "url": "", "loop": false }, "transition": 0.3 } } } } }, "supports": { "align": [ "wide", "full" ], "html": false }, "example": { "attributes": { "preview": true } }, "editorScript": "file:../index.js", "style": "file:./view.css", "viewScript": "file:./view.js", "render": "file:./render.php" }