PluginProbe
Blockenberg — 600+ Advanced Gutenberg Blocks & AI Agent for WordPress Block Editor / 2.0.7
Blockenberg — 600+ Advanced Gutenberg Blocks & AI Agent for WordPress Block Editor v2.0.7
2.0.13 2.0.12 2.0.11 2.0.10 2.0.9 trunk 2.0.2 2.0.3 2.0.4 2.0.5 2.0.6 2.0.7 2.0.8
blockenberg / blocks / product-360 / block.json

block.json in Blockenberg — 600+ Advanced Gutenberg Blocks & AI Agent for WordPress Block Editor 2.0.7, at blocks/product-360/block.json

92 lines 2.2 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "apiVersion": 3,
3 "$schema": "https://schemas.wp.org/trunk/block.json",
4 "name": "blockenberg/product-360",
5 "title": "Product 360\u00b0",
6 "description": "Drag or auto-spin through a sequence of images for immersive 360\u00b0 product views.",
7 "category": "bkbg-media",
8 "textdomain": "blockenberg",
9 "editorScript": "bkbg-product-360-editor",
10 "style": "bkbg-product-360-style",
11 "viewScript": "bkbg-product-360-frontend",
12 "icon": "image-rotate",
13 "supports": {
14 "html": false,
15 "anchor": true,
16 "className": true,
17 "align": [
18 "wide",
19 "full"
20 ]
21 },
22 "attributes": {
23 "frames": {
24 "type": "array",
25 "default": []
26 },
27 "viewerWidth": {
28 "type": "integer",
29 "default": 600
30 },
31 "viewerHeight": {
32 "type": "integer",
33 "default": 400
34 },
35 "viewerRadius": {
36 "type": "integer",
37 "default": 16
38 },
39 "autoSpin": {
40 "type": "boolean",
41 "default": false
42 },
43 "autoSpeed": {
44 "type": "integer",
45 "default": 60
46 },
47 "dragSensitivity": {
48 "type": "integer",
49 "default": 4
50 },
51 "showProgress": {
52 "type": "boolean",
53 "default": true
54 },
55 "showHint": {
56 "type": "boolean",
57 "default": true
58 },
59 "hintText": {
60 "type": "string",
61 "default": "Drag to rotate"
62 },
63 "showControls": {
64 "type": "boolean",
65 "default": true
66 },
67 "bgColor": {
68 "type": "string",
69 "default": "#f1f5f9"
70 },
71 "progressColor": {
72 "type": "string",
73 "default": "#6366f1"
74 },
75 "hintColor": {
76 "type": "string",
77 "default": "#64748b"
78 },
79 "controlsBg": {
80 "type": "string",
81 "default": "#ffffff"
82 },
83 "controlsColor": {
84 "type": "string",
85 "default": "#0f172a"
86 },
87 "hintTypo": {
88 "type": "object",
89 "default": {}
90 }
91 }
92 }