{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "gatherpress/add-to-calendar", "version": "2.0.0", "title": "Add to Calendar", "category": "gatherpress", "icon": "calendar", "example": {}, "description": "Allows a member to add an event to their preferred calendar.", "usesContext": [ "postId", "queryId" ], "supports": { "gatherpress": { "blockGuard": true, "postIdOverride": true }, "html": false }, "textdomain": "gatherpress", "editorScript": "file:./index.js" }