PluginProbe
bBlocks – Essential Gutenberg Blocks & Patterns Collection / 2.1.7
bBlocks – Essential Gutenberg Blocks & Patterns Collection v2.1.7
2.1.7 2.1.6 2.1.5 2.1.4 2.1.3 2.1.2 2.1.1 2.1.0 2.0.43 2.0.42 2.0.41 2.0.40 2.0.39 2.0.38 trunk 1.0 1.1 1.2 1.3 1.4 1.5 1.5.1 1.5.2 1.5.3 1.5.4 All 107 releases
b-blocks / build / logo-slider / block.json

block.json in bBlocks – Essential Gutenberg Blocks & Patterns Collection 2.1.7, at build/logo-slider/block.json

351 lines 8.0 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": 3,
4 "name": "b-blocks/logo-slider",
5 "version": "1.0.0",
6 "title": "Logo Slider",
7 "category": "bBlocks",
8 "description": "Logo sliders are often used on websites and blogs to showcase a company's clients, partners, or sponsors.",
9 "keywords": [
10 "slider",
11 "logo",
12 "carousel",
13 "logo slider"
14 ],
15 "textdomain": "b-blocks",
16 "attributes": {
17 "align": {
18 "type": "string",
19 "default": ""
20 },
21 "options": {
22 "type": "object",
23 "default": {
24 "autoplay": true,
25 "direction": "rightToLeft",
26 "speed": 1000,
27 "delay": 1000,
28 "loop": true,
29 "logoView": {
30 "desktop": 4,
31 "tablet": 3,
32 "mobile": 2
33 },
34 "space": {
35 "desktop": 30,
36 "tablet": 25,
37 "mobile": 15
38 },
39 "navigation": true,
40 "pagination": true,
41 "dynamicPagination": false,
42 "isCaptionVisible": false,
43 "easing": "",
44 "isPauseOnHover": false
45 }
46 },
47 "sliderStyles": {
48 "type": "object",
49 "default": {
50 "logo": {
51 "hover": "none",
52 "border": {
53 "color": "#000",
54 "width": "0px",
55 "style": "none"
56 },
57 "radius": {},
58 "height": "130px",
59 "width": "100%",
60 "logoFitOption": "cover",
61 "padding": {
62 "top": "",
63 "right": "",
64 "bottom": "",
65 "left": ""
66 }
67 },
68 "caption": {
69 "hover": "visible",
70 "color": {
71 "text": "#fff",
72 "bg": "#000"
73 }
74 }
75 }
76 },
77 "logo": {
78 "type": "array",
79 "default": []
80 },
81 "advanced": {
82 "type": "object",
83 "default": {
84 "dimension": {
85 "padding": {
86 "desktop": {
87 "top": "25px",
88 "right": "30px",
89 "bottom": "25px",
90 "left": "30px"
91 },
92 "tablet": {
93 "top": "",
94 "right": "",
95 "bottom": "",
96 "left": ""
97 },
98 "mobile": {
99 "top": "",
100 "right": "",
101 "bottom": "",
102 "left": ""
103 }
104 }
105 },
106 "transform": {
107 "normal": {
108 "rotate": {
109 "desktop": {
110 "z": "",
111 "y": "",
112 "x": ""
113 },
114 "tablet": {
115 "z": "",
116 "y": "",
117 "x": ""
118 },
119 "mobile": {
120 "z": "",
121 "y": "",
122 "x": ""
123 },
124 "threeDRotate": false
125 },
126 "offset": {
127 "desktop": {
128 "x": "",
129 "y": ""
130 },
131 "tablet": {
132 "x": "",
133 "y": ""
134 },
135 "mobile": {
136 "x": "",
137 "y": ""
138 }
139 },
140 "scale": {
141 "isProportion": true,
142 "desktop": {
143 "x": "",
144 "y": "",
145 "scale": ""
146 },
147 "tablet": {
148 "x": "",
149 "y": "",
150 "scale": ""
151 },
152 "mobile": {
153 "x": "",
154 "y": "",
155 "scale": ""
156 }
157 },
158 "skew": {
159 "desktop": {
160 "x": "",
161 "y": ""
162 },
163 "tablet": {
164 "x": "",
165 "y": ""
166 },
167 "mobile": {
168 "x": "",
169 "y": ""
170 }
171 },
172 "flipX": false,
173 "flipY": false
174 },
175 "hover": {
176 "rotate": {
177 "desktop": {
178 "z": "",
179 "y": "",
180 "x": ""
181 },
182 "tablet": {
183 "z": "",
184 "y": "",
185 "x": ""
186 },
187 "mobile": {
188 "z": "",
189 "y": "",
190 "x": ""
191 },
192 "threeDRotate": false
193 },
194 "offset": {
195 "desktop": {
196 "x": "",
197 "y": ""
198 },
199 "tablet": {
200 "x": "",
201 "y": ""
202 },
203 "mobile": {
204 "x": "",
205 "y": ""
206 }
207 },
208 "scale": {
209 "isProportion": true,
210 "desktop": {
211 "x": "",
212 "y": "",
213 "scale": ""
214 },
215 "tablet": {
216 "x": "",
217 "y": "",
218 "scale": ""
219 },
220 "mobile": {
221 "x": "",
222 "y": "",
223 "scale": ""
224 }
225 },
226 "skew": {
227 "desktop": {
228 "x": "",
229 "y": ""
230 },
231 "tablet": {
232 "x": "",
233 "y": ""
234 },
235 "mobile": {
236 "x": "",
237 "y": ""
238 }
239 },
240 "flipX": false,
241 "flipY": false
242 },
243 "transition": 200
244 },
245 "borderShadow": {
246 "normal": {
247 "radius": {
248 "top": "0px",
249 "right": "0px",
250 "bottom": "0px",
251 "left": "0px"
252 },
253 "shadow": [
254 {
255 "hOffset": "0px",
256 "vOffset": "0px",
257 "blur": "0px",
258 "spreed": "0px",
259 "color": "#7090b0",
260 "isInset": false
261 }
262 ]
263 }
264 },
265 "background": {
266 "normal": {
267 "type": "color",
268 "color": "",
269 "gradient": {
270 "type": "radial",
271 "radialType": "ellipse",
272 "colors": [
273 {
274 "color": "rgba(58, 66, 222, 1)",
275 "position": "0"
276 },
277 {
278 "color": "rgba(176, 195, 235, 1)",
279 "position": "80"
280 }
281 ],
282 "centerPositions": {
283 "x": 50,
284 "y": 50
285 },
286 "angel": 90
287 },
288 "img": {
289 "url": "",
290 "desktop": {
291 "position": "center center",
292 "xPosition": 0,
293 "yPosition": 0,
294 "attachment": "",
295 "repeat": "no-repeat",
296 "size": "",
297 "customSize": "0px"
298 },
299 "tablet": {
300 "position": "center center",
301 "xPosition": 0,
302 "yPosition": 0,
303 "attachment": "",
304 "repeat": "no-repeat",
305 "size": "",
306 "customSize": "0px"
307 },
308 "mobile": {
309 "position": "center center",
310 "xPosition": 0,
311 "yPosition": 0,
312 "attachment": "",
313 "repeat": "no-repeat",
314 "size": "",
315 "customSize": "0px"
316 }
317 },
318 "video": {
319 "url": "",
320 "loop": false
321 },
322 "transition": 0.3
323 }
324 }
325 }
326 }
327 },
328 "supports": {
329 "align": [
330 "wide",
331 "full"
332 ],
333 "html": false
334 },
335 "example": {
336 "attributes": {}
337 },
338 "editorScript": [
339 "file:../index.js",
340 "aos"
341 ],
342 "style": [
343 "file:./view.css",
344 "aos"
345 ],
346 "render": "file:./render.php",
347 "viewScript": [
348 "file:./view.js",
349 "aos"
350 ]
351 }