PluginProbe
MailPoet – Newsletters, Email Marketing, and Automation / 5.37.0
MailPoet – Newsletters, Email Marketing, and Automation v5.37.0
5.38.0 5.37.0 5.36.1 5.36.0 5.35.1 5.35.0 5.34.3 5.34.2 5.34.1 5.34.0 5.33.1 5.33.0 5.32.0 5.31.0 5.30.0 5.29.0 5.28.1 5.28.0 5.27.0 5.26.0 5.26.1 5.25.0 5.24.0 4.43.0 4.43.1 All 542 releases
mailpoet / lib / Config / PopulatorData / Templates / WineCity.php
WineCity.php
953 lines 37.6 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php // phpcs:ignore SlevomatCodingStandard.TypeHints.DeclareStrictTypes.DeclareStrictTypesMissing
2
3 namespace MailPoet\Config\PopulatorData\Templates;
4
5 if (!defined('ABSPATH')) exit;
6
7
8 class WineCity {
9
10 private $template_image_url;
11 private $social_icon_url;
12
13 public function __construct(
14 $assets_url
15 ) {
16 $this->template_image_url = 'https://ps.w.org/mailpoet/assets/newsletter-templates/wine-city';
17 $this->social_icon_url = $assets_url . '/img/newsletter_editor/social-icons';
18 }
19
20 public function get() {
21 return [
22 'name' => __("Wine City (with coupon)", 'mailpoet'),
23 'categories' => json_encode(['woocommerce', 'all']),
24 'readonly' => 1,
25 'thumbnail' => $this->getThumbnail(),
26 'body' => json_encode($this->getBody()),
27 ];
28 }
29
30 private function getThumbnail() {
31 return $this->template_image_url . '/thumbnail.20190411-1500.jpg';
32 }
33
34 private function getBody() {
35 return [
36 'content' =>
37 [
38 'type' => 'container',
39 'orientation' => 'vertical',
40 'image' =>
41 [
42 'src' => null,
43 'display' => 'scale',
44 ],
45 'styles' =>
46 [
47 'block' =>
48 [
49 'backgroundColor' => 'transparent',
50 ],
51 ],
52 'blocks' =>
53 [
54 0 =>
55 [
56 'type' => 'container',
57 'orientation' => 'horizontal',
58 'image' =>
59 [
60 'src' => null,
61 'display' => 'scale',
62 ],
63 'styles' =>
64 [
65 'block' =>
66 [
67 'backgroundColor' => 'transparent',
68 ],
69 ],
70 'blocks' =>
71 [
72 0 =>
73 [
74 'type' => 'container',
75 'orientation' => 'vertical',
76 'image' =>
77 [
78 'src' => null,
79 'display' => 'scale',
80 ],
81 'styles' =>
82 [
83 'block' =>
84 [
85 'backgroundColor' => 'transparent',
86 ],
87 ],
88 'blocks' =>
89 [
90 0 =>
91 [
92 'type' => 'spacer',
93 'styles' =>
94 [
95 'block' =>
96 [
97 'backgroundColor' => 'transparent',
98 'height' => '37px',
99 ],
100 ],
101 ],
102 1 =>
103 [
104 'type' => 'image',
105 'link' => '',
106 'src' => $this->template_image_url . '/Wine-Logo.png',
107 'alt' => 'Wine-Logo',
108 'fullWidth' => false,
109 'width' => '136px',
110 'height' => '67px',
111 'styles' =>
112 [
113 'block' =>
114 [
115 'textAlign' => 'left',
116 ],
117 ],
118 ],
119 ],
120 ],
121 1 =>
122 [
123 'type' => 'container',
124 'orientation' => 'vertical',
125 'image' =>
126 [
127 'src' => null,
128 'display' => 'scale',
129 ],
130 'styles' =>
131 [
132 'block' =>
133 [
134 'backgroundColor' => 'transparent',
135 ],
136 ],
137 'blocks' =>
138 [
139 0 =>
140 [
141 'type' => 'spacer',
142 'styles' =>
143 [
144 'block' =>
145 [
146 'backgroundColor' => 'transparent',
147 'height' => '31px',
148 ],
149 ],
150 ],
151 1 =>
152 [
153 'type' => 'social',
154 'iconSet' => 'official',
155 'icons' =>
156 [
157 0 =>
158 [
159 'type' => 'socialIcon',
160 'iconType' => 'facebook',
161 'link' => 'http://www.facebook.com',
162 'image' => $this->social_icon_url . '/11-official/Facebook.png',
163 'height' => '32px',
164 'width' => '32px',
165 'text' => 'Facebook',
166 ],
167 1 =>
168 [
169 'type' => 'socialIcon',
170 'iconType' => 'twitter',
171 'link' => 'http://www.twitter.com',
172 'image' => $this->social_icon_url . '/11-official/X.png',
173 'height' => '32px',
174 'width' => '32px',
175 'text' => 'Twitter',
176 ],
177 2 =>
178 [
179 'type' => 'socialIcon',
180 'iconType' => 'instagram',
181 'link' => 'http://instagram.com',
182 'image' => $this->social_icon_url . '/11-official/Instagram.png',
183 'height' => '32px',
184 'width' => '32px',
185 'text' => 'Instagram',
186 ],
187 ],
188 ],
189 ],
190 ],
191 ],
192 ],
193 1 =>
194 [
195 'type' => 'container',
196 'orientation' => 'horizontal',
197 'image' =>
198 [
199 'src' => null,
200 'display' => 'scale',
201 ],
202 'styles' =>
203 [
204 'block' =>
205 [
206 'backgroundColor' => 'transparent',
207 ],
208 ],
209 'blocks' =>
210 [
211 0 =>
212 [
213 'type' => 'container',
214 'orientation' => 'vertical',
215 'image' =>
216 [
217 'src' => null,
218 'display' => 'scale',
219 ],
220 'styles' =>
221 [
222 'block' =>
223 [
224 'backgroundColor' => 'transparent',
225 ],
226 ],
227 'blocks' =>
228 [
229 0 =>
230 [
231 'type' => 'divider',
232 'styles' =>
233 [
234 'block' =>
235 [
236 'backgroundColor' => 'transparent',
237 'padding' => '13px',
238 'borderStyle' => 'solid',
239 'borderWidth' => '1px',
240 'borderColor' => '#aaaaaa',
241 ],
242 ],
243 ],
244 ],
245 ],
246 ],
247 ],
248 2 =>
249 [
250 'type' => 'container',
251 'orientation' => 'horizontal',
252 'image' =>
253 [
254 'src' => null,
255 'display' => 'scale',
256 ],
257 'styles' =>
258 [
259 'block' =>
260 [
261 'backgroundColor' => 'transparent',
262 ],
263 ],
264 'blocks' =>
265 [
266 0 =>
267 [
268 'type' => 'container',
269 'orientation' => 'vertical',
270 'image' =>
271 [
272 'src' => null,
273 'display' => 'scale',
274 ],
275 'styles' =>
276 [
277 'block' =>
278 [
279 'backgroundColor' => 'transparent',
280 ],
281 ],
282 'blocks' =>
283 [
284 0 =>
285 [
286 'type' => 'text',
287 'text' => '<p style="text-align: left;"><span style="color: #6d6d6d;"><strong>Red Wine</strong></span></p>',
288 ],
289 ],
290 ],
291 1 =>
292 [
293 'type' => 'container',
294 'orientation' => 'vertical',
295 'image' =>
296 [
297 'src' => null,
298 'display' => 'scale',
299 ],
300 'styles' =>
301 [
302 'block' =>
303 [
304 'backgroundColor' => 'transparent',
305 ],
306 ],
307 'blocks' =>
308 [
309 0 =>
310 [
311 'type' => 'text',
312 'text' => '<p style="text-align: left;"><span style="color: #6d6d6d;"><strong>White&nbsp;Wine</strong></span></p>',
313 ],
314 ],
315 ],
316 2 =>
317 [
318 'type' => 'container',
319 'orientation' => 'vertical',
320 'image' =>
321 [
322 'src' => null,
323 'display' => 'scale',
324 ],
325 'styles' =>
326 [
327 'block' =>
328 [
329 'backgroundColor' => 'transparent',
330 ],
331 ],
332 'blocks' =>
333 [
334 0 =>
335 [
336 'type' => 'text',
337 'text' => '<p style="text-align: left;"><span style="color: #6d6d6d;"><strong>Rose&nbsp;Wine</strong></span></p>',
338 ],
339 ],
340 ],
341 ],
342 ],
343 3 =>
344 [
345 'type' => 'container',
346 'orientation' => 'horizontal',
347 'image' =>
348 [
349 'src' => $this->template_image_url . '/Wine-Header-1.jpg',
350 'display' => 'scale',
351 ],
352 'styles' =>
353 [
354 'block' =>
355 [
356 'backgroundColor' => 'transparent',
357 ],
358 ],
359 'blocks' =>
360 [
361 0 =>
362 [
363 'type' => 'container',
364 'orientation' => 'vertical',
365 'image' =>
366 [
367 'src' => null,
368 'display' => 'scale',
369 ],
370 'styles' =>
371 [
372 'block' =>
373 [
374 'backgroundColor' => 'transparent',
375 ],
376 ],
377 'blocks' =>
378 [
379 0 =>
380 [
381 'type' => 'spacer',
382 'styles' =>
383 [
384 'block' =>
385 [
386 'backgroundColor' => 'transparent',
387 'height' => '20px',
388 ],
389 ],
390 ],
391 1 =>
392 [
393 'type' => 'text',
394 'text' => '<h1 style="text-align: center;"><span style="color: #ffffff;"><strong>Have a drink on us</strong></span></h1>',
395 ],
396 2 =>
397 [
398 'type' => 'spacer',
399 'styles' =>
400 [
401 'block' =>
402 [
403 'backgroundColor' => 'transparent',
404 'height' => '231px',
405 ],
406 ],
407 ],
408 ],
409 ],
410 ],
411 ],
412 4 =>
413 [
414 'type' => 'container',
415 'orientation' => 'horizontal',
416 'image' =>
417 [
418 'src' => null,
419 'display' => 'scale',
420 ],
421 'styles' =>
422 [
423 'block' =>
424 [
425 'backgroundColor' => '#ffffff',
426 ],
427 ],
428 'blocks' =>
429 [
430 0 =>
431 [
432 'type' => 'container',
433 'orientation' => 'vertical',
434 'image' =>
435 [
436 'src' => null,
437 'display' => 'scale',
438 ],
439 'styles' =>
440 [
441 'block' =>
442 [
443 'backgroundColor' => 'transparent',
444 ],
445 ],
446 'blocks' =>
447 [
448 0 =>
449 [
450 'type' => 'spacer',
451 'styles' =>
452 [
453 'block' =>
454 [
455 'backgroundColor' => 'transparent',
456 'height' => '34px',
457 ],
458 ],
459 ],
460 1 =>
461 [
462 'type' => 'text',
463 'text' => '<h2 style="text-align: center;"><span style="color: #6d6d6d;"><strong>You\'re our VIP - now it\'s time to celebrate!&nbsp;</strong></span></h2>
464 <p style="text-align: center;"><span style="color: #6d6d6d;">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam a elementum ex. Aliquam mollis metus ac nisl luctus pulvinar. Donec tincidunt pharetra sem, nec eleifend augue.</span></p>',
465 ],
466 2 =>
467 [
468 'productIds' => [],
469 'excludedProductIds' => [],
470 'productCategoryIds' => [],
471 'excludedProductCategoryIds' => [],
472 'type' => 'coupon',
473 'amount' => 10,
474 'amountMax' => 100,
475 'discountType' => 'percent',
476 'expiryDay' => 10,
477 'usageLimit' => '',
478 'usageLimitPerUser' => '',
479 'minimumAmount' => '',
480 'maximumAmount' => '',
481 'emailRestrictions' => '',
482 'styles' => [
483 'block' => [
484 'backgroundColor' => '#ffffff',
485 'borderColor' => '#6d6d6d',
486 'borderWidth' => '2px',
487 'borderRadius' => '0px',
488 'borderStyle' => 'solid',
489 'width' => '219px',
490 'lineHeight' => '50px',
491 'fontColor' => '#6d6d6d',
492 'fontFamily' => 'Courier New',
493 'fontSize' => '30px',
494 'fontWeight' => 'bold',
495 'textAlign' => 'center',
496 ],
497 ],
498 'source' => 'createNew',
499 'code' => 'XXXX-XXXXXXX-XXXX',
500 ],
501 3 =>
502 [
503 'type' => 'divider',
504 'styles' =>
505 [
506 'block' =>
507 [
508 'backgroundColor' => 'transparent',
509 'padding' => '17px',
510 'borderStyle' => 'solid',
511 'borderWidth' => '1px',
512 'borderColor' => '#aaaaaa',
513 ],
514 ],
515 ],
516 4 =>
517 [
518 'type' => 'footer',
519 'text' => '<p><strong><span style="color: #6d6d6d;"><a href="[link:subscription_unsubscribe_url]" style="color: #6d6d6d;">' . __("Unsubscribe", 'mailpoet') . '</a> | <a href="[link:subscription_manage_url]" style="color: #6d6d6d;">' . __("Manage your subscription", 'mailpoet') . '</a></span></strong><br /><span style="color: #6d6d6d;">' . __("Add your postal address here!", 'mailpoet') . '</span></p>',
520 'styles' =>
521 [
522 'block' =>
523 [
524 'backgroundColor' => 'transparent',
525 ],
526 'text' =>
527 [
528 'fontColor' => '#222222',
529 'fontFamily' => 'Arial',
530 'fontSize' => '12px',
531 'textAlign' => 'center',
532 ],
533 'link' =>
534 [
535 'fontColor' => '#6cb7d4',
536 'textDecoration' => 'none',
537 ],
538 ],
539 ],
540 5 =>
541 [
542 'type' => 'spacer',
543 'styles' =>
544 [
545 'block' =>
546 [
547 'backgroundColor' => 'transparent',
548 'height' => '20px',
549 ],
550 ],
551 ],
552 ],
553 ],
554 ],
555 ],
556 5 =>
557 [
558 'type' => 'container',
559 'orientation' => 'horizontal',
560 'image' =>
561 [
562 'src' => null,
563 'display' => 'scale',
564 ],
565 'styles' =>
566 [
567 'block' =>
568 [
569 'backgroundColor' => '#eeeeee',
570 ],
571 ],
572 'blocks' =>
573 [
574 0 =>
575 [
576 'type' => 'container',
577 'orientation' => 'vertical',
578 'image' =>
579 [
580 'src' => null,
581 'display' => 'scale',
582 ],
583 'styles' =>
584 [
585 'block' =>
586 [
587 'backgroundColor' => 'transparent',
588 ],
589 ],
590 'blocks' =>
591 [
592 0 =>
593 [
594 'type' => 'spacer',
595 'styles' =>
596 [
597 'block' =>
598 [
599 'backgroundColor' => 'transparent',
600 'height' => '20px',
601 ],
602 ],
603 ],
604 ],
605 ],
606 ],
607 ],
608 ],
609 ],
610 'globalStyles' =>
611 [
612 'text' =>
613 [
614 'fontColor' => '#000000',
615 'fontFamily' => 'Arial',
616 'fontSize' => '14px',
617 ],
618 'h1' =>
619 [
620 'fontColor' => '#111111',
621 'fontFamily' => 'Arial',
622 'fontSize' => '40px',
623 ],
624 'h2' =>
625 [
626 'fontColor' => '#222222',
627 'fontFamily' => 'Arial',
628 'fontSize' => '24px',
629 ],
630 'h3' =>
631 [
632 'fontColor' => '#333333',
633 'fontFamily' => 'Arial',
634 'fontSize' => '22px',
635 ],
636 'link' =>
637 [
638 'fontColor' => '#21759B',
639 'textDecoration' => 'underline',
640 ],
641 'wrapper' =>
642 [
643 'backgroundColor' => '#ffffff',
644 ],
645 'body' =>
646 [
647 'backgroundColor' => '#eeeeee',
648 ],
649 ],
650 'blockDefaults' =>
651 [
652 'automatedLatestContent' =>
653 [
654 'amount' => '5',
655 'contentType' => 'post',
656 'inclusionType' => 'include',
657 'displayType' => 'excerpt',
658 'titleFormat' => 'h1',
659 'titleAlignment' => 'left',
660 'titleIsLink' => false,
661 'imageFullWidth' => false,
662 'featuredImagePosition' => 'belowTitle',
663 'showAuthor' => 'no',
664 'authorPrecededBy' => 'Author:',
665 'showCategories' => 'no',
666 'categoriesPrecededBy' => 'Categories:',
667 'readMoreType' => 'button',
668 'readMoreText' => 'Read more',
669 'readMoreButton' =>
670 [
671 'text' => 'Read more',
672 'url' => '[postLink]',
673 'context' => 'automatedLatestContent.readMoreButton',
674 'styles' =>
675 [
676 'block' =>
677 [
678 'backgroundColor' => '#2ea1cd',
679 'borderColor' => '#0074a2',
680 'borderWidth' => '1px',
681 'borderRadius' => '5px',
682 'borderStyle' => 'solid',
683 'width' => '180px',
684 'lineHeight' => '40px',
685 'fontColor' => '#ffffff',
686 'fontFamily' => 'Verdana',
687 'fontSize' => '18px',
688 'fontWeight' => 'normal',
689 'textAlign' => 'center',
690 ],
691 ],
692 ],
693 'sortBy' => 'newest',
694 'showDivider' => true,
695 'divider' =>
696 [
697 'context' => 'automatedLatestContent.divider',
698 'styles' =>
699 [
700 'block' =>
701 [
702 'backgroundColor' => 'transparent',
703 'padding' => '13px',
704 'borderStyle' => 'solid',
705 'borderWidth' => '3px',
706 'borderColor' => '#aaaaaa',
707 ],
708 ],
709 ],
710 'backgroundColor' => '#ffffff',
711 'backgroundColorAlternate' => '#eeeeee',
712 ],
713 'automatedLatestContentLayout' =>
714 [
715 'amount' => '5',
716 'withLayout' => true,
717 'contentType' => 'post',
718 'inclusionType' => 'include',
719 'displayType' => 'excerpt',
720 'titleFormat' => 'h1',
721 'titleAlignment' => 'left',
722 'titleIsLink' => false,
723 'imageFullWidth' => false,
724 'featuredImagePosition' => 'alternate',
725 'showAuthor' => 'no',
726 'authorPrecededBy' => 'Author:',
727 'showCategories' => 'no',
728 'categoriesPrecededBy' => 'Categories:',
729 'readMoreType' => 'button',
730 'readMoreText' => 'Read more',
731 'readMoreButton' =>
732 [
733 'text' => 'Read more',
734 'url' => '[postLink]',
735 'context' => 'automatedLatestContentLayout.readMoreButton',
736 'styles' =>
737 [
738 'block' =>
739 [
740 'backgroundColor' => '#2ea1cd',
741 'borderColor' => '#0074a2',
742 'borderWidth' => '1px',
743 'borderRadius' => '5px',
744 'borderStyle' => 'solid',
745 'width' => '180px',
746 'lineHeight' => '40px',
747 'fontColor' => '#ffffff',
748 'fontFamily' => 'Verdana',
749 'fontSize' => '18px',
750 'fontWeight' => 'normal',
751 'textAlign' => 'center',
752 ],
753 ],
754 ],
755 'sortBy' => 'newest',
756 'showDivider' => true,
757 'divider' =>
758 [
759 'context' => 'automatedLatestContentLayout.divider',
760 'styles' =>
761 [
762 'block' =>
763 [
764 'backgroundColor' => 'transparent',
765 'padding' => '13px',
766 'borderStyle' => 'solid',
767 'borderWidth' => '3px',
768 'borderColor' => '#aaaaaa',
769 ],
770 ],
771 ],
772 'backgroundColor' => '#ffffff',
773 'backgroundColorAlternate' => '#eeeeee',
774 ],
775 'divider' =>
776 [
777 'styles' =>
778 [
779 'block' =>
780 [
781 'backgroundColor' => 'transparent',
782 'padding' => '17px',
783 'borderStyle' => 'solid',
784 'borderWidth' => '1px',
785 'borderColor' => '#aaaaaa',
786 ],
787 ],
788 'type' => 'divider',
789 ],
790 'footer' =>
791 [
792 'text' => '<p><a href="[link:subscription_unsubscribe_url]">' . __("Unsubscribe", 'mailpoet') . '</a> | <a href="[link:subscription_manage_url]">' . __("Manage your subscription", 'mailpoet') . '</a><br />' . __("Add your postal address here!", 'mailpoet') . '</p>',
793 'styles' =>
794 [
795 'block' =>
796 [
797 'backgroundColor' => 'transparent',
798 ],
799 'text' =>
800 [
801 'fontColor' => '#222222',
802 'fontFamily' => 'Arial',
803 'fontSize' => '12px',
804 'textAlign' => 'center',
805 ],
806 'link' =>
807 [
808 'fontColor' => '#6cb7d4',
809 'textDecoration' => 'none',
810 ],
811 ],
812 'type' => 'footer',
813 ],
814 'posts' =>
815 [
816 'amount' => '10',
817 'contentType' => 'post',
818 'postStatus' => 'publish',
819 'inclusionType' => 'include',
820 'displayType' => 'excerpt',
821 'titleFormat' => 'h1',
822 'titleAlignment' => 'left',
823 'titleIsLink' => false,
824 'imageFullWidth' => false,
825 'featuredImagePosition' => 'belowTitle',
826 'showAuthor' => 'no',
827 'authorPrecededBy' => 'Author:',
828 'showCategories' => 'no',
829 'categoriesPrecededBy' => 'Categories:',
830 'readMoreType' => 'link',
831 'readMoreText' => 'Read more',
832 'readMoreButton' =>
833 [
834 'text' => 'Read more',
835 'url' => '[postLink]',
836 'context' => 'posts.readMoreButton',
837 'styles' =>
838 [
839 'block' =>
840 [
841 'backgroundColor' => '#2ea1cd',
842 'borderColor' => '#0074a2',
843 'borderWidth' => '1px',
844 'borderRadius' => '5px',
845 'borderStyle' => 'solid',
846 'width' => '180px',
847 'lineHeight' => '40px',
848 'fontColor' => '#ffffff',
849 'fontFamily' => 'Verdana',
850 'fontSize' => '18px',
851 'fontWeight' => 'normal',
852 'textAlign' => 'center',
853 ],
854 ],
855 ],
856 'sortBy' => 'newest',
857 'showDivider' => true,
858 'divider' =>
859 [
860 'context' => 'posts.divider',
861 'styles' =>
862 [
863 'block' =>
864 [
865 'backgroundColor' => 'transparent',
866 'padding' => '13px',
867 'borderStyle' => 'solid',
868 'borderWidth' => '3px',
869 'borderColor' => '#aaaaaa',
870 ],
871 ],
872 ],
873 'backgroundColor' => '#ffffff',
874 'backgroundColorAlternate' => '#eeeeee',
875 ],
876 'social' =>
877 [
878 'iconSet' => 'official',
879 'icons' =>
880 [
881 0 =>
882 [
883 'type' => 'socialIcon',
884 'iconType' => 'facebook',
885 'link' => 'http://www.facebook.com',
886 'image' => $this->social_icon_url . '/11-official/Facebook.png',
887 'height' => '32px',
888 'width' => '32px',
889 'text' => 'Facebook',
890 ],
891 1 =>
892 [
893 'type' => 'socialIcon',
894 'iconType' => 'twitter',
895 'link' => 'http://www.twitter.com',
896 'image' => $this->social_icon_url . '/11-official/X.png',
897 'height' => '32px',
898 'width' => '32px',
899 'text' => 'Twitter',
900 ],
901 2 =>
902 [
903 'type' => 'socialIcon',
904 'iconType' => 'instagram',
905 'link' => 'http://instagram.com',
906 'image' => $this->social_icon_url . '/11-official/Instagram.png',
907 'height' => '32px',
908 'width' => '32px',
909 'text' => 'Instagram',
910 ],
911 ],
912 'type' => 'social',
913 ],
914 'spacer' =>
915 [
916 'styles' =>
917 [
918 'block' =>
919 [
920 'backgroundColor' => 'transparent',
921 'height' => '231px',
922 ],
923 ],
924 'type' => 'spacer',
925 ],
926 'header' =>
927 [
928 'text' => '<a href="[link:newsletter_view_in_browser_url]">' . __("View this in your browser.", 'mailpoet') . '</a>',
929 'styles' =>
930 [
931 'block' =>
932 [
933 'backgroundColor' => 'transparent',
934 ],
935 'text' =>
936 [
937 'fontColor' => '#222222',
938 'fontFamily' => 'Arial',
939 'fontSize' => '12px',
940 'textAlign' => 'center',
941 ],
942 'link' =>
943 [
944 'fontColor' => '#6cb7d4',
945 'textDecoration' => 'underline',
946 ],
947 ],
948 ],
949 ],
950 ];
951 }
952 }
953