{
  "apiVersion": 3,
  "name": "alertify/dismissible-notice",
  "title": "Dismissible Notice",
  "category": "widgets",
  "icon": "megaphone",
  "description": "A notice block that visitors can dismiss (close).",
  "attributes": {
    "content": {
      "type": "string",
      "source": "html",
      "selector": ".alertify-box-content"
    },
    "noticeType": {
      "type": "string",
      "default": "info"
    },
    "dismissDuration": {
      "type": "number",
      "default": 24
    },
    "alertId": {
      "type": "string"
    }
  },
  "supports": {
    "html": false,
    "color": {
      "background": true,
      "text": true
    },
    "spacing": true,
    "typography": true
  },
  "editorScript": "file:./index.js",
  "style": "file:./style-index.css",
  "viewScript": "file:./dismissible-notice.js"
}