{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "conf-scheduler/display",
  "version": "3.0.0",
  "title": "Conference Scheduler",
  "category": "widgets",
  "textdomain": "conf-scheduler",
  "icon": "smiley",
  "description": "Display your workshops",
  "keywords": [
    "conference",
    "schedule",
    "workshops"
  ],
  "example": {},
  "supports": {
    "html": false
  },
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "render": "file:./render.php",
  "attributes": {
    "displaySession": {
      "type": "integer",
      "default": 0
    },
    "displayEvent": {
      "type": "string",
      "default": ""
    },
    "limitSessions": {
      "type": "integer",
      "default": 0
    },
    "defaultState": {
      "type": "string",
      "default": ""
    },
    "isEditor": {
      "type": "boolean",
      "default": false
    }
  }
}