{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "a360/panorama-hero",
  "version": "1.3.15",
  "title": "A360 Panorama Hero",
  "category": "design",
  "icon": "format-image",
  "description": "Panorama 360° w tle z treścią z natywnych bloków WordPressa.",
  "textdomain": "a360-panorama-hero",
  "attributes": {
    "imageId": {
      "type": "number",
      "default": 0
    },
    "imageUrl": {
      "type": "string",
      "default": ""
    },
    "panoramas": {
      "type": "array",
      "default": []
    },
    "panoramaInterval": {
      "type": "number",
      "default": 8
    },
    "posterId": {
      "type": "number",
      "default": 0
    },
    "posterUrl": {
      "type": "string",
      "default": ""
    },
    "height": {
      "type": "number",
      "default": 720
    },
    "overlayOpacity": {
      "type": "number",
      "default": 45
    },
    "speed": {
      "type": "number",
      "default": 2
    },
    "fov": {
      "type": "number",
      "default": 75
    },
    "yaw": {
      "type": "number",
      "default": 0
    },
    "resume": {
      "type": "number",
      "default": 4
    },
    "autoplay": {
      "type": "string",
      "default": "always"
    },
    "contentPadding": {
      "type": "number",
      "default": 50
    },
    "contentHorizontalAlign": {
      "type": "string",
      "default": "left"
    },
    "contentVerticalAlign": {
      "type": "string",
      "default": "top"
    },
    "label": {
      "type": "string",
      "default": "Interaktywna panorama 360 stopni"
    },
    "hotspots": {
      "type": "array",
      "default": []
    },
    "hotspotsByPanorama": {
      "type": "object",
      "default": {}
    },
    "hotspotImageId": {
      "type": "number",
      "default": 0
    },
    "nadirLogoId": {
      "type": "number",
      "default": 0
    },
    "nadirLogoUrl": {
      "type": "string",
      "default": ""
    },
    "nadirRotation": {
      "type": "number",
      "default": 0
    },
    "nadirSize": {
      "type": "number",
      "default": 50
    },
    "interactionHint": {
      "type": "boolean",
      "default": true
    },
    "interactionHintText": {
      "type": "string",
      "default": "Click and drag mouse to explore"
    }
  },
  "supports": {
    "align": [
      "wide",
      "full"
    ],
    "anchor": true,
    "html": false,
    "spacing": {
      "margin": true
    }
  },
  "editorScript": "a360-panorama-hero-editor",
  "style": "a360-panorama-hero",
  "editorStyle": "a360-panorama-hero-editor"
}
