{
  "apiVersion": 3,
  "name": "alertify/inline-message",
  "title": "Inline Message",
  "category": "widgets",
  "icon": "editor-underline",
  "description": "Highlight a short message inline inside text.",
  "attributes": {
    "text": {
      "type": "string",
      "source": "html",
      "selector": "span.alertify-inline-text"
    },
    "noticeType": {
      "type": "string",
      "default": "info"
    },
    "showIcon": {
      "type": "boolean",
      "default": false
    },
    "icon": {
      "type": "string",
      "default": ""
    },
    "shape": {
      "type": "string",
      "default": "pill"
    },
    "alertId": {
      "type": "string"
    }
  },
  "supports": {
    "html": false,
    "color": {
      "background": true,
      "text": true
    },
    "typography": true,
    "spacing": false,
    "anchor": false,
    "multiple": true,
    "inserter": true
  },
  "editorScript": "file:./index.js",
  "style": "file:./style-index.css"
}