{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "stp/display-during-message",
  "version": "2.0.0",
  "title": "Display During: Message",
  "category": "design",
  "description": "Fallback message zone — displayed when the schedule conditions are NOT met.",
  "textdomain": "display-during-conditional-shortcode",
  "parent": [
    "stp/display-during"
  ],
  "usesContext": [
    "stp/showFallback"
  ],
  "supports": {
    "html": false,
    "reusable": false,
    "inserter": false
  },
  "editorScript": "file:./index.js"
}