{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "jvb/drawer-menu", "title": "Drawer Menu", "category": "jvb", "icon": "menu", "version": "1.0.0", "textdomain": "jvb", "supports": { "html": false }, "attributes": { "menuId": { "type": "string", "default": "" }, "collapsed": { "type": "boolean", "default": true } }, "editorScript": "file:./index.js", "editorStyle": "file:./index.css", "style": "file:./style-index.css", "render": "file:./render.php" }