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

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

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