The repo for Purrform's main BigCommerce store.
1[
2 {
3 "name": "i18n.Global",
4 "settings": [
5 {
6 "type": "heading",
7 "content": "i18n.BackgroundAndLines"
8 },
9 {
10 "type": "color",
11 "label": "i18n.BannerBackground",
12 "id": "color-primary"
13 },
14 {
15 "type": "color",
16 "label": "i18n.PageBackground",
17 "id": "body-bg"
18 },
19 {
20 "type": "color",
21 "label": "i18n.CommonDarkBackground",
22 "id": "container-fill-dark"
23 },
24 {
25 "type": "color",
26 "label": "i18n.ModalOverlayBackground",
27 "id": "overlay-backgroundColor"
28 },
29 {
30 "type": "color",
31 "label": "i18n.AlertPopupBoxBackground",
32 "id": "alert-backgroundColor"
33 },
34 {
35 "type": "color",
36 "label": "i18n.AlertPopupTextColor",
37 "id": "alert-color"
38 },
39 {
40 "type": "color",
41 "label": "i18n.HorizontalLine",
42 "id": "container-border-global-color-base"
43 },
44 {
45 "type": "heading",
46 "content": "i18n.BodyTextAndLinks"
47 },
48 {
49 "type": "font",
50 "label": "i18n.BodyTextFontFamily",
51 "id": "body-font",
52 "options": [
53 {
54 "group": "i18n.Karla",
55 "label": "i18n.Karla",
56 "value": "Google_Karla_400"
57 },
58 {
59 "group": "i18n.Roboto",
60 "label": "i18n.Roboto",
61 "value": "Google_Roboto_400"
62 },
63 {
64 "group": "i18n.SourceSansPro",
65 "label": "i18n.SourceSansPro",
66 "value": "Google_Source+Sans+Pro_400"
67 }
68 ]
69 },
70 {
71 "type": "select",
72 "label": "i18n.BodyTextFontSize",
73 "id": "fontSize-root",
74 "options": [
75 {
76 "value": 12,
77 "label": "12px"
78 },
79 {
80 "value": 13,
81 "label": "13px"
82 },
83 {
84 "value": 14,
85 "label": "14px"
86 },
87 {
88 "value": 16,
89 "label": "16px"
90 },
91 {
92 "value": 18,
93 "label": "18px"
94 }
95 ]
96 },
97 {
98 "type": "color",
99 "label": "i18n.BodyTextColor",
100 "id": "color-textBase"
101 },
102 {
103 "type": "color",
104 "label": "i18n.BodyTextHoverColor",
105 "id": "color-textBase--hover"
106 },
107 {
108 "type": "color",
109 "label": "i18n.SecondaryTextColor",
110 "id": "color-textSecondary"
111 },
112 {
113 "type": "color",
114 "label": "i18n.SecondaryTextHoverColor",
115 "id": "color-textSecondary--hover"
116 },
117 {
118 "type": "color",
119 "label": "i18n.LinkColor",
120 "id": "color-textLink"
121 },
122 {
123 "type": "color",
124 "label": "i18n.LinkHoverColor",
125 "id": "color-textLink--hover"
126 },
127 {
128 "type": "color",
129 "label": "i18n.LinkActiveColor",
130 "id": "color-textLink--active"
131 },
132 {
133 "type": "heading",
134 "content": "i18n.Headings"
135 },
136 {
137 "type": "font",
138 "label": "i18n.HeadingFontFamily",
139 "id": "headings-font",
140 "options": [
141 {
142 "group": "i18n.Montserrat",
143 "label": "i18n.MontserratLight",
144 "value": "Google_Montserrat_400"
145 },
146 {
147 "group": "i18n.OpenSans",
148 "label": "i18n.OpenSans",
149 "value": "Google_Open+Sans_400"
150 },
151 {
152 "group": "i18n.OpenSans",
153 "label": "i18n.OpenSansBold",
154 "value": "Google_Open+Sans_700"
155 },
156 {
157 "group": "i18n.Roboto",
158 "label": "i18n.Roboto",
159 "value": "Google_Roboto_400"
160 },
161 {
162 "group": "i18n.Volkhov",
163 "label": "i18n.Volkhov",
164 "value": "Google_Volkhov_400"
165 }
166 ]
167 },
168 {
169 "type": "select",
170 "label": "i18n.Heading1",
171 "id": "fontSize-h1",
172 "options": [
173 {
174 "value": 24,
175 "label": "24px"
176 },
177 {
178 "value": 26,
179 "label": "26px"
180 },
181 {
182 "value": 28,
183 "label": "28px"
184 },
185 {
186 "value": 32,
187 "label": "32px"
188 },
189 {
190 "value": 36,
191 "label": "36px"
192 }
193 ]
194 },
195 {
196 "type": "select",
197 "label": "i18n.Heading2",
198 "id": "fontSize-h2",
199 "options": [
200 {
201 "value": 21,
202 "label": "21px"
203 },
204 {
205 "value": 23,
206 "label": "23px"
207 },
208 {
209 "value": 25,
210 "label": "25px"
211 },
212 {
213 "value": 29,
214 "label": "29px"
215 },
216 {
217 "value": 33,
218 "label": "33px"
219 }
220 ]
221 },
222 {
223 "type": "select",
224 "label": "i18n.Heading3",
225 "id": "fontSize-h3",
226 "options": [
227 {
228 "value": 18,
229 "label": "18px"
230 },
231 {
232 "value": 20,
233 "label": "20px"
234 },
235 {
236 "value": 22,
237 "label": "22px"
238 },
239 {
240 "value": 26,
241 "label": "26px"
242 },
243 {
244 "value": 30,
245 "label": "30px"
246 }
247 ]
248 },
249 {
250 "type": "select",
251 "label": "i18n.Heading4",
252 "id": "fontSize-h4",
253 "options": [
254 {
255 "value": 16,
256 "label": "16px"
257 },
258 {
259 "value": 18,
260 "label": "18px"
261 },
262 {
263 "value": 20,
264 "label": "20px"
265 },
266 {
267 "value": 24,
268 "label": "24px"
269 },
270 {
271 "value": 28,
272 "label": "28px"
273 }
274 ]
275 },
276 {
277 "type": "select",
278 "label": "i18n.Heading5",
279 "id": "fontSize-h5",
280 "options": [
281 {
282 "value": 11,
283 "label": "11px"
284 },
285 {
286 "value": 13,
287 "label": "13px"
288 },
289 {
290 "value": 15,
291 "label": "15px"
292 },
293 {
294 "value": 19,
295 "label": "19px"
296 },
297 {
298 "value": 23,
299 "label": "23px"
300 }
301 ]
302 },
303 {
304 "type": "select",
305 "label": "i18n.Heading6",
306 "id": "fontSize-h6",
307 "options": [
308 {
309 "value": 9,
310 "label": "9px"
311 },
312 {
313 "value": 11,
314 "label": "11px"
315 },
316 {
317 "value": 13,
318 "label": "13px"
319 },
320 {
321 "value": 17,
322 "label": "17px"
323 },
324 {
325 "value": 21,
326 "label": "21px"
327 }
328 ]
329 },
330 {
331 "type": "color",
332 "label": "i18n.HeadingTextColor",
333 "id": "color-textHeading"
334 },
335 {
336 "type": "heading",
337 "content": "i18n.LoadingIndicators"
338 },
339 {
340 "type": "color",
341 "label": "i18n.PageLoadingBar",
342 "id": "pace-progress-backgroundColor"
343 },
344 {
345 "type": "color",
346 "label": "i18n.SpinnerLightHalf",
347 "id": "spinner-borderColor-light"
348 },
349 {
350 "type": "color",
351 "label": "i18n.SpinnerDarkHalf",
352 "id": "spinner-borderColor-dark"
353 },
354 {
355 "type": "color",
356 "label": "i18n.ModalLoadingBackground",
357 "id": "loadingOverlay-backgroundColor"
358 },
359 {
360 "type": "color",
361 "label": "i18n.ProductThumbnailLoadingBackground",
362 "id": "container-fill-base"
363 },
364 {
365 "type": "heading",
366 "content": "i18n.ImageLoading"
367 },
368 {
369 "type": "paragraph",
370 "content": "i18n.CornerstoneDoesntLoadMostImages"
371 },
372 {
373 "type": "select",
374 "id": "lazyload_mode",
375 "force_reload": true,
376 "label": "i18n.LazyloadingMode",
377 "options": [
378 {
379 "value": "lazyload",
380 "label": "i18n.Lazyload"
381 },
382 {
383 "value": "lazyload+lqip",
384 "label": "i18n.LazyloadWithLQIP"
385 },
386 {
387 "value": "disabled",
388 "label": "i18n.Disabled"
389 }
390 ]
391 },
392 {
393 "type": "heading",
394 "content": "i18n.Pages"
395 },
396 {
397 "type": "checkbox",
398 "label": "i18n.HideBreadcrumbs",
399 "force_reload": true,
400 "id": "hide_breadcrumbs"
401 },
402 {
403 "type": "checkbox",
404 "label": "i18n.HidePageHeading",
405 "force_reload": true,
406 "id": "hide_page_heading"
407 },
408 {
409 "type": "checkbox",
410 "label": "i18n.HideCategoryPageHeading",
411 "force_reload": true,
412 "id": "hide_category_page_heading"
413 },
414 {
415 "type": "checkbox",
416 "label": "i18n.HideBlogPageHeading",
417 "force_reload": true,
418 "id": "hide_blog_page_heading"
419 },
420 {
421 "type": "checkbox",
422 "label": "i18n.HideContactUsPageHeading",
423 "force_reload": true,
424 "id": "hide_contact_us_page_heading"
425 },
426 {
427 "type": "heading",
428 "content": "i18n.Products"
429 },
430 {
431 "type": "select",
432 "id": "product_list_display_mode",
433 "force_reload": true,
434 "label": "i18n.DisplayStyle",
435 "options": [
436 {
437 "value": "grid",
438 "label": "i18n.ShowProductsInAGrid"
439 },
440 {
441 "value": "list",
442 "label": "i18n.ShowProductsInAList"
443 }
444 ]
445 },
446 {
447 "type": "heading",
448 "content": "i18n.Blog"
449 },
450 {
451 "type": "imageDimension",
452 "id": "blog_size",
453 "force_reload": true,
454 "label": "i18n.SizeOfImages",
455 "options": [
456 {
457 "value": "190x250",
458 "label": "i18n.OptimizedForTheme"
459 },
460 {
461 "value": "custom",
462 "label": "i18n.SpecifyDimensions"
463 }
464 ]
465 },
466 {
467 "type": "heading",
468 "content": "i18n.Pricing"
469 },
470 {
471 "type": "checkbox",
472 "label": "i18n.ShowPriceRangesForProducts",
473 "force_reload": true,
474 "id": "price_ranges"
475 },
476 {
477 "type": "heading",
478 "content": "i18n.PurchaseOptions"
479 },
480 {
481 "type": "heading",
482 "content": "i18n.FormInputFields"
483 },
484 {
485 "type": "color",
486 "label": "i18n.LabelTextColor",
487 "id": "form-label-font-color"
488 },
489 {
490 "type": "color",
491 "label": "i18n.FieldTextColor",
492 "id": "input-font-color"
493 },
494 {
495 "type": "color",
496 "label": "i18n.FieldBackground",
497 "id": "input-bg-color"
498 },
499 {
500 "type": "color",
501 "label": "i18n.FieldBackgroundDisabled",
502 "id": "input-disabled-bg"
503 },
504 {
505 "type": "color",
506 "label": "i18n.FieldBorder",
507 "id": "input-border-color"
508 },
509 {
510 "type": "color",
511 "label": "i18n.FieldBorderActive",
512 "id": "input-border-color-active"
513 }
514 ]
515 },
516 {
517 "name": "i18n.HeaderAndFooter",
518 "settings": [
519 {
520 "type": "heading",
521 "content": "i18n.Header"
522 },
523 {
524 "type": "color",
525 "label": "i18n.HeaderBackground",
526 "id": "header-backgroundColor"
527 },
528 {
529 "type": "heading",
530 "content": "i18n.Logo"
531 },
532 {
533 "type": "select",
534 "label": "i18n.LogoPosition",
535 "id": "logo-position",
536 "force_reload": true,
537 "options": [
538 {
539 "value": "right",
540 "label": "i18n.Right"
541 },
542 {
543 "value": "center",
544 "label": "i18n.Center"
545 },
546 {
547 "value": "left",
548 "label": "i18n.Left"
549 }
550 ]
551 },
552 {
553 "type": "imageDimension",
554 "label": "i18n.LogoImageSize",
555 "id": "logo_size",
556 "description": "Please specify a maximum image size for desktop display. We'll automatically scale down the image for smaller devices.",
557 "force_reload": true,
558 "options": [
559 {
560 "value": "250x100",
561 "label": "i18n.OptimizedForTheme"
562 },
563 {
564 "value": "original",
565 "label": "i18n.OriginalAsUploaded"
566 },
567 {
568 "value": "custom",
569 "label": "i18n.SpecifyDimensions"
570 }
571 ]
572 },
573 {
574 "type": "select",
575 "label": "i18n.LogoFontSize",
576 "id": "logo_fontSize",
577 "options": [
578 {
579 "value": 14,
580 "label": "14px"
581 },
582 {
583 "value": 16,
584 "label": "16px"
585 },
586 {
587 "value": 18,
588 "label": "18px"
589 },
590 {
591 "value": 20,
592 "label": "20px"
593 },
594 {
595 "value": 22,
596 "label": "22px"
597 },
598 {
599 "value": 24,
600 "label": "24px"
601 },
602 {
603 "value": 26,
604 "label": "26px"
605 },
606 {
607 "value": 28,
608 "label": "28px"
609 },
610 {
611 "value": 30,
612 "label": "30px"
613 },
614 {
615 "value": 32,
616 "label": "32px"
617 },
618 {
619 "value": 34,
620 "label": "34px"
621 },
622 {
623 "value": 36,
624 "label": "36px"
625 },
626 {
627 "value": 38,
628 "label": "38px"
629 },
630 {
631 "value": 40,
632 "label": "40px"
633 },
634 {
635 "value": 42,
636 "label": "42px"
637 },
638 {
639 "value": 44,
640 "label": "44px"
641 },
642 {
643 "value": 46,
644 "label": "46px"
645 },
646 {
647 "value": 48,
648 "label": "48px"
649 },
650 {
651 "value": 50,
652 "label": "50px"
653 },
654 {
655 "value": 52,
656 "label": "52px"
657 },
658 {
659 "value": 54,
660 "label": "54px"
661 },
662 {
663 "value": 56,
664 "label": "56px"
665 },
666 {
667 "value": 58,
668 "label": "58px"
669 },
670 {
671 "value": 60,
672 "label": "60px"
673 },
674 {
675 "value": 62,
676 "label": "62px"
677 },
678 {
679 "value": 64,
680 "label": "64px"
681 },
682 {
683 "value": 66,
684 "label": "66px"
685 },
686 {
687 "value": 68,
688 "label": "68px"
689 },
690 {
691 "value": 70,
692 "label": "70px"
693 },
694 {
695 "value": 72,
696 "label": "72px"
697 },
698 {
699 "value": 74,
700 "label": "74px"
701 }
702 ]
703 },
704 {
705 "type": "color",
706 "label": "i18n.LogoTextColor",
707 "id": "storeName-color"
708 },
709 {
710 "type": "heading",
711 "content": "i18n.UtilityNavigation"
712 },
713 {
714 "type": "color",
715 "label": "i18n.TextColor",
716 "id": "navUser-color"
717 },
718 {
719 "type": "color",
720 "label": "i18n.TextHoverColor",
721 "id": "navUser-color-hover"
722 },
723 {
724 "type": "color",
725 "label": "i18n.CartDropdownBackground",
726 "id": "navUser-dropdown-backgroundColor"
727 },
728 {
729 "type": "color",
730 "label": "i18n.CartDropdownBorder",
731 "id": "navUser-dropdown-borderColor"
732 },
733 {
734 "type": "color",
735 "label": "i18n.CartCounterBackground",
736 "id": "navUser-indicator-backgroundColor"
737 },
738 {
739 "type": "heading",
740 "content": "i18n.MainNavigation"
741 },
742 {
743 "type": "checkbox",
744 "label": "i18n.HideLinksToWebPages",
745 "force_reload": true,
746 "id": "hide_content_navigation"
747 },
748 {
749 "type": "color",
750 "label": "i18n.TextColor",
751 "id": "navPages-color"
752 },
753 {
754 "type": "color",
755 "label": "i18n.TextHoverColor",
756 "id": "navPages-color-hover"
757 },
758 {
759 "type": "color",
760 "label": "i18n.DropdownMenuBackground",
761 "id": "navPages-subMenu-backgroundColor"
762 },
763 {
764 "type": "color",
765 "label": "i18n.DropdownMenuBorder",
766 "id": "navPages-subMenu-separatorColor"
767 },
768 {
769 "type": "select",
770 "label": "i18n.DropdownMenuDisplayMode",
771 "id": "navigation_design",
772 "force_reload": true,
773 "options": [
774 {
775 "value": "simple",
776 "label": "i18n.SimpleMenuDisplayDepthOf"
777 },
778 {
779 "value": "alternate",
780 "label": "i18n.AlternateMaxMenuDisplayDepth"
781 }
782 ]
783 },
784 {
785 "type": "color",
786 "label": "i18n.QuickSearchBackground",
787 "id": "dropdown--quickSearch-backgroundColor"
788 },
789 {
790 "type": "heading",
791 "content": "i18n.SocialMediaIcons"
792 },
793 {
794 "type": "paragraph",
795 "content": "i18n.SocialAccountsMustBeSet"
796 },
797 {
798 "type": "checkbox",
799 "label": "i18n.ShowSocialMediaIcons",
800 "force_reload": true,
801 "id": "social_icon_placement_top"
802 },
803 {
804 "type": "select",
805 "label": "i18n.FooterPlacement",
806 "id": "social_icon_placement_bottom",
807 "force_reload": true,
808 "reference": "social_icon_placement_top",
809 "reference_default": false,
810 "options": [
811 {
812 "value": "bottom_none",
813 "label": "i18n.None"
814 },
815 {
816 "value": "bottom_right",
817 "label": "i18n.Right"
818 },
819 {
820 "value": "bottom_left",
821 "label": "i18n.Left"
822 }
823 ]
824 },
825 {
826 "type": "heading",
827 "content": "i18n.Footer"
828 },
829 {
830 "type": "color",
831 "label": "i18n.FooterBackground",
832 "id": "footer-backgroundColor"
833 },
834 {
835 "type": "heading",
836 "content": "i18n.DisplaySettings"
837 },
838 {
839 "type": "checkbox",
840 "label": "i18n.ShowPoweredByBigCommerce",
841 "force_reload": true,
842 "id": "show_powered_by"
843 },
844 {
845 "type": "checkbox",
846 "label": "i18n.ShowBrandsInFooter",
847 "force_reload": true,
848 "id": "shop_by_brand_show_footer"
849 },
850 {
851 "type": "checkbox",
852 "label": "i18n.ShowCurrentYearAnd",
853 "force_reload": true,
854 "id": "show_copyright_footer"
855 },
856 {
857 "type": "heading",
858 "content": "i18n.PaymentIcons"
859 },
860 {
861 "type": "checkbox",
862 "label": "i18n.ShowAmericanExpress",
863 "force_reload": true,
864 "id": "show_accept_amex"
865 },
866 {
867 "type": "checkbox",
868 "label": "i18n.ShowDiscover",
869 "force_reload": true,
870 "id": "show_accept_discover"
871 },
872 {
873 "type": "checkbox",
874 "label": "i18n.ShowMastercard",
875 "force_reload": true,
876 "id": "show_accept_mastercard"
877 },
878 {
879 "type": "checkbox",
880 "label": "i18n.ShowPayPal",
881 "force_reload": true,
882 "id": "show_accept_paypal"
883 },
884 {
885 "type": "checkbox",
886 "label": "i18n.ShowVisa",
887 "force_reload": true,
888 "id": "show_accept_visa"
889 },
890 {
891 "type": "checkbox",
892 "label": "i18n.ShowAmazonPay",
893 "force_reload": true,
894 "id": "show_accept_amazonpay"
895 },
896 {
897 "type": "checkbox",
898 "label": "i18n.ShowGooglePay",
899 "force_reload": true,
900 "id": "show_accept_googlepay"
901 },
902 {
903 "type": "checkbox",
904 "label": "i18n.ShowKlarna",
905 "force_reload": true,
906 "id": "show_accept_klarna"
907 }
908 ]
909 },
910 {
911 "name": "i18n.HomePage",
912 "settings": [
913 {
914 "type": "heading",
915 "content": "i18n.Carousel"
916 },
917 {
918 "type": "checkbox",
919 "label": "i18n.ShowCarousel",
920 "force_reload": true,
921 "id": "homepage_show_carousel"
922 },
923 {
924 "type": "checkbox",
925 "label": "i18n.ShowCarouselArrows",
926 "force_reload": true,
927 "id": "homepage_show_carousel_arrows"
928 },
929 {
930 "type": "checkbox",
931 "label": "i18n.ShowCarouselPlayPauseButton",
932 "force_reload": true,
933 "id": "homepage_show_carousel_play_pause_button"
934 },
935 {
936 "type": "checkbox",
937 "label": "i18n.AllowImageToStretchOn",
938 "force_reload": true,
939 "id": "homepage_stretch_carousel_images"
940 },
941 {
942 "type": "color",
943 "label": "i18n.ContentBackground",
944 "id": "carousel-bgColor"
945 },
946 {
947 "type": "color",
948 "label": "i18n.HeaderText",
949 "id": "carousel-title-color"
950 },
951 {
952 "type": "color",
953 "label": "i18n.DescriptionText",
954 "id": "carousel-description-color"
955 },
956 {
957 "type": "color",
958 "label": "i18n.Indicator",
959 "id": "carousel-dot-color"
960 },
961 {
962 "type": "color",
963 "label": "i18n.IndicatorActive",
964 "id": "carousel-dot-color-active"
965 },
966 {
967 "type": "color",
968 "label": "i18n.IndicatorBackground",
969 "id": "carousel-dot-bgColor"
970 },
971 {
972 "type": "color",
973 "label": "i18n.Arrow",
974 "id": "carousel-arrow-color"
975 },
976 {
977 "type": "color",
978 "label": "i18n.ArrowBackground",
979 "id": "carousel-arrow-bgColor"
980 },
981 {
982 "type": "color",
983 "label": "i18n.ArrowBorder",
984 "id": "carousel-arrow-borderColor"
985 },
986 {
987 "type": "color",
988 "label": "i18n.PlayPauseButtonText",
989 "id": "carousel-play-pause-button-textColor"
990 },
991 {
992 "type": "color",
993 "label": "i18n.PlayPauseButtonBackground",
994 "id": "carousel-play-pause-button-bgColor"
995 },
996 {
997 "type": "color",
998 "label": "i18n.PlayPauseButtonBorder",
999 "id": "carousel-play-pause-button-borderColor"
1000 },
1001 {
1002 "type": "heading",
1003 "content": "i18n.Products"
1004 },
1005 {
1006 "type": "select",
1007 "label": "i18n.NumberOfFeaturedProducts",
1008 "id": "homepage_featured_products_count",
1009 "force_reload": true,
1010 "options": [
1011 {
1012 "value": 0,
1013 "label": "i18n.Disable"
1014 },
1015 {
1016 "value": 1,
1017 "label": "1"
1018 },
1019 {
1020 "value": 2,
1021 "label": "2"
1022 },
1023 {
1024 "value": 3,
1025 "label": "3"
1026 },
1027 {
1028 "value": 4,
1029 "label": "4"
1030 },
1031 {
1032 "value": 5,
1033 "label": "5"
1034 },
1035 {
1036 "value": 6,
1037 "label": "6"
1038 },
1039 {
1040 "value": 7,
1041 "label": "7"
1042 },
1043 {
1044 "value": 8,
1045 "label": "8"
1046 },
1047 {
1048 "value": 9,
1049 "label": "9"
1050 },
1051 {
1052 "value": 10,
1053 "label": "10"
1054 },
1055 {
1056 "value": 11,
1057 "label": "11"
1058 },
1059 {
1060 "value": 12,
1061 "label": "12"
1062 }
1063 ]
1064 },
1065 {
1066 "type": "select",
1067 "label": "i18n.NumberOfMostPopularProducts",
1068 "id": "homepage_top_products_count",
1069 "force_reload": true,
1070 "options": [
1071 {
1072 "value": 0,
1073 "label": "i18n.Disable"
1074 },
1075 {
1076 "value": 1,
1077 "label": "1"
1078 },
1079 {
1080 "value": 2,
1081 "label": "2"
1082 },
1083 {
1084 "value": 3,
1085 "label": "3"
1086 },
1087 {
1088 "value": 4,
1089 "label": "4"
1090 },
1091 {
1092 "value": 5,
1093 "label": "5"
1094 },
1095 {
1096 "value": 6,
1097 "label": "6"
1098 },
1099 {
1100 "value": 7,
1101 "label": "7"
1102 },
1103 {
1104 "value": 8,
1105 "label": "8"
1106 },
1107 {
1108 "value": 9,
1109 "label": "9"
1110 },
1111 {
1112 "value": 10,
1113 "label": "10"
1114 },
1115 {
1116 "value": 11,
1117 "label": "11"
1118 },
1119 {
1120 "value": 12,
1121 "label": "12"
1122 }
1123 ]
1124 },
1125 {
1126 "type": "select",
1127 "label": "i18n.NumberOfNewProducts",
1128 "id": "homepage_new_products_count",
1129 "force_reload": true,
1130 "options": [
1131 {
1132 "value": 0,
1133 "label": "i18n.Disable"
1134 },
1135 {
1136 "value": 1,
1137 "label": "1"
1138 },
1139 {
1140 "value": 2,
1141 "label": "2"
1142 },
1143 {
1144 "value": 3,
1145 "label": "3"
1146 },
1147 {
1148 "value": 4,
1149 "label": "4"
1150 },
1151 {
1152 "value": 5,
1153 "label": "5"
1154 },
1155 {
1156 "value": 6,
1157 "label": "6"
1158 },
1159 {
1160 "value": 7,
1161 "label": "7"
1162 },
1163 {
1164 "value": 8,
1165 "label": "8"
1166 },
1167 {
1168 "value": 9,
1169 "label": "9"
1170 },
1171 {
1172 "value": 10,
1173 "label": "10"
1174 },
1175 {
1176 "value": 11,
1177 "label": "11"
1178 },
1179 {
1180 "value": 12,
1181 "label": "12"
1182 }
1183 ]
1184 }
1185 ]
1186 },
1187 {
1188 "name": "i18n.Products",
1189 "settings": [
1190 {
1191 "type": "heading",
1192 "content": "i18n.ProductSaleBadges"
1193 },
1194 {
1195 "type": "select",
1196 "label": "i18n.ShowProductSaleBadges",
1197 "id": "product_sale_badges",
1198 "force_reload": true,
1199 "options": [
1200 {
1201 "value": "none",
1202 "label": "i18n.None"
1203 },
1204 {
1205 "value": "topleft",
1206 "label": "i18n.TopLeft"
1207 },
1208 {
1209 "value": "sash",
1210 "label": "i18n.Diagonal"
1211 },
1212 {
1213 "value": "burst",
1214 "label": "i18n.Burst"
1215 }
1216 ]
1217 },
1218 {
1219 "type": "text",
1220 "label": "i18n.ProductSaleBadgeLabel",
1221 "force_reload": true,
1222 "id": "pdp_sale_badge_label",
1223 "reference": "product_sale_badges",
1224 "reference_default": "none"
1225 },
1226 {
1227 "type": "text",
1228 "label": "i18n.ProductPriceLabelSale",
1229 "force_reload": true,
1230 "id": "pdp-sale-price-label",
1231 "reference": "product_sale_badges",
1232 "reference_default": "none"
1233 },
1234 {
1235 "type": "text",
1236 "label": "i18n.ProductPriceLabelBeforeSale",
1237 "force_reload": true,
1238 "id": "pdp-non-sale-price-label",
1239 "reference": "product_sale_badges",
1240 "reference_default": "none"
1241 },
1242 {
1243 "type": "text",
1244 "label": "i18n.ProductPriceLabelRetail",
1245 "force_reload": true,
1246 "id": "pdp-retail-price-label",
1247 "reference": "product_sale_badges",
1248 "reference_default": "none"
1249 },
1250 {
1251 "type": "text",
1252 "label": "i18n.ProductPriceLabel",
1253 "force_reload": true,
1254 "id": "pdp-price-label",
1255 "reference": "product_sale_badges",
1256 "reference_default": "none"
1257 },
1258 {
1259 "type": "paragraph",
1260 "content": "i18n.TheProductPriceLabel",
1261 "reference": "product_sale_badges",
1262 "reference_default": "none"
1263 },
1264 {
1265 "type": "color",
1266 "label": "i18n.BadgeTextColor",
1267 "id": "color_text_product_sale_badges",
1268 "reference": "product_sale_badges",
1269 "reference_default": "none"
1270 },
1271 {
1272 "type": "color",
1273 "label": "i18n.BadgeColor",
1274 "id": "color_badge_product_sale_badges",
1275 "reference": "product_sale_badges",
1276 "reference_default": "none"
1277 },
1278 {
1279 "type": "color",
1280 "label": "i18n.BadgeHoverColor",
1281 "id": "color_hover_product_sale_badges",
1282 "reference": "product_sale_badges",
1283 "reference_default": "none"
1284 },
1285 {
1286 "type": "paragraph",
1287 "content": "i18n.ForTextureSwatchesMaxDimensions",
1288 "reference": "product_sale_badges",
1289 "reference_default": "none"
1290 },
1291 {
1292 "type": "select",
1293 "label": "i18n.ShowProductSoldOutBadges",
1294 "id": "product_sold_out_badges",
1295 "force_reload": true,
1296 "options": [
1297 {
1298 "value": "none",
1299 "label": "i18n.None"
1300 },
1301 {
1302 "value": "topleft",
1303 "label": "i18n.TopLeft"
1304 },
1305 {
1306 "value": "sash",
1307 "label": "i18n.Diagonal"
1308 },
1309 {
1310 "value": "burst",
1311 "label": "i18n.Burst"
1312 }
1313 ]
1314 },
1315 {
1316 "type": "text",
1317 "label": "i18n.ProductSoldOutBadgeLabel",
1318 "force_reload": true,
1319 "id": "pdp_sold_out_label",
1320 "reference": "product_sold_out_badges",
1321 "reference_default": "none"
1322 },
1323 {
1324 "type": "color",
1325 "label": "i18n.BadgeTextColor",
1326 "id": "color_text_product_sold_out_badges",
1327 "reference": "product_sold_out_badges",
1328 "reference_default": "none"
1329 },
1330 {
1331 "type": "color",
1332 "label": "i18n.BadgeColor",
1333 "id": "color_badge_product_sold_out_badges",
1334 "reference": "product_sold_out_badges",
1335 "reference_default": "none"
1336 },
1337 {
1338 "type": "color",
1339 "label": "i18n.BadgeHoverColor",
1340 "id": "color_hover_product_sold_out_badges",
1341 "reference": "product_sold_out_badges",
1342 "reference_default": "none"
1343 },
1344 {
1345 "type": "heading",
1346 "content": "i18n.DisplaySettings"
1347 },
1348 {
1349 "type": "checkbox",
1350 "label": "i18n.ShowQuickviewButtonOnProduct",
1351 "force_reload": true,
1352 "id": "show_product_quick_view"
1353 },
1354 {
1355 "type": "checkbox",
1356 "label": "i18n.ShowProductDescriptionTabs",
1357 "force_reload": true,
1358 "id": "show_product_details_tabs"
1359 },
1360 {
1361 "type": "checkbox",
1362 "label": "i18n.ProductCustomFieldsInTabs",
1363 "force_reload": true,
1364 "id": "show_custom_fields_tabs"
1365 },
1366 {
1367 "type": "text",
1368 "label": "i18n.ProductCustomFieldsTabLabel",
1369 "force_reload": true,
1370 "reference": "show_custom_fields_tabs",
1371 "reference_default": false,
1372 "id": "pdp-custom-fields-tab-label"
1373 },
1374 {
1375 "type": "checkbox",
1376 "label": "i18n.ShowProductWeight",
1377 "force_reload": true,
1378 "id": "show_product_weight"
1379 },
1380 {
1381 "type": "checkbox",
1382 "label": "i18n.ShowProductDimensions",
1383 "force_reload": true,
1384 "id": "show_product_dimensions"
1385 },
1386 {
1387 "type": "checkbox",
1388 "label": "i18n.ShowProductSwatchNames",
1389 "force_reload": true,
1390 "id": "show_product_swatch_names"
1391 },
1392 {
1393 "type": "checkbox",
1394 "label": "i18n.ShowShopByPriceIn",
1395 "force_reload": true,
1396 "id": "shop_by_price_visibility"
1397 },
1398 {
1399 "type": "checkbox",
1400 "label": "i18n.ShowProductReviews",
1401 "force_reload": true,
1402 "id": "show_product_reviews"
1403 },
1404 {
1405 "type": "select",
1406 "label": "i18n.NumberOfProductReviews",
1407 "id": "productpage_reviews_count",
1408 "reference": "show_product_reviews",
1409 "reference_default": false,
1410 "force_reload": true,
1411 "options": [
1412 {
1413 "value": 1,
1414 "label": "1"
1415 },
1416 {
1417 "value": 2,
1418 "label": "2"
1419 },
1420 {
1421 "value": 3,
1422 "label": "3"
1423 },
1424 {
1425 "value": 4,
1426 "label": "4"
1427 },
1428 {
1429 "value": 5,
1430 "label": "5"
1431 },
1432 {
1433 "value": 6,
1434 "label": "6"
1435 },
1436 {
1437 "value": 7,
1438 "label": "7"
1439 },
1440 {
1441 "value": 8,
1442 "label": "8"
1443 },
1444 {
1445 "value": 9,
1446 "label": "9"
1447 },
1448 {
1449 "value": 10,
1450 "label": "10"
1451 },
1452 {
1453 "value": 11,
1454 "label": "11"
1455 },
1456 {
1457 "value": 12,
1458 "label": "12"
1459 }
1460 ]
1461 },
1462 {
1463 "type": "color",
1464 "label": "i18n.WishlistDropdownBackground",
1465 "id": "dropdown--wishList-backgroundColor"
1466 },
1467 {
1468 "type": "checkbox",
1469 "label": "i18n.ShowQuickPaymentButtons",
1470 "force_reload": true,
1471 "id": "show_quick_payment_buttons"
1472 },
1473 {
1474 "type": "heading",
1475 "content": "i18n.NumberOfProductsDisplayed"
1476 },
1477 {
1478 "type": "select",
1479 "label": "i18n.CategoryPage",
1480 "id": "categorypage_products_per_page",
1481 "force_reload": true,
1482 "options": [
1483 {
1484 "value": 6,
1485 "label": "6"
1486 },
1487 {
1488 "value": 8,
1489 "label": "8"
1490 },
1491 {
1492 "value": 9,
1493 "label": "9"
1494 },
1495 {
1496 "value": 12,
1497 "label": "12"
1498 },
1499 {
1500 "value": 15,
1501 "label": "15"
1502 },
1503 {
1504 "value": 16,
1505 "label": "16"
1506 },
1507 {
1508 "value": 18,
1509 "label": "18"
1510 },
1511 {
1512 "value": 20,
1513 "label": "20"
1514 }
1515 ]
1516 },
1517 {
1518 "type": "select",
1519 "label": "i18n.BrandPage",
1520 "id": "brandpage_products_per_page",
1521 "force_reload": true,
1522 "options": [
1523 {
1524 "value": 6,
1525 "label": "6"
1526 },
1527 {
1528 "value": 8,
1529 "label": "8"
1530 },
1531 {
1532 "value": 9,
1533 "label": "9"
1534 },
1535 {
1536 "value": 12,
1537 "label": "12"
1538 },
1539 {
1540 "value": 15,
1541 "label": "15"
1542 },
1543 {
1544 "value": 16,
1545 "label": "16"
1546 },
1547 {
1548 "value": 18,
1549 "label": "18"
1550 },
1551 {
1552 "value": 20,
1553 "label": "20"
1554 }
1555 ]
1556 },
1557 {
1558 "type": "select",
1559 "label": "i18n.SearchResultPage",
1560 "id": "searchpage_products_per_page",
1561 "force_reload": true,
1562 "options": [
1563 {
1564 "value": 6,
1565 "label": "6"
1566 },
1567 {
1568 "value": 8,
1569 "label": "8"
1570 },
1571 {
1572 "value": 9,
1573 "label": "9"
1574 },
1575 {
1576 "value": 12,
1577 "label": "12"
1578 },
1579 {
1580 "value": 15,
1581 "label": "15"
1582 },
1583 {
1584 "value": 16,
1585 "label": "16"
1586 },
1587 {
1588 "value": 18,
1589 "label": "18"
1590 },
1591 {
1592 "value": 20,
1593 "label": "20"
1594 }
1595 ]
1596 },
1597 {
1598 "type": "select",
1599 "label": "i18n.ProductPageRelatedProducts",
1600 "id": "productpage_related_products_count",
1601 "force_reload": true,
1602 "options": [
1603 {
1604 "value": 0,
1605 "label": "i18n.Disable"
1606 },
1607 {
1608 "value": 1,
1609 "label": "1"
1610 },
1611 {
1612 "value": 2,
1613 "label": "2"
1614 },
1615 {
1616 "value": 3,
1617 "label": "3"
1618 },
1619 {
1620 "value": 4,
1621 "label": "4"
1622 },
1623 {
1624 "value": 5,
1625 "label": "5"
1626 },
1627 {
1628 "value": 6,
1629 "label": "6"
1630 },
1631 {
1632 "value": 7,
1633 "label": "7"
1634 },
1635 {
1636 "value": 8,
1637 "label": "8"
1638 },
1639 {
1640 "value": 9,
1641 "label": "9"
1642 },
1643 {
1644 "value": 10,
1645 "label": "10"
1646 },
1647 {
1648 "value": 11,
1649 "label": "11"
1650 },
1651 {
1652 "value": 12,
1653 "label": "12"
1654 }
1655 ]
1656 },
1657 {
1658 "type": "select",
1659 "label": "i18n.ProductPageCustomersAlsoViewed",
1660 "id": "productpage_similar_by_views_count",
1661 "force_reload": true,
1662 "options": [
1663 {
1664 "value": 0,
1665 "label": "i18n.Disable"
1666 },
1667 {
1668 "value": 1,
1669 "label": "1"
1670 },
1671 {
1672 "value": 2,
1673 "label": "2"
1674 },
1675 {
1676 "value": 3,
1677 "label": "3"
1678 },
1679 {
1680 "value": 4,
1681 "label": "4"
1682 },
1683 {
1684 "value": 5,
1685 "label": "5"
1686 },
1687 {
1688 "value": 6,
1689 "label": "6"
1690 },
1691 {
1692 "value": 7,
1693 "label": "7"
1694 },
1695 {
1696 "value": 8,
1697 "label": "8"
1698 },
1699 {
1700 "value": 9,
1701 "label": "9"
1702 },
1703 {
1704 "value": 10,
1705 "label": "10"
1706 },
1707 {
1708 "value": 11,
1709 "label": "11"
1710 },
1711 {
1712 "value": 12,
1713 "label": "12"
1714 }
1715 ]
1716 },
1717 {
1718 "type": "heading",
1719 "content": "i18n.ProductCards"
1720 },
1721 {
1722 "type": "color",
1723 "label": "i18n.ProductHeaderTextColor",
1724 "id": "card-title-color"
1725 },
1726 {
1727 "type": "color",
1728 "label": "i18n.ProductHeaderTextHoverColor",
1729 "id": "card-title-color-hover"
1730 },
1731 {
1732 "type": "color",
1733 "label": "i18n.ButtonTextColor",
1734 "id": "card-figcaption-button-color"
1735 },
1736 {
1737 "type": "color",
1738 "label": "i18n.ButtonBackground",
1739 "id": "card-figcaption-button-background"
1740 },
1741 {
1742 "type": "heading",
1743 "content": "i18n.ProductCardsQuickSearch"
1744 },
1745 {
1746 "type": "color",
1747 "label": "i18n.BackgroundColor",
1748 "id": "card--alternate-backgroundColor"
1749 },
1750 {
1751 "type": "color",
1752 "label": "i18n.BorderColor",
1753 "id": "card--alternate-borderColor"
1754 },
1755 {
1756 "type": "color",
1757 "label": "i18n.TextHoverColor",
1758 "id": "card--alternate-color--hover"
1759 },
1760 {
1761 "type": "heading",
1762 "content": "i18n.ImageSizes"
1763 },
1764 {
1765 "type": "paragraph",
1766 "content": "i18n.PleaseSpecifyAMaximumImage"
1767 },
1768 {
1769 "type": "imageDimension",
1770 "label": "i18n.MainProductImages",
1771 "id": "product_size",
1772 "force_reload": true,
1773 "options": [
1774 {
1775 "value": "500x659",
1776 "label": "i18n.OptimizedForTheme"
1777 },
1778 {
1779 "value": "custom",
1780 "label": "i18n.SpecifyDimensions"
1781 }
1782 ]
1783 },
1784 {
1785 "type": "imageDimension",
1786 "label": "i18n.ThumbnailImageInProductPage",
1787 "id": "productview_thumb_size",
1788 "force_reload": true,
1789 "options": [
1790 {
1791 "value": "50x50",
1792 "label": "i18n.OptimizedForTheme"
1793 },
1794 {
1795 "value": "custom",
1796 "label": "i18n.SpecifyDimensions"
1797 }
1798 ]
1799 },
1800 {
1801 "type": "imageDimension",
1802 "label": "i18n.ThumbnailImageInCartAnd",
1803 "id": "productthumb_size",
1804 "force_reload": true,
1805 "options": [
1806 {
1807 "value": "100x100",
1808 "label": "i18n.OptimizedForTheme"
1809 },
1810 {
1811 "value": "custom",
1812 "label": "i18n.SpecifyDimensions"
1813 }
1814 ]
1815 },
1816 {
1817 "type": "imageDimension",
1818 "label": "i18n.ZoomedImage",
1819 "id": "zoom_size",
1820 "force_reload": true,
1821 "options": [
1822 {
1823 "value": "1280x1280",
1824 "label": "i18n.OptimizedForTheme"
1825 },
1826 {
1827 "value": "custom",
1828 "label": "i18n.SpecifyDimensions"
1829 }
1830 ]
1831 },
1832 {
1833 "type": "imageDimension",
1834 "label": "i18n.ImageInGalleryView",
1835 "id": "productgallery_size",
1836 "force_reload": true,
1837 "options": [
1838 {
1839 "value": "500x659",
1840 "label": "i18n.OptimizedForTheme"
1841 },
1842 {
1843 "value": "custom",
1844 "label": "i18n.SpecifyDimensions"
1845 }
1846 ]
1847 },
1848 {
1849 "type": "imageDimension",
1850 "label": "i18n.BrandImageInGalleryView",
1851 "id": "brand_size",
1852 "force_reload": true,
1853 "options": [
1854 {
1855 "value": "190x250",
1856 "label": "i18n.OptimizedForTheme"
1857 },
1858 {
1859 "value": "custom",
1860 "label": "i18n.SpecifyDimensions"
1861 }
1862 ]
1863 },
1864 {
1865 "label": "i18n.ProductSwatchImages",
1866 "type": "imageDimension",
1867 "id": "swatch_option_size",
1868 "force_reload": true,
1869 "options": [
1870 {
1871 "value": "22x22",
1872 "label": "i18n.Standard"
1873 },
1874 {
1875 "value": "custom",
1876 "label": "i18n.SpecifyDimensions"
1877 }
1878 ]
1879 }
1880 ]
1881 },
1882 {
1883 "name": "i18n.ButtonsAndIcons",
1884 "settings": [
1885 {
1886 "type": "heading",
1887 "content": "i18n.PrimaryActionButton"
1888 },
1889 {
1890 "type": "color",
1891 "label": "i18n.ButtonTextColor",
1892 "id": "button--primary-color"
1893 },
1894 {
1895 "type": "color",
1896 "label": "i18n.ButtonTextHoverColor",
1897 "id": "button--primary-colorHover"
1898 },
1899 {
1900 "type": "color",
1901 "label": "i18n.ButtonTextActiveColor",
1902 "id": "button--primary-colorActive"
1903 },
1904 {
1905 "type": "color",
1906 "label": "i18n.ButtonBackground",
1907 "id": "button--primary-backgroundColor"
1908 },
1909 {
1910 "type": "color",
1911 "label": "i18n.ButtonBackgroundHover",
1912 "id": "button--primary-backgroundColorHover"
1913 },
1914 {
1915 "type": "color",
1916 "label": "i18n.ButtonBackgroundActive",
1917 "id": "button--primary-backgroundColorActive"
1918 },
1919 {
1920 "type": "heading",
1921 "content": "i18n.SecondaryActionButton"
1922 },
1923 {
1924 "type": "color",
1925 "label": "i18n.ButtonTextColor",
1926 "id": "button--default-color"
1927 },
1928 {
1929 "type": "color",
1930 "label": "i18n.ButtonTextHoverColor",
1931 "id": "button--default-colorHover"
1932 },
1933 {
1934 "type": "color",
1935 "label": "i18n.ButtonTextActiveColor",
1936 "id": "button--default-colorActive"
1937 },
1938 {
1939 "type": "color",
1940 "label": "i18n.ButtonBorder",
1941 "id": "button--default-borderColor"
1942 },
1943 {
1944 "type": "color",
1945 "label": "i18n.ButtonBorderHover",
1946 "id": "button--default-borderColorHover"
1947 },
1948 {
1949 "type": "color",
1950 "label": "i18n.ButtonBorderActive",
1951 "id": "button--default-borderColorActive"
1952 },
1953 {
1954 "type": "heading",
1955 "content": "i18n.TertiaryActionButton"
1956 },
1957 {
1958 "type": "color",
1959 "label": "i18n.ButtonBackground",
1960 "id": "select-bg-color"
1961 },
1962 {
1963 "type": "color",
1964 "label": "i18n.ButtonArrowIcon",
1965 "id": "select-arrow-color"
1966 },
1967 {
1968 "type": "heading",
1969 "content": "i18n.DisabledButton"
1970 },
1971 {
1972 "type": "color",
1973 "label": "i18n.ButtonTextColor",
1974 "id": "button--disabled-color"
1975 },
1976 {
1977 "type": "color",
1978 "label": "i18n.ButtonBackground",
1979 "id": "button--disabled-backgroundColor"
1980 },
1981 {
1982 "type": "color",
1983 "label": "i18n.ButtonBorder",
1984 "id": "button--disabled-borderColor"
1985 },
1986 {
1987 "type": "heading",
1988 "content": "i18n.Icons"
1989 },
1990 {
1991 "type": "color",
1992 "label": "i18n.SocialMediaIcon",
1993 "id": "icon-color"
1994 },
1995 {
1996 "type": "color",
1997 "label": "i18n.SocialMediaIconHover",
1998 "id": "icon-color-hover"
1999 },
2000 {
2001 "type": "color",
2002 "label": "i18n.StarReviewIconFull",
2003 "id": "icon-ratingFull"
2004 },
2005 {
2006 "type": "color",
2007 "label": "i18n.StarReviewIconEmpty",
2008 "id": "icon-ratingEmpty"
2009 },
2010 {
2011 "type": "color",
2012 "label": "i18n.IncreasedecreaseButtonIcon",
2013 "id": "button--icon-svg-color"
2014 },
2015 {
2016 "type": "heading",
2017 "content": "i18n.CheckboxesAndRadioButtons"
2018 },
2019 {
2020 "type": "color",
2021 "label": "i18n.CheckboxAndRadioIcon",
2022 "id": "checkRadio-color"
2023 },
2024 {
2025 "type": "color",
2026 "label": "i18n.ButtonBackground",
2027 "id": "checkRadio-backgroundColor"
2028 },
2029 {
2030 "type": "color",
2031 "label": "i18n.ButtonBorder",
2032 "id": "checkRadio-borderColor"
2033 }
2034 ]
2035 },
2036 {
2037 "name": "i18n.CheckoutPage",
2038 "enable": "ucoEnabled",
2039 "settings": [
2040 {
2041 "type": "heading",
2042 "content": "i18n.Header"
2043 },
2044 {
2045 "type": "checkbox",
2046 "label": "i18n.UseBackgroundImage",
2047 "id": "optimizedCheckout-show-backgroundImage"
2048 },
2049 {
2050 "type": "optimizedCheckout-image",
2051 "label": "i18n.1000X400pxRecommended",
2052 "reference": "optimizedCheckout-show-backgroundImage",
2053 "reference_default": false,
2054 "id": "optimizedCheckout-backgroundImage"
2055 },
2056 {
2057 "type": "imageDimension",
2058 "description": "Please specify a maximum image size for desktop display. We'll automatically scale down the image for smaller devices.",
2059 "label": "i18n.HeaderImageSize",
2060 "reference": "optimizedCheckout-backgroundImage",
2061 "reference_default": "",
2062 "id": "optimizedCheckout-backgroundImage-size",
2063 "options": [
2064 {
2065 "value": "1000x400",
2066 "label": "i18n.OptimizedForTheme"
2067 },
2068 {
2069 "value": "custom",
2070 "label": "i18n.SpecifyDimensions"
2071 }
2072 ]
2073 },
2074 {
2075 "type": "color",
2076 "label": "i18n.BackgroundColor",
2077 "id": "optimizedCheckout-header-backgroundColor"
2078 },
2079 {
2080 "type": "color",
2081 "label": "i18n.HeaderTextColor",
2082 "id": "optimizedCheckout-header-textColor"
2083 },
2084 {
2085 "type": "color",
2086 "label": "i18n.HeaderBorder",
2087 "id": "optimizedCheckout-header-borderColor"
2088 },
2089 {
2090 "type": "heading",
2091 "content": "i18n.Logo"
2092 },
2093 {
2094 "type": "select",
2095 "label": "i18n.LogoType",
2096 "id": "optimizedCheckout-show-logo",
2097 "options": [
2098 {
2099 "value": "none",
2100 "label": "i18n.Text"
2101 },
2102 {
2103 "value": "custom",
2104 "label": "i18n.Image"
2105 }
2106 ]
2107 },
2108 {
2109 "type": "optimizedCheckout-image",
2110 "label": "i18n.250X100pxRecommended",
2111 "reference": "optimizedCheckout-show-logo",
2112 "reference_default": "none",
2113 "force_reload": true,
2114 "id": "optimizedCheckout-logo"
2115 },
2116 {
2117 "type": "imageDimension",
2118 "description": "Please specify a maximum image size for desktop display. We'll automatically scale down the image for smaller devices.",
2119 "label": "",
2120 "reference": "optimizedCheckout-logo",
2121 "reference_default": "",
2122 "id": "optimizedCheckout-logo-size",
2123 "force_reload": true,
2124 "options": [
2125 {
2126 "value": "250x100",
2127 "label": "i18n.OptimizedForTheme"
2128 },
2129 {
2130 "value": "custom",
2131 "label": "i18n.SpecifyDimensions"
2132 }
2133 ]
2134 },
2135 {
2136 "type": "select",
2137 "label": "i18n.LogoPosition",
2138 "id": "optimizedCheckout-logo-position",
2139 "options": [
2140 {
2141 "value": "left",
2142 "label": "i18n.Left"
2143 },
2144 {
2145 "value": "center",
2146 "label": "i18n.Center"
2147 },
2148 {
2149 "value": "right",
2150 "label": "i18n.Right"
2151 }
2152 ]
2153 },
2154 {
2155 "type": "heading",
2156 "content": "i18n.DiscountBanner"
2157 },
2158 {
2159 "type": "color",
2160 "label": "i18n.BannerBackground",
2161 "id": "optimizedCheckout-discountBanner-backgroundColor"
2162 },
2163 {
2164 "type": "color",
2165 "label": "i18n.BannerTextColor",
2166 "id": "optimizedCheckout-discountBanner-textColor"
2167 },
2168 {
2169 "type": "color",
2170 "label": "i18n.BannerIcon",
2171 "id": "optimizedCheckout-discountBanner-iconColor"
2172 },
2173 {
2174 "type": "heading",
2175 "content": "i18n.OrderSummaryBox"
2176 },
2177 {
2178 "type": "color",
2179 "label": "i18n.BoxBackground",
2180 "id": "optimizedCheckout-orderSummary-backgroundColor"
2181 },
2182 {
2183 "type": "color",
2184 "label": "i18n.BoxBorder",
2185 "id": "optimizedCheckout-orderSummary-borderColor"
2186 },
2187 {
2188 "type": "heading",
2189 "content": "i18n.CheckoutSteps"
2190 },
2191 {
2192 "type": "color",
2193 "label": "i18n.IconBackground",
2194 "id": "optimizedCheckout-step-backgroundColor"
2195 },
2196 {
2197 "type": "color",
2198 "label": "i18n.IconBorder",
2199 "id": "optimizedCheckout-step-borderColor"
2200 },
2201 {
2202 "type": "color",
2203 "label": "i18n.IconTextColor",
2204 "id": "optimizedCheckout-step-textColor"
2205 },
2206 {
2207 "type": "heading",
2208 "content": "i18n.Headings"
2209 },
2210 {
2211 "type": "font",
2212 "label": "i18n.Heading1FontFamily",
2213 "id": "optimizedCheckout-headingPrimary-font",
2214 "options": [
2215 {
2216 "group": "i18n.OpenSans",
2217 "label": "i18n.OpenSans",
2218 "value": "Google_Open+Sans_400"
2219 },
2220 {
2221 "group": "i18n.OpenSans",
2222 "label": "i18n.OpenSansBold",
2223 "value": "Google_Open+Sans_700"
2224 },
2225 {
2226 "group": "i18n.Montserrat",
2227 "label": "i18n.MontserratLight",
2228 "value": "Google_Montserrat_400"
2229 },
2230 {
2231 "group": "i18n.Montserrat",
2232 "label": "i18n.MontserratBold",
2233 "value": "Google_Montserrat_700"
2234 },
2235 {
2236 "group": "i18n.Karla",
2237 "label": "i18n.Karla",
2238 "value": "Google_Karla_400"
2239 },
2240 {
2241 "group": "i18n.Roboto",
2242 "label": "i18n.Roboto",
2243 "value": "Google_Roboto_400"
2244 },
2245 {
2246 "group": "i18n.SourceSansPro",
2247 "label": "i18n.SourceSansPro",
2248 "value": "Google_Source+Sans+Pro_400"
2249 },
2250 {
2251 "group": "i18n.Volkhov",
2252 "label": "i18n.Volkhov",
2253 "value": "Google_Volkhov_400"
2254 }
2255 ]
2256 },
2257 {
2258 "type": "color",
2259 "label": "i18n.Heading1TextColor",
2260 "id": "optimizedCheckout-headingPrimary-color"
2261 },
2262 {
2263 "type": "font",
2264 "label": "i18n.Heading2FontFamily",
2265 "id": "optimizedCheckout-headingSecondary-font",
2266 "options": [
2267 {
2268 "group": "i18n.OpenSans",
2269 "label": "i18n.OpenSans",
2270 "value": "Google_Open+Sans_400"
2271 },
2272 {
2273 "group": "i18n.OpenSans",
2274 "label": "i18n.OpenSansBold",
2275 "value": "Google_Open+Sans_700"
2276 },
2277 {
2278 "group": "i18n.Montserrat",
2279 "label": "i18n.MontserratLight",
2280 "value": "Google_Montserrat_400"
2281 },
2282 {
2283 "group": "i18n.Montserrat",
2284 "label": "i18n.MontserratBold",
2285 "value": "Google_Montserrat_700"
2286 },
2287 {
2288 "group": "i18n.Karla",
2289 "label": "i18n.Karla",
2290 "value": "Google_Karla_400"
2291 },
2292 {
2293 "group": "i18n.Roboto",
2294 "label": "i18n.Roboto",
2295 "value": "Google_Roboto_400"
2296 },
2297 {
2298 "group": "i18n.SourceSansPro",
2299 "label": "i18n.SourceSansPro",
2300 "value": "Google_Source+Sans+Pro_400"
2301 },
2302 {
2303 "group": "i18n.Volkhov",
2304 "label": "i18n.Volkhov",
2305 "value": "Google_Volkhov_400"
2306 }
2307 ]
2308 },
2309 {
2310 "type": "color",
2311 "label": "i18n.Heading2TextColor",
2312 "id": "optimizedCheckout-headingSecondary-color"
2313 },
2314 {
2315 "type": "heading",
2316 "content": "i18n.Body"
2317 },
2318 {
2319 "type": "color",
2320 "label": "i18n.PageBackground",
2321 "id": "optimizedCheckout-body-backgroundColor"
2322 },
2323 {
2324 "type": "color",
2325 "label": "i18n.FocusColor",
2326 "id": "optimizedCheckout-colorFocus"
2327 },
2328 {
2329 "type": "heading",
2330 "content": "i18n.BodyTextAndLinks"
2331 },
2332 {
2333 "type": "font",
2334 "label": "i18n.BodyTextFontFamily",
2335 "id": "optimizedCheckout-contentPrimary-font",
2336 "options": [
2337 {
2338 "group": "i18n.OpenSans",
2339 "label": "i18n.OpenSans",
2340 "value": "Google_Open+Sans_400"
2341 },
2342 {
2343 "group": "i18n.OpenSans",
2344 "label": "i18n.OpenSansBold",
2345 "value": "Google_Open+Sans_700"
2346 },
2347 {
2348 "group": "i18n.Montserrat",
2349 "label": "i18n.MontserratLight",
2350 "value": "Google_Montserrat_400"
2351 },
2352 {
2353 "group": "i18n.Montserrat",
2354 "label": "i18n.Montserrat",
2355 "value": "Google_Montserrat_500"
2356 },
2357 {
2358 "group": "i18n.Karla",
2359 "label": "i18n.Karla",
2360 "value": "Google_Karla_400"
2361 },
2362 {
2363 "group": "i18n.Roboto",
2364 "label": "i18n.Roboto",
2365 "value": "Google_Roboto_400"
2366 },
2367 {
2368 "group": "i18n.SourceSansPro",
2369 "label": "i18n.SourceSansPro",
2370 "value": "Google_Source+Sans+Pro_400"
2371 },
2372 {
2373 "group": "i18n.Volkhov",
2374 "label": "i18n.Volkhov",
2375 "value": "Google_Volkhov_400"
2376 }
2377 ]
2378 },
2379 {
2380 "type": "color",
2381 "label": "i18n.BodyTextColor",
2382 "id": "optimizedCheckout-contentPrimary-color"
2383 },
2384 {
2385 "type": "font",
2386 "label": "i18n.SecondaryTextFontFamily",
2387 "id": "optimizedCheckout-contentSecondary-font",
2388 "options": [
2389 {
2390 "group": "i18n.OpenSans",
2391 "label": "i18n.OpenSans",
2392 "value": "Google_Open+Sans_400"
2393 },
2394 {
2395 "group": "i18n.OpenSans",
2396 "label": "i18n.OpenSansBold",
2397 "value": "Google_Open+Sans_700"
2398 },
2399 {
2400 "group": "i18n.Montserrat",
2401 "label": "i18n.MontserratLight",
2402 "value": "Google_Montserrat_400"
2403 },
2404 {
2405 "group": "i18n.Montserrat",
2406 "label": "i18n.Montserrat",
2407 "value": "Google_Montserrat_500"
2408 },
2409 {
2410 "group": "i18n.Karla",
2411 "label": "i18n.Karla",
2412 "value": "Google_Karla_400"
2413 },
2414 {
2415 "group": "i18n.Roboto",
2416 "label": "i18n.Roboto",
2417 "value": "Google_Roboto_400"
2418 },
2419 {
2420 "group": "i18n.SourceSansPro",
2421 "label": "i18n.SourceSansPro",
2422 "value": "Google_Source+Sans+Pro_400"
2423 },
2424 {
2425 "group": "i18n.Volkhov",
2426 "label": "i18n.Volkhov",
2427 "value": "Google_Volkhov_400"
2428 }
2429 ]
2430 },
2431 {
2432 "type": "color",
2433 "label": "i18n.SecondaryTextColor",
2434 "id": "optimizedCheckout-contentSecondary-color"
2435 },
2436 {
2437 "type": "font",
2438 "label": "i18n.LinkFontFamily",
2439 "id": "optimizedCheckout-link-font",
2440 "options": [
2441 {
2442 "group": "i18n.OpenSans",
2443 "label": "i18n.OpenSans",
2444 "value": "Google_Open+Sans_400"
2445 },
2446 {
2447 "group": "i18n.OpenSans",
2448 "label": "i18n.OpenSansBold",
2449 "value": "Google_Open+Sans_700"
2450 },
2451 {
2452 "group": "i18n.Montserrat",
2453 "label": "i18n.MontserratLight",
2454 "value": "Google_Montserrat_400"
2455 },
2456 {
2457 "group": "i18n.Montserrat",
2458 "label": "i18n.Montserrat",
2459 "value": "Google_Montserrat_500"
2460 },
2461 {
2462 "group": "i18n.Karla",
2463 "label": "i18n.Karla",
2464 "value": "Google_Karla_400"
2465 },
2466 {
2467 "group": "i18n.Roboto",
2468 "label": "i18n.Roboto",
2469 "value": "Google_Roboto_400"
2470 },
2471 {
2472 "group": "i18n.SourceSansPro",
2473 "label": "i18n.SourceSansPro",
2474 "value": "Google_Source+Sans+Pro_400"
2475 },
2476 {
2477 "group": "i18n.Volkhov",
2478 "label": "i18n.Volkhov",
2479 "value": "Google_Volkhov_400"
2480 }
2481 ]
2482 },
2483 {
2484 "type": "color",
2485 "label": "i18n.LinkColor",
2486 "id": "optimizedCheckout-link-color"
2487 },
2488 {
2489 "type": "color",
2490 "label": "i18n.LinkHoverColor",
2491 "id": "optimizedCheckout-link-hoverColor"
2492 },
2493 {
2494 "type": "heading",
2495 "content": "i18n.PrimaryActionButton"
2496 },
2497 {
2498 "type": "font",
2499 "label": "i18n.ButtonTextFontFamily",
2500 "id": "optimizedCheckout-buttonPrimary-font",
2501 "options": [
2502 {
2503 "group": "i18n.OpenSans",
2504 "label": "i18n.OpenSans",
2505 "value": "Google_Open+Sans_400"
2506 },
2507 {
2508 "group": "i18n.OpenSans",
2509 "label": "i18n.OpenSansBold",
2510 "value": "Google_Open+Sans_700"
2511 },
2512 {
2513 "group": "i18n.Montserrat",
2514 "label": "i18n.MontserratLight",
2515 "value": "Google_Montserrat_400"
2516 },
2517 {
2518 "group": "i18n.Montserrat",
2519 "label": "i18n.Montserrat",
2520 "value": "Google_Montserrat_500"
2521 },
2522 {
2523 "group": "i18n.Karla",
2524 "label": "i18n.Karla",
2525 "value": "Google_Karla_400"
2526 },
2527 {
2528 "group": "i18n.Roboto",
2529 "label": "i18n.Roboto",
2530 "value": "Google_Roboto_400"
2531 },
2532 {
2533 "group": "i18n.SourceSansPro",
2534 "label": "i18n.SourceSansPro",
2535 "value": "Google_Source+Sans+Pro_400"
2536 },
2537 {
2538 "group": "i18n.Volkhov",
2539 "label": "i18n.Volkhov",
2540 "value": "Google_Volkhov_400"
2541 }
2542 ]
2543 },
2544 {
2545 "type": "color",
2546 "label": "i18n.ButtonTextColor",
2547 "id": "optimizedCheckout-buttonPrimary-color"
2548 },
2549 {
2550 "type": "color",
2551 "label": "i18n.ButtonTextHoverColor",
2552 "id": "optimizedCheckout-buttonPrimary-colorHover"
2553 },
2554 {
2555 "type": "color",
2556 "label": "i18n.ButtonTextActiveColor",
2557 "id": "optimizedCheckout-buttonPrimary-colorActive"
2558 },
2559 {
2560 "type": "color",
2561 "label": "i18n.ButtonTextDisabledColor",
2562 "id": "optimizedCheckout-buttonPrimary-colorDisabled"
2563 },
2564 {
2565 "type": "color",
2566 "label": "i18n.ButtonBackground",
2567 "id": "optimizedCheckout-buttonPrimary-backgroundColor"
2568 },
2569 {
2570 "type": "color",
2571 "label": "i18n.ButtonBackgroundHover",
2572 "id": "optimizedCheckout-buttonPrimary-backgroundColorHover"
2573 },
2574 {
2575 "type": "color",
2576 "label": "i18n.ButtonBackgroundActive",
2577 "id": "optimizedCheckout-buttonPrimary-backgroundColorActive"
2578 },
2579 {
2580 "type": "color",
2581 "label": "i18n.ButtonBackgroundDisabled",
2582 "id": "optimizedCheckout-buttonPrimary-backgroundColorDisabled"
2583 },
2584 {
2585 "type": "color",
2586 "label": "i18n.ButtonBorder",
2587 "id": "optimizedCheckout-buttonPrimary-borderColor"
2588 },
2589 {
2590 "type": "color",
2591 "label": "i18n.ButtonBorderHover",
2592 "id": "optimizedCheckout-buttonPrimary-borderColorHover"
2593 },
2594 {
2595 "type": "color",
2596 "label": "i18n.ButtonBorderActive",
2597 "id": "optimizedCheckout-buttonPrimary-borderColorActive"
2598 },
2599 {
2600 "type": "color",
2601 "label": "i18n.ButtonBorderDisabled",
2602 "id": "optimizedCheckout-buttonPrimary-borderColorDisabled"
2603 },
2604 {
2605 "type": "heading",
2606 "content": "i18n.SecondaryActionButton"
2607 },
2608 {
2609 "type": "font",
2610 "label": "i18n.ButtonTextFontFamily",
2611 "id": "optimizedCheckout-buttonSecondary-font",
2612 "options": [
2613 {
2614 "group": "i18n.OpenSans",
2615 "label": "i18n.OpenSans",
2616 "value": "Google_Open+Sans_400"
2617 },
2618 {
2619 "group": "i18n.OpenSans",
2620 "label": "i18n.OpenSansBold",
2621 "value": "Google_Open+Sans_700"
2622 },
2623 {
2624 "group": "i18n.Montserrat",
2625 "label": "i18n.MontserratLight",
2626 "value": "Google_Montserrat_400"
2627 },
2628 {
2629 "group": "i18n.Montserrat",
2630 "label": "i18n.Montserrat",
2631 "value": "Google_Montserrat_500"
2632 },
2633 {
2634 "group": "i18n.Karla",
2635 "label": "i18n.Karla",
2636 "value": "Google_Karla_400"
2637 },
2638 {
2639 "group": "i18n.Roboto",
2640 "label": "i18n.Roboto",
2641 "value": "Google_Roboto_400"
2642 },
2643 {
2644 "group": "i18n.SourceSansPro",
2645 "label": "i18n.SourceSansPro",
2646 "value": "Google_Source+Sans+Pro_400"
2647 },
2648 {
2649 "group": "i18n.Volkhov",
2650 "label": "i18n.Volkhov",
2651 "value": "Google_Volkhov_400"
2652 }
2653 ]
2654 },
2655 {
2656 "type": "color",
2657 "label": "i18n.ButtonTextColor",
2658 "id": "optimizedCheckout-buttonSecondary-color"
2659 },
2660 {
2661 "type": "color",
2662 "label": "i18n.ButtonTextHoverColor",
2663 "id": "optimizedCheckout-buttonSecondary-colorHover"
2664 },
2665 {
2666 "type": "color",
2667 "label": "i18n.ButtonTextActiveColor",
2668 "id": "optimizedCheckout-buttonSecondary-colorActive"
2669 },
2670 {
2671 "type": "color",
2672 "label": "i18n.ButtonBackground",
2673 "id": "optimizedCheckout-buttonSecondary-backgroundColor"
2674 },
2675 {
2676 "type": "color",
2677 "label": "i18n.ButtonBackgroundHover",
2678 "id": "optimizedCheckout-buttonSecondary-backgroundColorHover"
2679 },
2680 {
2681 "type": "color",
2682 "label": "i18n.ButtonBackgroundActive",
2683 "id": "optimizedCheckout-buttonSecondary-backgroundColorActive"
2684 },
2685 {
2686 "type": "color",
2687 "label": "i18n.ButtonBorder",
2688 "id": "optimizedCheckout-buttonSecondary-borderColor"
2689 },
2690 {
2691 "type": "color",
2692 "label": "i18n.ButtonBorderHover",
2693 "id": "optimizedCheckout-buttonSecondary-borderColorHover"
2694 },
2695 {
2696 "type": "color",
2697 "label": "i18n.ButtonBorderActive",
2698 "id": "optimizedCheckout-buttonSecondary-borderColorActive"
2699 },
2700 {
2701 "type": "heading",
2702 "content": "i18n.FormInputFields1"
2703 },
2704 {
2705 "type": "color",
2706 "label": "i18n.LabelTextColor",
2707 "id": "optimizedCheckout-form-textColor"
2708 },
2709 {
2710 "type": "color",
2711 "label": "i18n.FieldTextColor",
2712 "id": "optimizedCheckout-formField-textColor"
2713 },
2714 {
2715 "type": "color",
2716 "label": "i18n.FieldPlaceholderTextColor",
2717 "id": "optimizedCheckout-formField-placeholderColor"
2718 },
2719 {
2720 "type": "color",
2721 "label": "i18n.FieldErrorTextColor",
2722 "id": "optimizedCheckout-formField-errorColor"
2723 },
2724 {
2725 "type": "color",
2726 "label": "i18n.FieldBackground",
2727 "id": "optimizedCheckout-formField-backgroundColor"
2728 },
2729 {
2730 "type": "color",
2731 "label": "i18n.FieldInnerShadow",
2732 "id": "optimizedCheckout-formField-shadowColor"
2733 },
2734 {
2735 "type": "color",
2736 "label": "i18n.FieldBorder",
2737 "id": "optimizedCheckout-formField-borderColor"
2738 },
2739 {
2740 "type": "color",
2741 "label": "i18n.CheckboxButtonBackground",
2742 "id": "optimizedCheckout-formField-inputControlColor"
2743 },
2744 {
2745 "type": "heading",
2746 "content": "i18n.FormChecklist"
2747 },
2748 {
2749 "type": "color",
2750 "label": "i18n.BackgroundColor",
2751 "id": "optimizedCheckout-formChecklist-backgroundColor"
2752 },
2753 {
2754 "type": "color",
2755 "label": "i18n.FormBackground",
2756 "id": "optimizedCheckout-formChecklist-backgroundColorSelected"
2757 },
2758 {
2759 "type": "color",
2760 "label": "i18n.FormHeaderTextColor",
2761 "id": "optimizedCheckout-formChecklist-color"
2762 },
2763 {
2764 "type": "color",
2765 "label": "i18n.FormBorderColor",
2766 "id": "optimizedCheckout-formChecklist-borderColor"
2767 },
2768 {
2769 "type": "heading",
2770 "content": "i18n.LoadingToaster"
2771 },
2772 {
2773 "type": "color",
2774 "label": "i18n.ToasterBackground",
2775 "id": "optimizedCheckout-loadingToaster-backgroundColor"
2776 },
2777 {
2778 "type": "color",
2779 "label": "i18n.ToasterTextColor",
2780 "id": "optimizedCheckout-loadingToaster-textColor"
2781 }
2782 ]
2783 },
2784 {
2785 "name": "i18n.PaymentButtons",
2786 "enable": "smartButtons",
2787 "settings": [
2788 {
2789 "type": "heading",
2790 "content": "i18n.PaymentButtonsContainer"
2791 },
2792 {
2793 "type": "select",
2794 "label": "i18n.ButtonContainer",
2795 "force_reload": true,
2796 "id": "paymentbuttons-container",
2797 "options": [
2798 {
2799 "value": "small",
2800 "label": "Small"
2801 },
2802 {
2803 "value": "medium",
2804 "label": "Medium"
2805 },
2806 {
2807 "value": "large",
2808 "label": "Large"
2809 }
2810 ]
2811 },
2812 {
2813 "type": "heading",
2814 "content": "i18n.QuickPaymentButtons"
2815 },
2816 {
2817 "type": "select",
2818 "label": "i18n.NumberOfButtonsAlwaysVisible",
2819 "force_reload": true,
2820 "id": "paymentbuttons-number-of-buttons",
2821 "options": [
2822 {
2823 "value": 1,
2824 "label": "1"
2825 },
2826 {
2827 "value": 2,
2828 "label": "2"
2829 }
2830 ]
2831 },
2832 {
2833 "type": "sort",
2834 "label": "i18n.ProviderSortingOrderLabel",
2835 "id": "paymentbuttons-provider-sorting",
2836 "force_reload": true,
2837 "options": [
2838 {
2839 "value": "paypal",
2840 "label": "i18n.PayPalProviderSortingLabel",
2841 "enabledBy": "paypal"
2842 },
2843 {
2844 "value": "paypal-credit",
2845 "label": "i18n.PayPalCreditProviderSortingLabel",
2846 "enabledBy": "paypal-credit"
2847 },
2848 {
2849 "value": "paypal-venmo",
2850 "label": "i18n.PayPalVenmoProviderSortingLabel",
2851 "enabledBy": "paypal-venmo"
2852 },
2853 {
2854 "value": "sepa",
2855 "label": "i18n.PayPalSepaProviderSortingLabel",
2856 "enabledBy": "sepa"
2857 },
2858 {
2859 "value": "googlepay",
2860 "label": "i18n.GooglepayProviderSortingLabel",
2861 "enabledBy": "googlepay"
2862 },
2863 {
2864 "value": "applepay",
2865 "label": "i18n.ApplepayProviderSortingLabel",
2866 "enabledBy": "applepay"
2867 },
2868 {
2869 "value": "afterpay",
2870 "label": "i18n.AfterpayProviderSortingLabel",
2871 "enabledBy": "afterpay"
2872 },
2873 {
2874 "value": "amazonpay",
2875 "label": "i18n.AmazonProviderSortingLabel",
2876 "enabledBy": "amazonpay"
2877 },
2878 {
2879 "value": "masterpass",
2880 "label": "i18n.MasterpassProviderSortingLabel",
2881 "enabledBy": "masterpass"
2882 }
2883 ]
2884 },
2885 {
2886 "type": "heading",
2887 "content": "i18n.PaypalAcceleratedCheckoutButton",
2888 "enable": "payPalAcceleratedCheckoutEnabled"
2889 },
2890 {
2891 "type": "color",
2892 "label": "i18n.ButtonColor",
2893 "id": "paymentbuttons-paypal-accelerated-checkout-color",
2894 "enable": "payPalAcceleratedCheckoutEnabled"
2895 },
2896 {
2897 "type": "color",
2898 "label": "i18n.ContentColor",
2899 "id": "paymentbuttons-paypal-accelerated-content-color",
2900 "enable": "payPalAcceleratedCheckoutEnabled"
2901 },
2902 {
2903 "type": "select",
2904 "label": "i18n.ButtonContent",
2905 "id": "paymentbuttons-paypal-accelerated-content-label",
2906 "enable": "payPalAcceleratedCheckoutEnabled",
2907 "options": [
2908 {
2909 "value": "buy",
2910 "label": "i18n.Buy"
2911 },
2912 {
2913 "value": "checkout",
2914 "label": "i18n.Checkout"
2915 },
2916 {
2917 "value": "pay",
2918 "label": "i18n.Pay"
2919 },
2920 {
2921 "value": "buynow",
2922 "label": "i18n.BuyNow"
2923 },
2924 {
2925 "value": "paynow",
2926 "label": "i18n.PayNow"
2927 },
2928 {
2929 "value": "checkoutnow",
2930 "label": "i18n.CheckoutNow"
2931 },
2932 {
2933 "value": "proceedtocheckout",
2934 "label": "i18n.ProceedToCheckout"
2935 }
2936 ]
2937 },
2938 {
2939 "type": "color",
2940 "label": "i18n.BorderColor",
2941 "id": "paymentbuttons-paypal-accelerated-border-color",
2942 "enable": "payPalAcceleratedCheckoutEnabled"
2943 },
2944 {
2945 "type": "heading",
2946 "content": "i18n.SmartPaypalButton",
2947 "enable": "payPalProvidersEnabled"
2948 },
2949 {
2950 "type": "select",
2951 "label": "i18n.ButtonColor",
2952 "id": "paymentbuttons-paypal-color",
2953 "enable": "payPalProvidersEnabled",
2954 "force_reload": true,
2955 "options": [
2956 {
2957 "value": "gold",
2958 "label": "i18n.Gold"
2959 },
2960 {
2961 "value": "blue",
2962 "label": "i18n.Blue"
2963 },
2964 {
2965 "value": "silver",
2966 "label": "i18n.Silver"
2967 },
2968 {
2969 "value": "black",
2970 "label": "i18n.Black"
2971 },
2972 {
2973 "value": "white",
2974 "label": "i18n.White"
2975 }
2976 ]
2977 },
2978 {
2979 "type": "select",
2980 "label": "i18n.ButtonShape",
2981 "id": "paymentbuttons-paypal-shape",
2982 "enable": "payPalProvidersEnabled",
2983 "force_reload": true,
2984 "options": [
2985 {
2986 "value": "pill",
2987 "label": "i18n.Pill"
2988 },
2989 {
2990 "value": "rect",
2991 "label": "i18n.Rectangle"
2992 }
2993 ]
2994 },
2995 {
2996 "type": "select",
2997 "label": "i18n.ButtonContent",
2998 "id": "paymentbuttons-paypal-label",
2999 "enable": "payPalProvidersEnabled",
3000 "force_reload": true,
3001 "options": [
3002 {
3003 "value": "checkout",
3004 "label": "i18n.PayPalCheckout"
3005 },
3006 {
3007 "value": "pay",
3008 "label": "i18n.PayWithPayPal"
3009 },
3010 {
3011 "value": "buynow",
3012 "label": "i18n.BuyNow"
3013 },
3014 {
3015 "value": "paypal",
3016 "label": "i18n.PayPal"
3017 }
3018 ]
3019 },
3020 {
3021 "type": "heading",
3022 "content": "i18n.CheckoutPayPalButton",
3023 "enable": "payPalProvidersEnabled"
3024 },
3025 {
3026 "type": "select",
3027 "label": "i18n.ButtonColor",
3028 "id": "checkout-paymentbuttons-paypal-color",
3029 "enable": "payPalProvidersEnabled",
3030 "force_reload": true,
3031 "options": [
3032 {
3033 "value": "gold",
3034 "label": "i18n.Gold"
3035 },
3036 {
3037 "value": "blue",
3038 "label": "i18n.Blue"
3039 },
3040 {
3041 "value": "silver",
3042 "label": "i18n.Silver"
3043 },
3044 {
3045 "value": "black",
3046 "label": "i18n.Black"
3047 },
3048 {
3049 "value": "white",
3050 "label": "i18n.White"
3051 }
3052 ]
3053 },
3054 {
3055 "type": "select",
3056 "label": "i18n.ButtonShape",
3057 "id": "checkout-paymentbuttons-paypal-shape",
3058 "enable": "payPalProvidersEnabled",
3059 "force_reload": true,
3060 "options": [
3061 {
3062 "value": "pill",
3063 "label": "i18n.Pill"
3064 },
3065 {
3066 "value": "rect",
3067 "label": "i18n.Rectangle"
3068 }
3069 ]
3070 },
3071 {
3072 "type": "select",
3073 "label": "i18n.ButtonSize",
3074 "id": "checkout-paymentbuttons-paypal-size",
3075 "enable": "payPalProvidersEnabled",
3076 "force_reload": true,
3077 "options": [
3078 {
3079 "value": "small",
3080 "label": "i18n.Small"
3081 },
3082 {
3083 "value": "medium",
3084 "label": "i18n.Medium"
3085 },
3086 {
3087 "value": "large",
3088 "label": "i18n.Large"
3089 }
3090 ]
3091 },
3092 {
3093 "type": "select",
3094 "label": "i18n.ButtonContent",
3095 "id": "checkout-paymentbuttons-paypal-label",
3096 "enable": "payPalProvidersEnabled",
3097 "force_reload": true,
3098 "options": [
3099 {
3100 "value": "checkout",
3101 "label": "i18n.PayPalCheckout"
3102 },
3103 {
3104 "value": "pay",
3105 "label": "i18n.PayWithPayPal"
3106 },
3107 {
3108 "value": "buynow",
3109 "label": "i18n.BuyNow"
3110 },
3111 {
3112 "value": "paypal",
3113 "label": "i18n.PayPal"
3114 }
3115 ]
3116 },
3117 {
3118 "type": "heading",
3119 "content": "i18n.GooglePaySettings",
3120 "enable": "googleProvidersEnabled"
3121 },
3122 {
3123 "type": "select",
3124 "label": "i18n.ButtonColor",
3125 "id": "googlepay-button-color",
3126 "enable": "googleProvidersEnabled",
3127 "options": [
3128 {
3129 "value": "black",
3130 "label": "i18n.BlackWhiteText"
3131 },
3132 {
3133 "value": "white",
3134 "label": "i18n.WhiteBlackText"
3135 }
3136 ]
3137 },
3138 {
3139 "type": "heading",
3140 "content": "i18n.ApplePaySettings",
3141 "enable": "appleProvidersEnabled"
3142 },
3143 {
3144 "type": "select",
3145 "label": "i18n.ButtonColor",
3146 "id": "applePay-button",
3147 "enable": "appleProvidersEnabled",
3148 "options": [
3149 {
3150 "value": "black",
3151 "label": "i18n.BlackWhiteText"
3152 },
3153 {
3154 "value": "white",
3155 "label": "i18n.WhiteBlackText"
3156 },
3157 {
3158 "value": "white-border",
3159 "label": "i18n.WhiteBlackTextWithBorder"
3160 }
3161 ]
3162 },
3163 {
3164 "type": "heading",
3165 "content": "i18n.AfterPaySettings",
3166 "enable": "afterpayProvidersEnabled"
3167 },
3168 {
3169 "type": "select",
3170 "label": "i18n.ButtonColor",
3171 "id": "afterpay-button-color",
3172 "enable": "afterpayProvidersEnabled",
3173 "options": [
3174 {
3175 "value": "black-mint",
3176 "label": "i18n.BlackOnMintText"
3177 },
3178 {
3179 "value": "mint-black",
3180 "label": "i18n.MintOnBlackText"
3181 },
3182 {
3183 "value": "white",
3184 "label": "i18n.BlackWhiteText"
3185 },
3186 {
3187 "value": "black",
3188 "label": "i18n.WhiteBlackText"
3189 }
3190 ]
3191 },
3192 {
3193 "type": "heading",
3194 "content": "i18n.AmazonSettings",
3195 "enable": "amazonProvidersEnabled"
3196 },
3197 {
3198 "type": "select",
3199 "label": "i18n.ButtonColor",
3200 "id": "amazon-button-color",
3201 "enable": "amazonProvidersEnabled",
3202 "options": [
3203 {
3204 "value": "Gold",
3205 "label": "i18n.Gold"
3206 },
3207 {
3208 "value": "LightGray",
3209 "label": "i18n.LightGray"
3210 },
3211 {
3212 "value": "DarkGray",
3213 "label": "i18n.DarkGray"
3214 }
3215 ]
3216 },
3217 {
3218 "type": "heading",
3219 "content": "i18n.MasterpassSettings",
3220 "enable": "masterpassProvidersEnabled"
3221 },
3222 {
3223 "type": "select",
3224 "label": "i18n.ButtonColor",
3225 "id": "masterpass-button-color",
3226 "enable": "masterpassProvidersEnabled",
3227 "options": [
3228 {
3229 "value": "black",
3230 "label": "i18n.BlackWhiteText"
3231 },
3232 {
3233 "value": "white",
3234 "label": "i18n.WhiteBlackText"
3235 }
3236 ]
3237 }
3238 ]
3239 },
3240 {
3241 "name": "i18n.PaymentBanners",
3242 "enable": "paymentBanners",
3243 "settings": [
3244 {
3245 "type": "paragraph",
3246 "content": "i18n.BannersMessaging"
3247 },
3248 {
3249 "type": "heading",
3250 "content": "i18n.ProductPageBanner"
3251 },
3252 {
3253 "type": "select",
3254 "label": "i18n.BannerStyleColor",
3255 "id": "paymentbanners-proddetailspage-color",
3256 "force_reload": true,
3257 "options": [
3258 {
3259 "value": "blue",
3260 "label": "i18n.Blue"
3261 },
3262 {
3263 "value": "black",
3264 "label": "i18n.Black"
3265 },
3266 {
3267 "value": "white",
3268 "label": "i18n.White"
3269 },
3270 {
3271 "value": "white-no-border",
3272 "label": "i18n.White-no-border"
3273 },
3274 {
3275 "value": "gray",
3276 "label": "i18n.gray"
3277 },
3278 {
3279 "value": "monochrome",
3280 "label": "i18n.monochrome"
3281 },
3282 {
3283 "value": "grayscale",
3284 "label": "i18n.grayscale"
3285 }
3286 ]
3287 },
3288 {
3289 "type": "select",
3290 "label": "i18n.BannerStyleRatio",
3291 "id": "paymentbanners-proddetailspage-ratio",
3292 "force_reload": true,
3293 "options": [
3294 {
3295 "value": "8x1",
3296 "label": "i18n.8x1"
3297 },
3298 {
3299 "value": "20x1",
3300 "label": "i18n.20x1"
3301 }
3302 ]
3303 },
3304 {
3305 "type": "heading",
3306 "content": "i18n.HomePageBanner"
3307 },
3308 {
3309 "type": "select",
3310 "label": "i18n.BannerStyleColor",
3311 "id": "paymentbanners-homepage-color",
3312 "force_reload": true,
3313 "options": [
3314 {
3315 "value": "blue",
3316 "label": "i18n.Blue"
3317 },
3318 {
3319 "value": "black",
3320 "label": "i18n.Black"
3321 },
3322 {
3323 "value": "white",
3324 "label": "i18n.White"
3325 },
3326 {
3327 "value": "white-no-border",
3328 "label": "i18n.White-no-border"
3329 },
3330 {
3331 "value": "gray",
3332 "label": "i18n.gray"
3333 },
3334 {
3335 "value": "monochrome",
3336 "label": "i18n.monochrome"
3337 },
3338 {
3339 "value": "grayscale",
3340 "label": "i18n.grayscale"
3341 }
3342 ]
3343 },
3344 {
3345 "type": "select",
3346 "label": "i18n.BannerStyleRatio",
3347 "id": "paymentbanners-homepage-ratio",
3348 "force_reload": true,
3349 "options": [
3350 {
3351 "value": "8x1",
3352 "label": "i18n.8x1"
3353 },
3354 {
3355 "value": "20x1",
3356 "label": "i18n.20x1"
3357 }
3358 ]
3359 },
3360 {
3361 "type": "heading",
3362 "content": "i18n.CartPageBanner"
3363 },
3364 {
3365 "type": "select",
3366 "label": "i18n.BannerTextStyleColor",
3367 "id": "paymentbanners-cartpage-text-color",
3368 "force_reload": true,
3369 "options": [
3370 {
3371 "value": "black",
3372 "label": "i18n.Black"
3373 },
3374 {
3375 "value": "white",
3376 "label": "i18n.White"
3377 },
3378 {
3379 "value": "monochrome",
3380 "label": "i18n.monochrome"
3381 },
3382 {
3383 "value": "grayscale",
3384 "label": "i18n.grayscale"
3385 }
3386 ]
3387 },
3388 {
3389 "type": "select",
3390 "label": "i18n.BannerStyleLogoPosition",
3391 "id": "paymentbanners-cartpage-logo-position",
3392 "force_reload": true,
3393 "options": [
3394 {
3395 "value": "left",
3396 "label": "i18n.left"
3397 },
3398 {
3399 "value": "right",
3400 "label": "i18n.right"
3401 },
3402 {
3403 "value": "top",
3404 "label": "i18n.top"
3405 }
3406 ]
3407 },
3408 {
3409 "type": "select",
3410 "label": "i18n.BannerStyleLogoType",
3411 "id": "paymentbanners-cartpage-logo-type",
3412 "force_reload": true,
3413 "options": [
3414 {
3415 "value": "inline",
3416 "label": "i18n.inline"
3417 },
3418 {
3419 "value": "primary",
3420 "label": "i18n.primary"
3421 },
3422 {
3423 "value": "alternative",
3424 "label": "i18n.alternative"
3425 },
3426 {
3427 "value": "none",
3428 "label": "i18n.none"
3429 }
3430 ]
3431 }
3432 ]
3433 },
3434 {
3435 "name": "Integrations",
3436 "settings": [
3437 {
3438 "type": "heading",
3439 "content": "Klaviyo"
3440 },
3441 {
3442 "type": "text",
3443 "label": "Klaviyo Public API Key",
3444 "id": "klaviyo_public_key",
3445 "default": ""
3446 }
3447 ]
3448 }
3449]