PluginProbe
FireBox – WooCommerce Popup Builder, Exit Intent Popup, Email Optin & Cart Abandonment / 2.1.14
FireBox – WooCommerce Popup Builder, Exit Intent Popup, Email Optin & Cart Abandonment v2.1.14
3.1.13 3.1.12 3.1.11 3.1.10 3.1.9 3.1.8 3.1.7 trunk 1.0.0 1.0.1 1.0.10 1.0.11 1.0.12 1.0.13 1.0.14 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.0.7 1.0.8 1.0.9 1.1.0 1.1.1 All 122 releases
firebox / media / admin / js / blocks / map / block.json

block.json in FireBox – WooCommerce Popup Builder, Exit Intent Popup, Email Optin & Cart Abandonment 2.1.14, at media/admin/js/blocks/map/block.json

191 lines 3.6 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "$schema": "https://schemas.wp.org/trunk/block.json",
3 "apiVersion": 2,
4 "name": "firebox/map",
5 "version": "1.0.0",
6 "title": "Map",
7 "description": "Display an OpenStreetMap on your website.",
8 "category": "firebox",
9 "keywords": [
10 "map",
11 "osm",
12 "openstreetmap",
13 "location"
14 ],
15 "attributes": {
16 "uniqueId": {
17 "type": "string",
18 "default": ""
19 },
20 "provider": {
21 "type": "string",
22 "default": "osm"
23 },
24 "latitude": {
25 "type": "string",
26 "default": ""
27 },
28 "longitude": {
29 "type": "string",
30 "default": ""
31 },
32 "scale": {
33 "type": "string",
34 "default": ""
35 },
36 "width": {
37 "type": "object",
38 "default": {
39 "desktop": "100%",
40 "tablet": "",
41 "mobile": ""
42 }
43 },
44 "height": {
45 "type": "object",
46 "default": {
47 "desktop": "350px",
48 "tablet": "",
49 "mobile": ""
50 }
51 },
52 "zoomControl": {
53 "type": "boolean",
54 "default": true
55 },
56 "zoom": {
57 "type": "number",
58 "default": 5
59 },
60 "markers": {
61 "type": "array",
62 "default": []
63 },
64 "margin": {
65 "type": "object",
66 "default": {
67 "desktop": {
68 "top": "",
69 "right": "",
70 "bottom": "",
71 "left": ""
72 },
73 "tablet": {
74 "top": "",
75 "right": "",
76 "bottom": "",
77 "left": ""
78 },
79 "mobile": {
80 "top": "",
81 "right": "",
82 "bottom": "",
83 "left": ""
84 },
85 "linked": true
86 }
87 },
88 "padding": {
89 "type": "object",
90 "default": {
91 "desktop": {
92 "top": "",
93 "right": "",
94 "bottom": "",
95 "left": ""
96 },
97 "tablet": {
98 "top": "",
99 "right": "",
100 "bottom": "",
101 "left": ""
102 },
103 "mobile": {
104 "top": "",
105 "right": "",
106 "bottom": "",
107 "left": ""
108 },
109 "linked": true
110 }
111 },
112 "borderColor": {
113 "type": "string",
114 "default": ""
115 },
116 "borderWidth": {
117 "type": "number",
118 "default": 0
119 },
120 "borderStyle": {
121 "type": "string",
122 "default": "none"
123 },
124 "borderRadius": {
125 "type": "object",
126 "default": {
127 "desktop": {
128 "top_left": "",
129 "top_right": "",
130 "bottom_right": "",
131 "bottom_left": ""
132 },
133 "tablet": {
134 "top_left": "",
135 "top_right": "",
136 "bottom_right": "",
137 "bottom_left": ""
138 },
139 "mobile": {
140 "top_left": "",
141 "top_right": "",
142 "bottom_right": "",
143 "bottom_left": ""
144 },
145 "linked": true
146 }
147 },
148 "backgroundColor": {
149 "type": "string",
150 "default": ""
151 },
152 "boxShadow": {
153 "type": "object",
154 "default": {
155 "desktop": {
156 "type": "none",
157 "top": 0,
158 "left": 0,
159 "color": "",
160 "spread": 7,
161 "width": 0
162 },
163 "tablet": {
164 "type": "none",
165 "top": 0,
166 "left": 0,
167 "color": "",
168 "spread": 7,
169 "width": 0
170 },
171 "mobile": {
172 "type": "none",
173 "top": 0,
174 "left": 0,
175 "color": "",
176 "spread": 7,
177 "width": 0
178 }
179 }
180 }
181 },
182 "editorScript": [
183 "firebox-store",
184 "fpframework-leaflet",
185 "file:./index.js"
186 ],
187 "editorStyle": [
188 "fpframework-map-widget",
189 "fpframework-leaflet"
190 ]
191 }