{
  "apiVersion": 2,
  "name": "htr-block/modal-builder-block",
  "version": "1.1.0",
  "title": "Modal Builder Block",
  "category": "widgets",
  "attributes": {
    "mbModalID": {
      "type": "string",
      "default": ""
    },
    "mbModalContentType": {
      "type": "string",
      "default": "htr-modal-trigger"
    }
  },
  "icon": "editor-expand",
  "description": "Build a modal with the power of WordPress' block editor. Anything you can do with the editor works inside of the modal content or the modal trigger.",
  "supports": {
    "html": false
  },
  "textdomain": "modal-builder-block",
  "editorScript": "file:./build/index.js",
  "editorStyle": "file:./build/index.css",
  "style": "file:./build/style-index.css"
}
