{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 2,
  "name": "panorama/virtual-tour",
  "version": "1.0.0",
  "title": "Virtual Tour",
  "category": "widgets",
  "description": "Create interactive 360° virtual tours with hotspots.",
  "keywords": [
    "panorama",
    "virtual tour",
    "360 degree virtual tour"
  ],
  "textdomain": "panorama",
  "attributes": {
    "align": {
      "type": "string",
      "default": "wide"
    },
    "scenes": {
      "type": "array",
      "default": [
        {
          "tour_id": "scene_1",
          "isTitleAuthor": true,
          "title": "scene_1 title",
          "author": "scene_1 author",
          "hfov": 110,
          "pitch": 0,
          "yaw": 5,
          "type": "equirectangular",
          "panorama": "",
          "hotSpots": []
        }
      ]
    },
    "options": {
      "type": "object",
      "default": {
        "isLabel": false,
        "isShowSceneHotspot": false,
        "tabSl": "index",
        "showSceneListAlign": "right",
        "isRotate": false,
        "autoRotateSpeed": 1,
        "autoRotateInactivityDelay": 3000,
        "hideDefaultCtrl": false,
        "autoLoad": true,
        "draggable": true,
        "compass": false,
        "mouseZoom": true,
        "disableKeyboardCtrl": false,
        "doubleClickZoom": true
      }
    },
    "layout": {
      "type": "object",
      "default": {
        "alignSl": {
          "desktop": "center",
          "tablet": "center",
          "mobile": "center"
        },
        "width": {
          "desktop": "100%",
          "tablet": "100%",
          "mobile": "100%"
        },
        "height": {
          "desktop": "500px",
          "tablet": "450px",
          "mobile": "350px"
        }
      }
    }
  },
  "supports": {
    "align": [
      "wide",
      "full"
    ],
    "html": false
  },
  "example": {
    "attributes": {}
  },
  "editorScript": [
    "file:../index.js",
    "bppiv-pannellum-js",
    "wp-api"
  ],
  "editorStyle": "file:../index.css",
  "style": [
    "file:./view.css",
    "bppiv-pannellum-css"
  ],
  "render": "file:./render.php",
  "viewScript": [
    "file:./view.js",
    "bppiv-pannellum-js"
  ]
}