12345678910111213141516171819 |
- {
- "$schema": "https://schemas.wp.org/trunk/block.json",
- "apiVersion": 2,
- "name": "srh/offcanvas-menu",
- "version": "0.1.0",
- "title": "Off Canvas Menu",
- "category": "design",
- "icon": "menu",
- "description": "Add an off-canvas menu button to your navigation",
- "supports": {
- "html": false,
- "multiple": true,
- "anchor": true
- },
- "textdomain": "srh",
- "editorScript": "file:./index.js",
- "viewScript": "file:./view.js",
- "style": "file:./style.css"
- }
|