{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "sugar-calendar/event-list-block",
  "version": "1.0.1",
  "title": "Events List",
  "category": "sugar-calendar",
  "description": "Sugar Calendar block for displaying the events list.",
  "example": {},
  "attributes": {
    "blockId": {
      "type": "string",
      "default": ""
    },
    "calendars": {
      "type": "array",
      "default": []
    },
    "tags": {
      "type": "array",
      "default": []
    },
    "venues": {
      "type": "array",
      "default": []
    },
    "speakers": {
      "type": "array",
      "default": []
    },
    "groupEventsByWeek": {
      "type": "boolean",
      "default": true
    },
    "eventsPerPage": {
      "type": "number",
      "default": 10
    },
    "maximumEventsToShow": {
      "type": "number",
      "default": 10
    },
    "display": {
      "type": "string",
      "default": "list"
    },
    "showBlockHeader": {
      "type": "boolean",
      "default": true
    },
    "allowUserChangeDisplay": {
      "type": "boolean",
      "default": true
    },
    "showFilters": {
      "type": "boolean",
      "default": true
    },
    "showSearch": {
      "type": "boolean",
      "default": true
    },
    "showDateCards": {
      "type": "boolean",
      "default": true
    },
    "showDescriptions": {
      "type": "boolean",
      "default": true
    },
    "showFeaturedImages": {
      "type": "boolean",
      "default": true
    },
    "imagePosition": {
      "type": "string",
      "default": "right"
    },
    "appearance": {
      "type": "string",
      "default": "light"
    },
    "accentColor": {
      "type": "string",
      "default": "#5685BD"
    },
    "linksColor": {
      "type": "string",
      "default": "#000000D9"
    }
  },
  "textdomain": "sugar-calendar-event-list-block",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "script": "sc-frontend-blocks-event-list-js"
}