{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "vinoshipper-injector/announcement",
  "version": "1.2.3",
  "title": "Announcement",
  "category": "vinoshipper",
  "icon": "megaphone",
  "description": "Display an announcement, when defined in the Vinoshipper Producer Admin.",
  "keywords": [
    "vs"
  ],
  "example": {},
  "supports": {
    "html": false
  },
  "textdomain": "vinoshipper",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "render": "file:./render.php",
  "attributes": {
    "tooltip": {
      "type": "boolean",
      "default": true
    }
  }
}