{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "carhop-blocks/highlight-timeline-step", "version": "0.1.0", "title": "Étape de timeline", "category": "carhop-blocks", "icon": "calendar", "description": "Étape de timeline pour la mise en forme d'une étape de timeline", "example": {}, "parent": [ "carhop-blocks/highlight-timeline" ], "supports": { "html": false }, "textdomain": "carhop-blocks", "editorScript": "file:./index.js", "editorStyle": "file:./index.css", "style": "file:./style-index.css", "viewScript": "file:./view.js", "attributes": { "year": { "type": "number", "default": 2025 } } }