PluginProbe
aBlocks – Gutenberg Blocks, User Dashboard Builder, Popup Builder, Form Builder & Animation Builder / 2.14.0
aBlocks – Gutenberg Blocks, User Dashboard Builder, Popup Builder, Form Builder & Animation Builder v2.14.0
2.14.0 2.13.0 2.13.1 2.12.0 2.11.1 2.11.0 2.10.0 2.9.0 2.7.4 2.7.5 2.7.6 2.7.7 2.8.0 2.8.1 2.9.1 trunk 1.0 1.0-beta1 1.0-beta2 1.0-beta3 1.0.1 1.0.2 1.0.3 1.1.0 1.1.1 All 81 releases
ablocks / assets / build / blocks / academy-course-description / block.json

block.json in aBlocks – Gutenberg Blocks, User Dashboard Builder, Popup Builder, Form Builder & Animation Builder 2.14.0, at assets/build/blocks/academy-course-description/block.json

619 lines 16.5 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": "ablocks/academy-course-description",
5 "version": "0.1.0",
6 "title": "Course Description",
7 "category": "academy",
8 "description": "Showcase student reviews and testimonials in a styled list.",
9 "keywords": [
10 "ablocks",
11 "academy",
12 "academy lms",
13 "course",
14 "course instructor",
15 "instructor"
16 ],
17 "example": [],
18 "supports": {
19 "html": false,
20 "anchor": true
21 },
22 "textdomain": "ablocks",
23 "editorStyle": [
24 "ablocks-animate-style",
25 "ablocks-common-style"
26 ],
27 "editorScript": [
28 "ablocks-common-script"
29 ],
30 "attributes": {
31 "block_id": {
32 "type": "string",
33 "default": ""
34 },
35 "blockVersion": {
36 "type": "number",
37 "default": 2
38 },
39 "heading_color": {
40 "type": "string",
41 "default": "#111"
42 },
43 "heading_colorH": {
44 "type": "string",
45 "default": "#111"
46 },
47 "description_color": {
48 "type": "string",
49 "default": "#111"
50 },
51 "description_colorH": {
52 "type": "string",
53 "default": "#111"
54 },
55 "heading_typographyGlobal": {
56 "type": "string",
57 "default": ""
58 },
59 "description_typographyGlobal": {
60 "type": "string",
61 "default": ""
62 },
63 "heading_typography": {
64 "type": "object",
65 "default": {
66 "fontFamily": "",
67 "weight": "400",
68 "transform": "",
69 "style": "",
70 "decoration": "",
71 "fontSize": "",
72 "fontSizeUnit": "px",
73 "lineHeight": "",
74 "lineHeightUnit": "px",
75 "letterSpacing": "",
76 "letterSpacingUnit": "px",
77 "wordSpacing": "",
78 "wordSpacingUnit": "px",
79 "fontSizeTablet": "",
80 "fontSizeMobile": "",
81 "fontSizeUnitTablet": "px",
82 "fontSizeUnitMobile": "px",
83 "lineHeightTablet": "",
84 "lineHeightMobile": "",
85 "lineHeightUnitTablet": "px",
86 "lineHeightUnitMobile": "px",
87 "letterSpacingTablet": "",
88 "letterSpacingMobile": "",
89 "letterSpacingUnitTablet": "px",
90 "letterSpacingUnitMobile": "px",
91 "wordSpacingTablet": "",
92 "wordSpacingMobile": "",
93 "wordSpacingUnitTablet": "px",
94 "wordSpacingUnitMobile": "px"
95 }
96 },
97 "description_typography": {
98 "type": "object",
99 "default": {
100 "fontFamily": "",
101 "weight": "400",
102 "transform": "",
103 "style": "",
104 "decoration": "",
105 "fontSize": "",
106 "fontSizeUnit": "px",
107 "lineHeight": "",
108 "lineHeightUnit": "px",
109 "letterSpacing": "",
110 "letterSpacingUnit": "px",
111 "wordSpacing": "",
112 "wordSpacingUnit": "px",
113 "fontSizeTablet": "",
114 "fontSizeMobile": "",
115 "fontSizeUnitTablet": "px",
116 "fontSizeUnitMobile": "px",
117 "lineHeightTablet": "",
118 "lineHeightMobile": "",
119 "lineHeightUnitTablet": "px",
120 "lineHeightUnitMobile": "px",
121 "letterSpacingTablet": "",
122 "letterSpacingMobile": "",
123 "letterSpacingUnitTablet": "px",
124 "letterSpacingUnitMobile": "px",
125 "wordSpacingTablet": "",
126 "wordSpacingMobile": "",
127 "wordSpacingUnitTablet": "px",
128 "wordSpacingUnitMobile": "px"
129 }
130 },
131 "heading_transition": {
132 "type": "number",
133 "default": 0
134 },
135 "description_transition": {
136 "type": "number",
137 "default": 0
138 },
139 "_margin": {
140 "type": "object",
141 "default": {
142 "isLinked": true,
143 "isLinkedTablet": true,
144 "isLinkedMobile": true,
145 "common": "",
146 "top": "",
147 "right": "",
148 "bottom": "",
149 "left": "",
150 "unit": "px",
151 "commonTablet": "",
152 "topTablet": "",
153 "rightTablet": "",
154 "bottomTablet": "",
155 "leftTablet": "",
156 "unitTablet": "",
157 "commonMobile": "",
158 "topMobile": "",
159 "rightMobile": "",
160 "bottomMobile": "",
161 "leftMobile": "",
162 "unitMobile": ""
163 }
164 },
165 "_padding": {
166 "type": "object",
167 "default": {
168 "isLinked": true,
169 "isLinkedTablet": true,
170 "isLinkedMobile": true,
171 "common": "",
172 "top": "",
173 "right": "",
174 "bottom": "",
175 "left": "",
176 "unit": "px",
177 "commonTablet": "",
178 "topTablet": "",
179 "rightTablet": "",
180 "bottomTablet": "",
181 "leftTablet": "",
182 "unitTablet": "",
183 "commonMobile": "",
184 "topMobile": "",
185 "rightMobile": "",
186 "bottomMobile": "",
187 "leftMobile": "",
188 "unitMobile": ""
189 }
190 },
191 "_width": {
192 "type": "object",
193 "default": {
194 "widthType": "default",
195 "widthTypeTablet": "",
196 "widthTypeMobile": "",
197 "customWidth": "",
198 "customWidthTablet": "",
199 "customWidthMobile": "",
200 "customWidthUnit": "%",
201 "customWidthUnitTablet": "",
202 "customWidthUnitMobile": ""
203 }
204 },
205 "_border": {
206 "type": "object",
207 "default": {
208 "borderStyle": "default",
209 "borderStyleH": "default",
210 "borderColor": "",
211 "borderColorH": "",
212 "isLinkedWidth": true,
213 "isLinkedWidthTablet": true,
214 "isLinkedWidthMobile": true,
215 "commonWidth": "",
216 "commonWidthTablet": "",
217 "commonWidthMobile": "",
218 "topWidth": "",
219 "rightWidth": "",
220 "bottomWidth": "",
221 "leftWidth": "",
222 "topWidthTablet": "",
223 "rightWidthTablet": "",
224 "bottomWidthTablet": "",
225 "leftWidthTablet": "",
226 "topWidthMobile": "",
227 "rightWidthMobile": "",
228 "bottomWidthMobile": "",
229 "leftWidthMobile": "",
230 "unitWidth": "px",
231 "unitWidthTablet": "",
232 "unitWidthMobile": "",
233 "isLinkedWidthH": true,
234 "isLinkedWidthHTablet": true,
235 "isLinkedWidthHMobile": true,
236 "commonWidthH": "",
237 "commonWidthHTablet": "",
238 "commonWidthHMobile": "",
239 "topWidthH": "",
240 "rightWidthH": "",
241 "bottomWidthH": "",
242 "leftWidthH": "",
243 "topWidthHTablet": "",
244 "rightWidthHTablet": "",
245 "bottomWidthHTablet": "",
246 "leftWidthHTablet": "",
247 "topWidthHMobile": "",
248 "rightWidthHMobile": "",
249 "bottomWidthHMobile": "",
250 "leftWidthHMobile": "",
251 "unitWidthH": "px",
252 "unitWidthHTablet": "",
253 "unitWidthHMobile": "",
254 "isLinkedRadius": true,
255 "isLinkedRadiusTablet": true,
256 "isLinkedRadiusMobile": true,
257 "commonRadius": "",
258 "commonRadiusTablet": "",
259 "commonRadiusMobile": "",
260 "topRadius": "",
261 "rightRadius": "",
262 "bottomRadius": "",
263 "leftRadius": "",
264 "topRadiusTablet": "",
265 "rightRadiusTablet": "",
266 "bottomRadiusTablet": "",
267 "leftRadiusTablet": "",
268 "topRadiusMobile": "",
269 "rightRadiusMobile": "",
270 "bottomRadiusMobile": "",
271 "leftRadiusMobile": "",
272 "unitRadius": "px",
273 "unitRadiusTablet": "",
274 "unitRadiusMobile": "",
275 "isLinkedRadiusH": true,
276 "isLinkedRadiusHTablet": true,
277 "isLinkedRadiusHMobile": true,
278 "commonRadiusH": "",
279 "commonRadiusHTablet": "",
280 "commonRadiusHMobile": "",
281 "topRadiusH": "",
282 "rightRadiusH": "",
283 "bottomRadiusH": "",
284 "leftRadiusH": "",
285 "topRadiusHTablet": "",
286 "rightRadiusHTablet": "",
287 "bottomRadiusHTablet": "",
288 "leftRadiusHTablet": "",
289 "topRadiusHMobile": "",
290 "rightRadiusHMobile": "",
291 "bottomRadiusHMobile": "",
292 "leftRadiusHMobile": "",
293 "unitRadiusH": "px",
294 "unitRadiusHTablet": "",
295 "unitRadiusHMobile": "",
296 "transitionDuration": ""
297 }
298 },
299 "_position": {
300 "type": "object",
301 "default": {
302 "positionType": "relative",
303 "positionTypeTablet": "",
304 "positionTypeMobile": "",
305 "hOrientation": "",
306 "hOffset": "",
307 "hOffsetTablet": "",
308 "hOffsetMobile": "",
309 "hOffsetUnit": "px",
310 "hOffsetUnitTablet": "px",
311 "hOffsetUnitMobile": "px",
312 "vOrientation": "",
313 "vOffset": "",
314 "vOffsetTablet": "",
315 "vOffsetMobile": "",
316 "vOffsetUnit": "px",
317 "vOffsetUnitTablet": "px",
318 "vOffsetUnitMobile": "px"
319 }
320 },
321 "_background": {
322 "type": "object",
323 "default": {
324 "backgroundType": "none",
325 "backgroundTypeH": "none",
326 "backgroundColor": "",
327 "backgroundColorH": "",
328 "imgId": "",
329 "imgIdTablet": "",
330 "imgIdMobile": "",
331 "imgUrl": "",
332 "imgUrlTablet": "",
333 "imgUrlMobile": "",
334 "imgSize": "",
335 "imgSizeTablet": "",
336 "imgSizeMobile": "",
337 "imgPosition": "",
338 "imgPositionTablet": "",
339 "imgPositionMobile": "",
340 "imgXPositionUnit": "px",
341 "imgXPositionUnitTablet": "",
342 "imgXPositionUnitMobile": "",
343 "imgXPosition": "",
344 "imgXPositionTablet": "",
345 "imgXPositionMobile": "",
346 "imgYPositionUnit": "px",
347 "imgYPositionUnitTablet": "",
348 "imgYPositionUnitMobile": "",
349 "imgYPosition": "",
350 "imgYPositionTablet": "",
351 "imgYPositionMobile": "",
352 "imgAttachment": "",
353 "imgRepeat": "",
354 "imgRepeatTablet": "",
355 "imgRepeatMobile": "",
356 "imgDisplaySize": "",
357 "imgDisplaySizeTablet": "",
358 "imgDisplaySizeMobile": "",
359 "imgDisplaySizeWidth": "",
360 "imgDisplaySizeWidthTablet": "",
361 "imgDisplaySizeWidthMobile": "",
362 "imgDisplaySizeWidthUnit": "px",
363 "imgDisplaySizeWidthUnitTablet": "",
364 "imgDisplaySizeWidthUnitMobile": "",
365 "imgIdH": "",
366 "imgIdTabletH": "",
367 "imgIdMobileH": "",
368 "imgUrlH": "",
369 "imgUrlHTablet": "",
370 "imgUrlHMobile": "",
371 "imgSizeH": "",
372 "imgSizeHTablet": "",
373 "imgSizeHMobile": "",
374 "imgPositionH": "",
375 "imgPositionHTablet": "",
376 "imgPositionHMobile": "",
377 "imgXPositionUnitH": "px",
378 "imgXPositionUnitHTablet": "",
379 "imgXPositionUnitHMobile": "",
380 "imgXPositionH": "",
381 "imgXPositionHTablet": "",
382 "imgXPositionHMobile": "",
383 "imgYPositionUnitH": "px",
384 "imgYPositionUnitHTablet": "",
385 "imgYPositionUnitHMobile": "",
386 "imgYPositionH": "",
387 "imgYPositionHTablet": "",
388 "imgYPositionHMobile": "",
389 "imgAttachmentH": "",
390 "imgRepeatH": "",
391 "imgRepeatHTablet": "",
392 "imgRepeatHMobile": "",
393 "imgDisplaySizeH": "",
394 "imgDisplaySizeHTablet": "",
395 "imgDisplaySizeHMobile": "",
396 "imgDisplaySizeWidthH": "",
397 "imgDisplaySizeWidthHTablet": "",
398 "imgDisplaySizeWidthHMobile": "",
399 "imgDisplaySizeWidthHUnit": "px",
400 "imgDisplaySizeWidthHUnitTablet": "",
401 "imgDisplaySizeWidthHUnitMobile": "",
402 "transitionDuration": "",
403 "videoUrl": "",
404 "youtubeURL": "",
405 "vimeoURL": "",
406 "selfHostedURL": "",
407 "externalLink": false,
408 "videoSource": "none",
409 "videoPlayOnce": "",
410 "videoStartTime": "",
411 "videoEndTime": "",
412 "playOnMobile": "",
413 "videoPrivacyMode": "",
414 "fallbackImageUrl": ""
415 }
416 },
417 "_zIndex": {
418 "type": "object",
419 "default": {
420 "zIndex": "",
421 "zIndexTablet": "",
422 "zIndexMobile": ""
423 }
424 },
425 "_transform": {
426 "type": "object",
427 "default": {
428 "rotate": "",
429 "rotateTablet": "",
430 "rotateMobile": "",
431 "rotate3D": false,
432 "rotate3DTablet": false,
433 "rotate3DMobile": false,
434 "rotateX": "",
435 "rotateXTablet": "",
436 "rotateXMobile": "",
437 "rotateY": "",
438 "rotateYTablet": "",
439 "rotateYMobile": "",
440 "rotateP": "",
441 "rotatePTablet": "",
442 "rotatePMobile": "",
443 "offsetX": "",
444 "offsetXTablet": "",
445 "offsetXMobile": "",
446 "offsetXUnit": "px",
447 "offsetXUnitTablet": "px",
448 "offsetXUnitMobile": "px",
449 "offsetY": "",
450 "offsetYTablet": "",
451 "offsetYMobile": "",
452 "offsetYUnit": "px",
453 "offsetYUnitTablet": "px",
454 "offsetYUnitMobile": "px",
455 "scaleProportions": false,
456 "scale": "",
457 "scaleTablet": "",
458 "scaleMobile": "",
459 "scaleX": "",
460 "scaleXTablet": "",
461 "scaleXMobile": "",
462 "scaleY": "",
463 "scaleYTablet": "",
464 "scaleYMobile": "",
465 "skewX": "",
466 "skewXTablet": "",
467 "skewXMobile": "",
468 "skewY": "",
469 "skewYTablet": "",
470 "skewYMobile": "",
471 "flipHorizontal": false,
472 "flipVertical": false,
473 "xAnchorPoint": "",
474 "xAnchorPointTablet": "",
475 "xAnchorPointMobile": "",
476 "yAnchorPoint": "",
477 "yAnchorPointTablet": "",
478 "yAnchorPointMobile": "",
479 "rotateH": "",
480 "rotateHTablet": "",
481 "rotateHMobile": "",
482 "rotate3DH": false,
483 "rotate3DHTablet": false,
484 "rotate3DHMobile": false,
485 "rotateXH": "",
486 "rotateXHTablet": "",
487 "rotateXHMobile": "",
488 "rotateYH": "",
489 "rotateYHTablet": "",
490 "rotateYHMobile": "",
491 "rotatePH": "",
492 "rotatePHTablet": "",
493 "rotatePHMobile": "",
494 "offsetXH": "",
495 "offsetXHTablet": "",
496 "offsetXHMobile": "",
497 "offsetXHUnit": "px",
498 "offsetXHUnitTablet": "px",
499 "offsetXHUnitMobile": "px",
500 "offsetYH": "",
501 "offsetYHTablet": "",
502 "offsetYHMobile": "",
503 "offsetYHUnit": "px",
504 "offsetYHUnitTablet": "px",
505 "offsetYHUnitMobile": "px",
506 "scaleProportionsH": false,
507 "scaleH": "",
508 "scaleHTablet": "",
509 "scaleHMobile": "",
510 "scaleXH": "",
511 "scaleXHTablet": "",
512 "scaleXHMobile": "",
513 "scaleYH": "",
514 "scaleYHTablet": "",
515 "scaleYHMobile": "",
516 "skewXH": "",
517 "skewXHTablet": "",
518 "skewXHMobile": "",
519 "skewYH": "",
520 "skewYHTablet": "",
521 "skewYHMobile": "",
522 "flipHorizontalH": false,
523 "flipVerticalH": false,
524 "xAnchorPointH": "",
525 "xAnchorPointHTablet": "",
526 "xAnchorPointHMobile": "",
527 "yAnchorPointH": "",
528 "yAnchorPointHTablet": "",
529 "yAnchorPointHMobile": "",
530 "transitionH": ""
531 }
532 },
533 "_mask": {
534 "type": "object",
535 "default": {
536 "mask": false,
537 "maskTablet": false,
538 "maskMobile": false,
539 "maskShape": "circle",
540 "customMaskShape": "",
541 "maskSize": "",
542 "maskSizeTablet": "",
543 "maskSizeMobile": "",
544 "maskPosition": "",
545 "maskPositionTablet": "",
546 "maskPositionMobile": "",
547 "maskRepeat": "",
548 "maskRepeatTablet": "",
549 "maskRepeatMobile": "",
550 "scaleUnit": "px",
551 "scaleUnitTablet": "px",
552 "scaleUnitMobile": "px",
553 "scale": "0",
554 "scaleTablet": "0",
555 "scaleMobile": "0",
556 "xPositionUnit": "px",
557 "xPositionUnitTablet": "px",
558 "xPositionUnitMobile": "px",
559 "xPosition": "",
560 "xPositionTablet": "0",
561 "xPositionMobile": "0",
562 "yPositionUnit": "0",
563 "yPositionUnitTablet": "px",
564 "yPositionUnitMobile": "px",
565 "yPosition": "0",
566 "yPositionTablet": "0",
567 "yPositionMobile": "0"
568 }
569 },
570 "_animation": {
571 "type": "object",
572 "default": {
573 "animationType": "",
574 "animationTypeTablet": "",
575 "animationTypeMobile": "",
576 "animationDuration": "",
577 "animationDelay": ""
578 }
579 },
580 "_boxShadow": {
581 "type": "object",
582 "default": {
583 "preset": "",
584 "shadowType": "default",
585 "shadow": "",
586 "horizontal": "",
587 "vertical": "",
588 "blur": "",
589 "spread": "",
590 "color": "",
591 "presetH": "",
592 "shadowTypeH": "default",
593 "shadowH": "",
594 "horizontalH": "",
595 "verticalH": "",
596 "blurH": "",
597 "spreadH": "",
598 "colorH": "",
599 "transitionDuration": "0"
600 }
601 },
602 "_hide_on_desktop": {
603 "type": "boolean",
604 "default": false
605 },
606 "_hide_on_tablet": {
607 "type": "boolean",
608 "default": false
609 },
610 "_hide_on_mobile": {
611 "type": "boolean",
612 "default": false
613 },
614 "_custom_css": {
615 "type": "string",
616 "default": ""
617 }
618 }
619 }