{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "ticketleo-events/eventslist",
  "version": "0.1.0",
  "title": "Alle Veranstaltungen",
  "category": "text",
  "icon": "tickets",
  "description": "Rufen Sie alle Ihre Veranstaltungen von Ticketleo anhand Ihrer User-ID ab.",
  "textdomain": "ticketleo-events",
  "supports": {
    "align": true
  },
  "attributes": {
    "userId": {
      "type": "number"
    },
    "viewOptionLabel": {
      "type": "string",
      "default": "Tabellarisch"
    },
    "viewOptionValue": {
      "type": "string",
      "default": "table"
    },
    "showStatus": {
      "type": "boolean",
      "default": false
    }
  },
  "editorScript": "file:./eventslist.js",
  "editorStyle": "file:../../src/style.css",
  "style": "file:../../src/style.css",
  "render": "file:./eventslist.php"
}