{
  "apiVersion": "1",
  "name": "bplugins/custom-html",
  "title": "Advance Custom HTML",
  "description": "Write code like editor.",
  "category": "widgets",
  "keywords": ["custom html", "code", "html"],
  "icon": "html",
  "textdomain": "custom-html",
  "attributes": {
    "uniqueId": {
      "type": "string",
      "default": ""
    },
    "HTML": {
      "type": "string",
      "default": ""
    },
    "fontSize": {
      "type": "number",
      "default": 15
    }
  },
  "supports": {
    "html": false,
    "align": ["wide", "full"]
  },
  "example": {
    "attributes": {
      "preview": true,
      "HTML": "<h3>write code on advanced code editor</h3>"
    }
  },
  "editorScript": "file:dist/editor.js"
}
