{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 2,
  "name": "eventpost/calendar",
  "version": "5.11.1",
  "title": "Events Calendar",
  "category": "common",
  "icon": "calendar",
  "description": "Calendar of events",
  "supports": {
    "html": false
  },
  "attributes": {
    "date": {
      "type": "string"
    },
    "color": {
      "type": "boolean"
    },
    "display_title": {
      "type": "boolean"
    },
    "mondayfirst": {
      "type": "boolean"
    },
    "choose": {
      "type": "boolean"
    }
  },
  "textdomain": "eventpost",
  "style": "file:./block-calendar.css",
  "script": "file:./event-calendar.js",
  "editorScript": "file:./index.js"
}