{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "stp/display-during",
  "version": "2.0.0",
  "title": "Display During",
  "category": "design",
  "description": "Show or hide content based on a date/time schedule.",
  "keywords": [
    "schedule",
    "conditional",
    "date",
    "time",
    "display"
  ],
  "textdomain": "display-during-conditional-shortcode",
  "attributes": {
    "isRecurring": {
      "type": "boolean",
      "default": false
    },
    "isAdvanced": {
      "type": "boolean",
      "default": false
    },
    "startDateTime": {
      "type": "string",
      "default": ""
    },
    "endDateTime": {
      "type": "string",
      "default": ""
    },
    "recurringDays": {
      "type": "array",
      "default": []
    },
    "recurringStartTime": {
      "type": "string",
      "default": ""
    },
    "recurringEndTime": {
      "type": "string",
      "default": ""
    },
    "customStart": {
      "type": "string",
      "default": ""
    },
    "customEnd": {
      "type": "string",
      "default": ""
    },
    "timezone": {
      "type": "string",
      "default": ""
    },
    "showFallback": {
      "type": "boolean",
      "default": false
    }
  },
  "providesContext": {
    "stp/showFallback": "showFallback"
  },
  "supports": {
    "html": false,
    "align": [
      "wide",
      "full"
    ]
  },
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css"
}