{
  "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": {
    "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:./dist/editor.js",
  "style": "file:./dist/style.css"
}
