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 / image / block.json

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

290 lines 5.7 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/image",
5 "version": "1.0.0",
6 "title": "Image",
7 "description": "An advanced Image block.",
8 "category": "firebox",
9 "keywords": [
10 "image",
11 "images",
12 "content"
13 ],
14 "attributes": {
15 "uniqueId": {
16 "type": "string",
17 "default": ""
18 },
19 "image": {
20 "type": "object",
21 "default": {
22 "desktop": {
23 "url": "",
24 "repeat": "no-repeat",
25 "size": "cover",
26 "position": "50% 50%",
27 "attachment": "scroll"
28 },
29 "tablet": {
30 "url": "",
31 "repeat": "no-repeat",
32 "size": "cover",
33 "position": "50% 50%",
34 "attachment": "scroll"
35 },
36 "mobile": {
37 "url": "",
38 "repeat": "no-repeat",
39 "size": "cover",
40 "position": "50% 50%",
41 "attachment": "scroll"
42 }
43 }
44 },
45 "alt": {
46 "type": "string",
47 "source": "attribute",
48 "selector": "img",
49 "attribute": "alt",
50 "default": ""
51 },
52 "href": {
53 "type": "string",
54 "source": "attribute",
55 "selector": "figure > a",
56 "attribute": "href"
57 },
58 "rel": {
59 "type": "string",
60 "source": "attribute",
61 "selector": "figure > a",
62 "attribute": "rel"
63 },
64 "linkClass": {
65 "type": "string",
66 "source": "attribute",
67 "selector": "figure > a",
68 "attribute": "class"
69 },
70 "linkTarget": {
71 "type": "string",
72 "source": "attribute",
73 "selector": "figure > a",
74 "attribute": "target"
75 },
76 "link": {
77 "type": "string",
78 "default": "none"
79 },
80 "width": {
81 "type": "object",
82 "default": {
83 "desktop": "",
84 "tablet": "",
85 "mobile": ""
86 }
87 },
88 "backgroundColor": {
89 "type": "string",
90 "default": ""
91 },
92 "padding": {
93 "type": "object",
94 "default": {
95 "desktop": {
96 "top": "",
97 "right": "",
98 "bottom": "",
99 "left": ""
100 },
101 "tablet": {
102 "top": "",
103 "right": "",
104 "bottom": "",
105 "left": ""
106 },
107 "mobile": {
108 "top": "",
109 "right": "",
110 "bottom": "",
111 "left": ""
112 },
113 "linked": true
114 }
115 },
116 "margin": {
117 "type": "object",
118 "default": {
119 "desktop": {
120 "top": "",
121 "right": "",
122 "bottom": "",
123 "left": ""
124 },
125 "tablet": {
126 "top": "",
127 "right": "",
128 "bottom": "",
129 "left": ""
130 },
131 "mobile": {
132 "top": "",
133 "right": "",
134 "bottom": "",
135 "left": ""
136 },
137 "linked": true
138 }
139 },
140 "align": {
141 "type": "object",
142 "default": {
143 "desktop": "",
144 "tablet": "",
145 "mobile": ""
146 }
147 },
148 "visibility": {
149 "type": "object",
150 "default": {
151 "desktop": false,
152 "tablet": false,
153 "mobile": false
154 }
155 },
156 "imageBorderColor": {
157 "type": "string",
158 "default": ""
159 },
160 "imageBorderWidth": {
161 "type": "number",
162 "default": 0
163 },
164 "imageBorderStyle": {
165 "type": "string",
166 "default": "none"
167 },
168 "imageBorderRadius": {
169 "type": "object",
170 "default": {
171 "desktop": {
172 "top_left": "",
173 "top_right": "",
174 "bottom_right": "",
175 "bottom_left": ""
176 },
177 "tablet": {
178 "top_left": "",
179 "top_right": "",
180 "bottom_right": "",
181 "bottom_left": ""
182 },
183 "mobile": {
184 "top_left": "",
185 "top_right": "",
186 "bottom_right": "",
187 "bottom_left": ""
188 },
189 "linked": true
190 }
191 },
192 "boxShadow": {
193 "type": "object",
194 "default": {
195 "desktop": {
196 "type": "none",
197 "top": 0,
198 "left": 0,
199 "color": "",
200 "spread": 7,
201 "width": 0
202 },
203 "tablet": {
204 "type": "none",
205 "top": 0,
206 "left": 0,
207 "color": "",
208 "spread": 7,
209 "width": 0
210 },
211 "mobile": {
212 "type": "none",
213 "top": 0,
214 "left": 0,
215 "color": "",
216 "spread": 7,
217 "width": 0
218 }
219 }
220 },
221 "textShadow": {
222 "type": "object",
223 "default": {
224 "hpos": 0,
225 "vpos": 0,
226 "blur": 0,
227 "color": ""
228 }
229 },
230 "imageAbsolutePosition": {
231 "type": "object",
232 "default": {
233 "desktop": false,
234 "tablet": false,
235 "mobile": false
236 }
237 },
238 "imageAbsolutePositionValue": {
239 "type": "object",
240 "default": {
241 "desktop": "",
242 "tablet": "",
243 "mobile": ""
244 }
245 },
246 "imageAbsolutePositionItems": {
247 "type": "object",
248 "default": {
249 "desktop": {
250 "top": "",
251 "right": "",
252 "bottom": "",
253 "left": "",
254 "linked": false
255 },
256 "tablet": {
257 "top": "",
258 "right": "",
259 "bottom": "",
260 "left": "",
261 "linked": false
262 },
263 "mobile": {
264 "top": "",
265 "right": "",
266 "bottom": "",
267 "left": "",
268 "linked": false
269 }
270 }
271 },
272 "imageAbsolutePositionDisabled": {
273 "type": "object",
274 "default": {
275 "desktop": false,
276 "tablet": false,
277 "mobile": false
278 }
279 },
280 "zIndex": {
281 "type": "string",
282 "default": ""
283 }
284 },
285 "editorScript": [
286 "firebox-store",
287 "file:./index.js"
288 ],
289 "editorStyle": "fb-block-image"
290 }