{
  "apiVersion": "1",
  "name": "bpgb/panorama",
  "title": "Panorama - Gutenberg Block",
  "description": "Panoramic 360 Degree Views.",
  "category": "widgets",
  "keywords": [
    "panorama",
    "360 Degree",
    "panoramic"
  ],
  "textdomain": "panorama-block",
  "attributes": {
    "className": {
      "type": "string",
      "default": ""
    },
    "align": {
      "type": "string",
      "default": ""
    },
    "cId": {
      "type": "string",
      "default": ""
    },
    "panoType": {
      "type": "string",
      "default": "image"
    },
    "panoImage": {
      "type": "object",
      "default": {
        "id": null,
        "url": "",
        "alt": "",
        "title": ""
      }
    },
    "panoVideo": {
      "type": "object",
      "default": {
        "id": null,
        "url": "",
        "title": ""
      }
    },
    "width": {
      "type": "string",
      "default": "100%"
    },
    "height": {
      "type": "string",
      "default": "320px"
    },
    "autoRotate": {
      "type": "boolean",
      "default": true
    },
    "rotateSpeed": {
      "type": "number",
      "default": 2
    },
    "hideControl": {
      "type": "boolean",
      "default": true
    },
    "autoPlay": {
      "type": "boolean",
      "default": true
    },
    "videoMute": {
      "type": "boolean",
      "default": true
    },
    "videoLoop": {
      "type": "boolean",
      "default": true
    },
    "alignment": {
      "type": "string",
      "default": "center"
    }
  },
  "supports": {
    "align": [
      "wide",
      "full"
    ],
    "html": false
  },
  "example": {
    "attributes": {
      "preview": true
    }
  },
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./view.css",
  "render": "file:./render.php",
  "viewScript": "file:./view.js"
}