PluginProbe
aBlocks – Gutenberg Blocks, User Dashboard Builder, Popup Builder, Form Builder & Animation Builder / 2.12.0
aBlocks – Gutenberg Blocks, User Dashboard Builder, Popup Builder, Form Builder & Animation Builder v2.12.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-search / block.json

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

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