{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "carhop-blocks/audio-player", "version": "0.1.0", "title": "Lecteur audio", "category": "carhop-blocks", "icon": { "src": "format-audio", "foreground": "#136f63" }, "description": "Lecteur audio pour intégrer un fichier audio dans votre contenu", "example": {}, "attributes": { "audioUrl": { "type": "string", "default": "" }, "audioId": { "type": "number", "default": 0 }, "title": { "type": "string", "default": "Titre du bloc audio" }, "description": { "type": "string", "default": "" }, "caption": { "type": "string", "default": "" } }, "supports": { "html": false }, "keywords": [ "audio", "player", "lecteur audio" ], "textdomain": "carhop-blocks", "editorScript": "file:./index.js", "editorStyle": "file:./index.css", "style": "file:./style-index.css", "viewScript": "file:./view.js" }