block.json 530 B

12345678910111213141516171819
  1. {
  2. "$schema": "https://schemas.wp.org/trunk/block.json",
  3. "apiVersion": 2,
  4. "name": "srh/offcanvas-menu",
  5. "version": "0.1.0",
  6. "title": "Off Canvas Menu",
  7. "category": "design",
  8. "icon": "menu",
  9. "description": "Add an off-canvas menu button to your navigation",
  10. "supports": {
  11. "html": false,
  12. "multiple": true
  13. },
  14. "parent": ["core/navigation"],
  15. "textdomain": "srh",
  16. "editorScript": "file:./index.js",
  17. "viewScript": "file:./view.js",
  18. "style": "file:./style.css"
  19. }