PluginProbe
aBlocks – Gutenberg Blocks, User Dashboard Builder, Popup Builder, Form Builder & Animation Builder / 2.9.0
aBlocks – Gutenberg Blocks, User Dashboard Builder, Popup Builder, Form Builder & Animation Builder v2.9.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 1.1.2 All 80 releases
ablocks / assets / build / blocks / breadcrumb / block.json

block.json in aBlocks – Gutenberg Blocks, User Dashboard Builder, Popup Builder, Form Builder & Animation Builder 2.9.0, at assets/build/blocks/breadcrumb/block.json

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