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

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