File: /home/zeusxp5/chuair.org/wp-content/plugins/wd-framework/build/panorama/block.json
{
"apiVersion": 2,
"name": "webdevia/panorama",
"version": "0.1.0",
"title": "Panorama 360",
"category": "webdevia",
"description": "The panorama block allows you to display an immersive 360-degree view using an equirectangular image. This block is ideal for showcasing scenic views, real estate properties, or any other immersive experience where a panoramic view is desired.",
"attributes": {
"mediaId": {
"type": "number",
"default": 0
},
"mediaUrl": {
"type": "string",
"default": "https://via.placeholder.com/1200x350"
},
"blockHeight": {
"type": "number",
"default": 350
},
"autoRotate": {
"type": "boolean",
"default": false
},
"autoRotateSpeed": {
"type": "number",
"default": 0.5
}
},
"supports": {
"__experimentalSettings": true,
"anchor": true,
"html": false,
"align": [
"wide",
"full"
],
"className": true,
"spacing": {
"margin": true
}
},
"keywords": [
"wd",
"webdevia",
"panorama"
],
"textdomain": "webdevia-blocks",
"editorScript": "file:./index.js",
"editorStyle": "file:./index.css",
"viewScript": "file:./view.js",
"style": "file:./style-index.css"
}