{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 2, "name": "blynex/step-item", "version": "1.0.0", "title": "Step Item", "category": "blynex-blocks", "icon": "saved", "description": "A single step in the process.", "parent": [ "blynex/step-by-step-process" ], "attributes": { "title": { "type": "string", "source": "html", "selector": ".blynex-step-title" }, "description": { "type": "string", "source": "html", "selector": ".blynex-step-desc" }, "iconType": { "type": "string", "default": "icon" }, "icon": { "type": "string", "default": "star-filled" }, "customIcon": { "type": "object" }, "mediaId": { "type": "number", "default": 0 }, "mediaUrl": { "type": "string", "default": "" }, "mediaType": { "type": "string", "default": "image" }, "estimate": { "type": "string", "default": "" }, "completed": { "type": "boolean", "default": false }, "animation": { "type": "string", "default": "none" }, "linkUrl": { "type": "string", "default": "" }, "linkText": { "type": "string", "default": "" } }, "supports": { "html": false, "reusable": false }, "textdomain": "blynex" }