{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "breely/breely",
  "version": "0.1.0",
  "title": "Breely",
  "category": "widgets",
  "description": "Embed Breely appointment booking and forms.",
  "example": {},
  "supports": {
    "html": false
  },
  "textdomain": "breely",
  "editorScript": "file:./index.js",
  "style": "file:./style-index.css",
  "viewScript": "file:./view.js",
  "attributes": {
    "iframeSrc": {
      "type": "string"
    },
    "isPopup": {
      "type": "boolean"
    },
    "buttonText": {
      "type": "string"
    }
  }
}