{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "jvb/glossary", "version": "0.1.0", "title": "Glossary of Terms", "category": "jvb", "icon": "excerpt-view", "description": "Outputs the terms", "example": {}, "supports": { "html": false, "align": [ "wide", "full" ] }, "textdomain": "jvb", "selectors": { "root": ".glossary" }, "editorScript": "file:./index.js", "editorStyle": "file:./index.css", "style": "file:./style-index.css", "render": "file:./render.php", "viewScript": "file:./view.js" }