{
  "apiVersion": 2,
  "name": "b3dviewer/preset",
  "title": "Model Viewer Preset",
  "description": "",
  "category": "vul",
  "icon": "visibility",
  "parent": [
    "b3dviewer/block"
  ],
  "keywords": [
    "3D Viewer Preset",
    "3D Embedder Preset",
    "3D Model Viewer Preset"
  ],
  "textdomain": "model-viewer",
  "attributes": {
    "preset": {
      "type": "object",
      "default": {
        "attributes": {
          "tonMapping": "neutral"
        },
        "O3DVSettings": {
          "isFullscreen": true,
          "isPagination": false,
          "isNavigation": false,
          "camera": null,
          "mouseControl": true,
          "showEdge": false,
          "zoom": true
        },
        "lazyLoad": true,
        "preload": "auto",
        "autoplay": true,
        "shadow": true,
        "autoRotate": false,
        "rotationPerSecond": 20,
        "zoom": true,
        "isPagination": false,
        "isNavigation": true,
        "mouseControl": true,
        "fullscreen": true,
        "cameraBtn": true,
        "variant": false,
        "loadingPercentage": false,
        "progressBar": true,
        "environmentImage": "",
        "zoomLevel": 1,
        "toneMapping": "neutral",
        "styles": {
          "width": {
            "desktop": "100%",
            "tablet": "100%",
            "mobile": "100%"
          },
          "height": {
            "desktop": "400px",
            "tablet": "300px",
            "mobile": "300px"
          },
          "bgColor": "transparent",
          "progressBarColor": "#666",
          "thumbSize": "90px"
        },
        "placement": "block",
        "lockXAxisRotation": false,
        "lockYAxisRotation": false
      }
    }
  },
  "supports": {
    "html": false,
    "lock": false
  },
  "editorStyle": [
    "file:./index.css"
  ],
  "editorScript": [
    "file:./index.js"
  ]
}