PluginProbe
Smart Post – Post Grid, Post Carousel, Post Slider Gutenberg Blocks for Blog & News / 4.0.7
Smart Post – Post Grid, Post Carousel, Post Slider Gutenberg Blocks for Blog & News v4.0.7
4.0.8 4.0.7 4.0.6 4.0.5 4.0.4 4.0.3 4.0.2 4.0.1 2.3.5 2.3.6 2.4.0 2.4.1 2.4.10 2.4.11 2.4.12 2.4.13 2.4.14 2.4.15 2.4.16 2.4.17 2.4.18 2.4.19 2.4.2 2.4.20 2.4.21 All 88 releases
post-carousel / blocks / includes / taxonomy / attributes.php

attributes.php in Smart Post – Post Grid, Post Carousel, Post Slider Gutenberg Blocks for Blog & News 4.0.7, at blocks/includes/taxonomy/attributes.php

830 lines 20.3 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 /**
3 * Taxonomy block attributes file for Smart Post Show Blocks.
4 *
5 * @package Smart_Post_Show_Pro
6 * @subpackage Smart_Post_Show_Pro/blocks/includes
7 */
8
9 if ( ! defined( 'ABSPATH' ) ) {
10 exit;
11 }
12
13 return array(
14 'blockName' => array(
15 'type' => 'string',
16 ),
17 'uniqueId' => array(
18 'type' => 'string',
19 ),
20 'hideOnDesktop' => array(
21 'type' => 'boolean',
22 'default' => false,
23 ),
24 'hideOnTablet' => array(
25 'type' => 'boolean',
26 'default' => false,
27 ),
28 'hideOnMobile' => array(
29 'type' => 'boolean',
30 'default' => false,
31 ),
32 'customCss' => array( 'type' => 'string' ),
33 'additionalCssClass' => array(
34 'type' => 'string',
35 'default' => '',
36 ),
37 'contentVerticalPosition' => array(
38 'type' => 'string',
39 'default' => 'center',
40 ),
41 'contentHorizontalPosition' => array(
42 'type' => 'string',
43 'default' => 'center',
44 ),
45 'contentAreaWidth' => $this->ranger_attribute( 80, 85, 85, '%' ),
46 'contentAreaHeight' => $this->ranger_attribute( '', '', '', '%' ),
47 'contentAreaBg' => array(
48 'type' => 'object',
49 'default' => array(
50 'color' => array(
51 'style' => '',
52 'transparent' => '',
53 'solidColor' => '#ffffff',
54 'gradient' => 'linear-gradient(162deg, rgba(128, 128, 214, 0.2) 0%, rgba(136, 169, 231, 0.2) 51%, rgba(144, 234, 228, 0.2) 100%)',
55 ),
56 'hover' => array(
57 'style' => '',
58 'transparent' => '',
59 'solidColor' => '023047',
60 'gradient' => 'linear-gradient(162deg, rgba(128, 128, 214, 0.2) 0%, rgba(136, 169, 231, 0.2) 51%, rgba(144, 234, 228, 0.2) 100%)',
61 ),
62 ),
63 ),
64 'contentAreaBorder' => array(
65 'type' => 'object',
66 'default' => array(
67 'style' => 'none',
68 'color' => '#cccccc',
69 'hoverColor' => '',
70 'activeColor' => '#000000',
71 ),
72 ),
73 'contentAreaBorderWidth' => $this->spacing_attribute( 0, 1, 1, 1, 'px', true ),
74 'catRadius' => $this->spacing_attribute( '30', '30', '30', '30', 'px', true ),
75 'contentAreaEnableBoxShadow' => array(
76 'type' => 'boolean',
77 'default' => false,
78 ),
79 'contentAreaBoxShadow' => array(
80 'type' => 'object',
81 'default' => array(
82 'device' => array(
83 'Desktop' => array(
84 'top' => 3,
85 'right' => 3,
86 'bottom' => 6,
87 'left' => 0,
88 ),
89 'Tablet' => array(
90 'top' => '',
91 'right' => '',
92 'bottom' => '',
93 'left' => '',
94 ),
95 'Mobile' => array(
96 'top' => '',
97 'right' => '',
98 'bottom' => '',
99 'left' => '',
100 ),
101 ),
102 'unit' => array(
103 'Desktop' => 'outset',
104 'Tablet' => 'outset',
105 'Mobile' => 'outset',
106 ),
107 'color' => '#4E4F521A',
108 ),
109 ),
110 'contentAreaPadding' => $this->spacing_attribute(),
111 'largeContentAreaPadding' => $this->spacing_attribute(),
112 'contentAreaMargin' => $this->spacing_attribute( 0, 0, 0, 0, 'px', true ),
113 'contentAreaHoverBorderWidth' => $this->spacing_attribute( 0, 0, 0, 0, 'px', false ),
114 'contentAreaHoverBorderRadius' => $this->spacing_attribute( '', '', '', '', 'px', true ),
115 'contentAreaInnerWidth' => array(
116 'type' => 'object',
117 'default' => array(
118 'device' => array(
119 'Desktop' => 85,
120 'Tablet' => '',
121 'Mobile' => 100,
122 ),
123 'unit' => array(
124 'Desktop' => '%',
125 'Tablet' => '%',
126 'Mobile' => '%',
127 ),
128 ),
129 ),
130 'contentAreaThumbsBorder' => array(
131 'type' => 'object',
132 'default' => array(
133 'style' => 'solid',
134 'color' => '',
135 'hoverColor' => '',
136 ),
137 ),
138 'isPreview' => array(
139 'type' => 'boolean',
140 'default' => false,
141 ),
142 'contentAreaThumbsBorderWidth' => $this->spacing_attribute( '', ' ', '', '', 'px', true ),
143 'contentAreaThumbsBorderRadius' => $this->spacing_attribute( 0, 0, 0, 0, 'px', true ),
144 'postCardBg' => array(
145 'type' => 'object',
146 'default' => array(
147 'color' => array(
148 'style' => 'bgColor',
149 'transparent' => '',
150 'solidColor' => '#ffffff',
151 'gradient' => 'linear-gradient(162deg, rgba(128, 128, 214, 0.2) 0%, rgba(136, 169, 231, 0.2) 51%, rgba(144, 234, 228, 0.2) 100%)',
152 ),
153 'hover' => array(
154 'style' => 'bgColor',
155 'transparent' => '',
156 'solidColor' => '#1C1C1C00',
157 'gradient' => 'linear-gradient(162deg, rgba(128, 128, 214, 0.2) 0%, rgba(136, 169, 231, 0.2) 51%, rgba(144, 234, 228, 0.2) 100%)',
158 ),
159 ),
160 ),
161 'postCardBorder' => array(
162 'type' => 'object',
163 'default' => array(
164 'style' => 'none',
165 'hoverStyle' => '',
166 'color' => '#4E4F5242',
167 'hoverColor' => '',
168 'activeColor' => '',
169 ),
170 ),
171
172 'postCardHoverBorder' => array(
173 'type' => 'object',
174 'default' => array(
175 'style' => 'none',
176 'hoverStyle' => '',
177 'color' => '#4E4F52',
178 'hoverColor' => '',
179 'activeColor' => '',
180 ),
181 ),
182 'postCardBorderWidth' => $this->spacing_attribute( '1', '1', '1', '1', 'px', true ),
183 'postCardHoverBorderWidth' => $this->spacing_attribute( '', '', '', '', 'px', true ),
184 'postCardBorderRadius' => $this->spacing_attribute( 0, 0, 0, 0, 'px', true ),
185 'postCardHoverBorderRadius' => $this->spacing_attribute( 0, 0, 0, 0, 'px', true ),
186 'postCardBoxShadowEnable' => array(
187 'type' => 'boolean',
188 'default' => false,
189 ),
190 'postCardHoverBoxShadowEnable' => array(
191 'type' => 'boolean',
192 'default' => false,
193 ),
194 'postCardBoxShadow' => array(
195 'type' => 'object',
196 'default' => array(
197 'device' => array(
198 'Desktop' => array(
199 'top' => 5,
200 'right' => 5,
201 'bottom' => 10,
202 'left' => 0,
203 ),
204 'Tablet' => array(
205 'top' => '',
206 'right' => '',
207 'bottom' => '',
208 'left' => '',
209 ),
210 'Mobile' => array(
211 'top' => '',
212 'right' => '',
213 'bottom' => '',
214 'left' => '',
215 ),
216 ),
217 'unit' => array(
218 'Desktop' => 'outset',
219 'Tablet' => 'outset',
220 'Mobile' => 'outset',
221 ),
222 'color' => '#4E4F521A',
223 ),
224 ),
225 'postCardHoverBoxShadow' => array(
226 'type' => 'object',
227 'default' => array(
228 'device' => array(
229 'Desktop' => array(
230 'top' => 5,
231 'right' => 5,
232 'bottom' => 10,
233 'left' => 0,
234 ),
235 'Tablet' => array(
236 'top' => '',
237 'right' => '',
238 'bottom' => '',
239 'left' => '',
240 ),
241 'Mobile' => array(
242 'top' => '',
243 'right' => '',
244 'bottom' => '',
245 'left' => '',
246 ),
247 ),
248 'unit' => array(
249 'Desktop' => 'outset',
250 'Tablet' => 'outset',
251 'Mobile' => 'outset',
252 ),
253 'color' => '#4E4F521A',
254 ),
255 ),
256 'postCardPadding' => $this->spacing_attribute( 0, 15, 0, 0, 'px', false ),
257 'titleShow' => array(
258 'type' => 'boolean',
259 'default' => true,
260 ),
261 'titleHTMLTag' => array(
262 'type' => 'string',
263 'default' => 'h3',
264 ),
265 'titleLength' => array(
266 'type' => 'object',
267 'default' => array(
268 'value' => 7,
269 'unit' => 'words',
270 ),
271 ),
272 'titleTypography' => array(
273 'type' => 'object',
274 'default' => array(
275 'typography' => array(
276 'family' => '',
277 'fontWeight' => '',
278 'style' => '',
279 'transform' => '',
280 'decoration' => '',
281 ),
282 ),
283 ),
284 'titleGlobalTypography' => array(
285 'type' => 'object',
286 'default' => array(),
287 ),
288 'titleFontSize' => $this->ranger_attribute(),
289 'titleLatterSpacing' => $this->ranger_attribute(),
290 'titleWordSpacing' => $this->ranger_attribute(),
291 'titleLineHeight' => array(
292 'type' => 'object',
293 'default' => array(
294 'device' => array(
295 'Desktop' => '',
296 'Tablet' => '',
297 'Mobile' => '',
298 ),
299 ),
300 ),
301 'titleColor' => array(
302 'type' => 'object',
303 'default' => array(
304 'color' => '#023047',
305 'hoverColor' => 'var(--smart-post-secondary)',
306 ),
307 ),
308 'titleMargin' => $this->spacing_attribute( 0, 0, 0, 15, 'px', false ),
309
310
311 'excerptShow' => array(
312 'type' => 'boolean',
313 'default' => false,
314 ),
315
316 'excerptLength' => array(
317 'type' => 'object',
318 'default' => array(
319 'value' => 10,
320 'unit' => 'words',
321 ),
322 ),
323 'excerptTypography' => array(
324 'type' => 'object',
325 'default' => array(
326 'typography' => array(
327 'family' => '',
328 'fontWeight' => '',
329 'style' => '',
330 'transform' => '',
331 'decoration' => '',
332 ),
333 ),
334 ),
335 'excerptGlobalTypography' => array(
336 'type' => 'object',
337 'default' => array(),
338 ),
339 'excerptFontSize' => $this->ranger_attribute(),
340 'excerptLatterSpacing' => $this->ranger_attribute(),
341 'excerptWordSpacing' => $this->ranger_attribute(),
342 'excerptLineHeight' => array(
343 'type' => 'object',
344 'default' => array(
345 'device' => array(
346 'Desktop' => '',
347 'Tablet' => '',
348 'Mobile' => '',
349 ),
350 ),
351 ),
352 'excerptColor' => array(
353 'type' => 'object',
354 'default' => array(
355 'color' => '#757575;',
356 'hoverColor' => '#EF5D30',
357 ),
358 ),
359 'excerptMargin' => $this->spacing_attribute( 4, 0, 0, 0, 'px', false ),
360 'largeItemTitleColor' => array(
361 'type' => 'object',
362 'default' => array(
363 'color' => '#000000',
364 'hoverColor' => '#EF5D30',
365 ),
366 ),
367 'largeItemTitleLineHeight' => array(
368 'type' => 'object',
369 'default' => array(
370 'device' => array(
371 'Desktop' => 1.25,
372 'Tablet' => '',
373 'Mobile' => '',
374 ),
375 // 'unit' => array(
376 // 'Desktop' => '%',
377 // 'Tablet' => 'px',
378 // 'Mobile' => 'px',
379 // ),
380 ),
381 ),
382 'largeItemTitleTypography' => array(
383 'type' => 'object',
384 'default' => array(
385 'googleFont' => array(
386 'family' => 'Default',
387 'variants' => array(
388 '300',
389 '400',
390 '500',
391 '600',
392 '700',
393 '800',
394 ),
395 ),
396 'typography' => array(
397 'family' => '',
398 'fontWeight' => '',
399 'style' => '',
400 'transform' => '',
401 'decoration' => '',
402 ),
403 ),
404 ),
405 'largeItemTitleFontSize' => $this->ranger_attribute( 26 ),
406
407 'largeItemTitleLatterSpacing' => $this->ranger_attribute( 0 ),
408 'layout' => array(
409 'type' => 'string',
410 'default' => 'taxonomy-layout-one',
411 ),
412 'height' => $this->ranger_attribute( 80, 80, 80, 'px' ),
413
414 'columns' => array(
415 'type' => 'object',
416 'default' => array(
417 'device' => array(
418 'Desktop' => 1,
419 'Tablet' => 1,
420 'Mobile' => 1,
421 ),
422 ),
423 ),
424 'columnGap' => $this->ranger_attribute( 10, 10, 10, 'px' ),
425 'rowGap' => $this->ranger_attribute( 10, 10, 10, 'px' ),
426 'icon' => array(
427 'type' => 'boolean',
428 'default' => false,
429 ),
430 'emptyCategory' => array(
431 'type' => 'boolean',
432 'default' => true,
433 ),
434 'noResultFoundText' => array(
435 'type' => 'string',
436 'default' => '',
437 ),
438 'postType' => array(
439 'type' => 'string',
440 'default' => 'post',
441 ),
442 'queryType' => array(
443 'type' => 'string',
444 'default' => 'alltaxonomy',
445 ),
446 'taxonomyType' => array(
447 'type' => 'string',
448 'default' => 'category',
449 ),
450
451 'childOf' => array(
452 'type' => 'string',
453 'default' => null,
454 ),
455 'limit' => array(
456 'type' => 'number',
457 'default' => 6,
458 ),
459 'showHideDivider' => array(
460 'type' => 'boolean',
461 'default' => true,
462 ),
463 'dividerBorderStyle' => array(
464 'type' => 'string',
465 'default' => 'solid',
466 ),
467 'dividerWidth' => $this->ranger_attribute( 100, 100, 100, '%' ),
468 'dividerThickness' => $this->ranger_attribute( 1, 1, 1 ),
469 'dividerHeight' => $this->ranger_attribute(),
470 'dividerAlignment' => array(
471 'type' => 'string',
472 'default' => 'center',
473 ),
474 'dividerBg' => array(
475 'type' => 'object',
476 'default' => array(
477 'color' => array(
478 'style' => 'bgColor',
479 'transparent' => '',
480 'solidColor' => '#E0E0E0',
481 'gradient' => 'linear-gradient(162deg, rgba(128, 128, 214, 0.2) 0%, rgba(136, 169, 231, 0.2) 51%, rgba(144, 234, 228, 0.2) 100%)',
482 ),
483 ),
484 ),
485
486
487 'contentAnimation' => array(
488 'type' => 'string',
489 'default' => 'no-animation',
490 ),
491 'imageEnable' => array(
492 'type' => 'boolean',
493 'default' => true,
494 ),
495 'imageSize' => array(
496 'type' => 'string',
497 'default' => 'Original Size',
498 ),
499
500
501 'taxonomyImageWidth' => array(
502 'type' => 'object',
503 'default' => array(
504 'device' => array(
505 'Desktop' => 100,
506 'Tablet' => 100,
507 'Mobile' => 100,
508 ),
509 'unit' => array(
510 'Desktop' => 'px',
511 'Tablet' => 'px',
512 'Mobile' => 'px',
513 ),
514 ),
515 ),
516
517 'taxonomyImageHeight' => array(
518 'type' => 'object',
519 'default' => array(
520 'device' => array(
521 'Desktop' => 100,
522 'Tablet' => 100,
523 'Mobile' => 100,
524 ),
525 'unit' => array(
526 'Desktop' => 'px',
527 'Tablet' => 'px',
528 'Mobile' => 'px',
529 ),
530 ),
531 ),
532
533 'imageOverlay' => array(
534 'type' => 'string',
535 'default' => 'noOverlay',
536 ),
537
538 'imageOverlayCustom' => array(
539 'type' => 'string',
540 'default' => '#f8b4b47e',
541
542 ),
543 'hoverEffect' => array(
544 'type' => 'string',
545 'default' => 'zoom-in',
546 ),
547 'hoverOpacityEffect' => array(
548 'type' => 'number',
549 'default' => 1,
550 ),
551 'grayscaleMode' => array(
552 'type' => 'string',
553 'default' => 'original',
554 ),
555 'grayscaleOnHover' => array(
556 'type' => 'boolean',
557 'default' => false,
558 ),
559 'originalOnHover' => array(
560 'type' => 'boolean',
561 'default' => false,
562 ),
563 'blurEffect' => $this->ranger_attribute( 0, 0, 0 ),
564 'blurEffectHover' => $this->ranger_attribute( 0, 0, 0 ),
565 'brightnessEffect' => $this->ranger_attribute( 1, 1, 1 ),
566 'brightnessEffectHover' => $this->ranger_attribute( 1, 1, 1 ),
567 'imageBorderWidth' => $this->spacing_attribute( 1, 1, 1, 1, 'px' ),
568 'imageBorderWidthHover' => $this->spacing_attribute( 1, 1, 1, 1, 'px' ),
569 'imageBorderRadius' => $this->spacing_attribute(),
570 'imageBorderRadiusHover' => $this->spacing_attribute(),
571 'imageBorder' => array(
572 'type' => 'object',
573 'default' => array(
574 'color' => '#000',
575 'style' => 'none',
576 'hoverColor' => '#fff',
577 ),
578 ),
579 'imageBorderHover' => array(
580 'type' => 'object',
581 'default' => array(
582 'color' => '#000',
583 'style' => 'none',
584 'hoverColor' => '#fff',
585 ),
586 ),
587
588 'taxonomyIconStyle' => array(
589 'type' => 'string',
590 'default' => 'open',
591 ),
592 'hoverAnimation' => array(
593 'type' => 'string',
594 'default' => 'zoomIn',
595 ),
596 'titleEnable' => array(
597 'type' => 'boolean',
598 'default' => true,
599 ),
600 'countEnable' => array(
601 'type' => 'boolean',
602 'default' => true,
603 ),
604 'counterHeight' => $this->ranger_attribute( 24, 24, 24, 'px' ),
605 'counterWidth' => $this->ranger_attribute( 24, 24, 24, 'px' ),
606 'counterTypography' => array(
607 'type' => 'object',
608 'default' => array(
609 'typography' => array(
610 'family' => '',
611 'fontWeight' => '',
612 'style' => '',
613 'transform' => '',
614 'decoration' => '',
615 ),
616 ),
617 ),
618 'counterGlobalTypography' => array(
619 'type' => 'object',
620 'default' => array(),
621 ),
622 'counterFontSize' => $this->ranger_attribute(),
623 'counterLatterSpacing' => $this->ranger_attribute(),
624 'counterLineHeight' => array(
625 'type' => 'object',
626 'default' => array(
627 'device' => array(
628 'Desktop' => '',
629 'Tablet' => '',
630 'Mobile' => '',
631 ),
632 ),
633 ),
634
635 'counterColor' => array(
636 'type' => 'object',
637 'default' => array(
638 'color' => '#023047',
639 'hoverColor' => '',
640 ),
641 ),
642
643 'counterMultiColorBg' => array(
644 'type' => 'boolean',
645 'default' => false,
646 ),
647
648 'contentMultiColorBg' => array(
649 'type' => 'boolean',
650 'default' => false,
651 ),
652
653
654 'counterCardBg' => array(
655 'type' => 'object',
656 'default' => array(
657 'color' => array(
658 'style' => 'bgColor',
659 'transparent' => '',
660 'solidColor' => '#fff',
661 'gradient' => 'linear-gradient(162deg, rgba(128, 128, 214, 0.2) 0%, rgba(136, 169, 231, 0.2) 51%, rgba(144, 234, 228, 0.2) 100%)',
662 ),
663 'hover' => array(
664 'style' => 'bgColor',
665 'transparent' => '',
666 'solidColor' => '',
667 'gradient' => 'linear-gradient(162deg, rgba(128, 128, 214, 0.2) 0%, rgba(136, 169, 231, 0.2) 51%, rgba(144, 234, 228, 0.2) 100%)',
668 ),
669 ),
670 ),
671 'counterBorder' => array(
672 'type' => 'object',
673 'default' => array(
674 'style' => 'none',
675 'hoverStyle' => '',
676 'color' => '#4E4F52',
677 'hoverColor' => '',
678 'activeColor' => '',
679 ),
680 ),
681
682 'counterHoverBorder' => array(
683 'type' => 'object',
684 'default' => array(
685 'style' => 'none',
686 'hoverStyle' => '',
687 'color' => '#4E4F52',
688 'hoverColor' => '',
689 'activeColor' => '',
690 ),
691 ),
692 'counterBorderWidth' => $this->spacing_attribute( 1, 1, 1, 1, 'px', true ),
693 'counterHoverBorderWidth' => $this->spacing_attribute( '', '', '', '', 'px', true ),
694 'counterBorderRadius' => $this->spacing_attribute( 0, 0, 0, 0, 'px', true ),
695 'counterHoverBorderRadius' => $this->spacing_attribute(),
696 'counterBoxShadowEnable' => array(
697 'type' => 'boolean',
698 'default' => false,
699 ),
700 'counterHoverBoxShadowEnable' => array(
701 'type' => 'boolean',
702 'default' => false,
703 ),
704 'counterBoxShadow' => array(
705 'type' => 'object',
706 'default' => array(
707 'device' => array(
708 'Desktop' => array(
709 'top' => 5,
710 'right' => 5,
711 'bottom' => 10,
712 'left' => 0,
713 ),
714 'Tablet' => array(
715 'top' => '',
716 'right' => '',
717 'bottom' => '',
718 'left' => '',
719 ),
720 'Mobile' => array(
721 'top' => '',
722 'right' => '',
723 'bottom' => '',
724 'left' => '',
725 ),
726 ),
727 'unit' => array(
728 'Desktop' => 'outset',
729 'Tablet' => 'outset',
730 'Mobile' => 'outset',
731 ),
732 'color' => '#4E4F521A',
733 ),
734 ),
735 'counterHoverBoxShadow' => array(
736 'type' => 'object',
737 'default' => array(
738 'device' => array(
739 'Desktop' => array(
740 'top' => 5,
741 'right' => 5,
742 'bottom' => 10,
743 'left' => 0,
744 ),
745 'Tablet' => array(
746 'top' => '',
747 'right' => '',
748 'bottom' => '',
749 'left' => '',
750 ),
751 'Mobile' => array(
752 'top' => '',
753 'right' => '',
754 'bottom' => '',
755 'left' => '',
756 ),
757 ),
758 'unit' => array(
759 'Desktop' => 'outset',
760 'Tablet' => 'outset',
761 'Mobile' => 'outset',
762 ),
763 'color' => '#4E4F521A',
764 ),
765 ),
766 'SelectTerms' => array(
767 'type' => 'array',
768 'default' => array(),
769 ),
770 'excludeTerms' => array(
771 'type' => 'array',
772 'default' => array(),
773 ),
774 'displayOverlyThum' => array(
775 'type' => 'boolean',
776 'default' => false,
777 ),
778
779 'displayOverlyHoverThum' => array(
780 'type' => 'boolean',
781 'default' => false,
782 ),
783 'imageOverlayHoverColor' => array(
784 'type' => 'string',
785 'default' => 'no-overlay',
786 ),
787 'imageOverlayColor' => array(
788 'type' => 'string',
789 'default' => 'no-overlay',
790 ),
791
792 'imageOverlayCustomColor' => array(
793 'type' => 'string',
794 'default' => '#f8b4b47e',
795
796 ),
797
798 'imageOverlayCustomHoverColor' => array(
799 'type' => 'string',
800 'default' => '#f8b4b47e',
801
802 ),
803 'beforeCount' => array(
804 'type' => 'string',
805 'default' => '(',
806
807 ),
808
809 'afterCount' => array(
810 'type' => 'string',
811 'default' => ')',
812
813 ),
814 'titleCounterGap' => $this->ranger_attribute( 0, 0, 0, 'px' ),
815 'dynamicCss' => array(
816 'type' => 'string',
817 'default' => '',
818
819 ),
820 'allTaxonomyTerm' => array(
821 'type' => 'boolean',
822 'default' => true,
823 ),
824 'globalBreakPointData' => array(
825 'type' => 'object',
826 'default' => array(),
827 ),
828
829 );
830