· 5 years ago · Sep 09, 2020, 07:02 AM
1{
2 "server": {
3 "host": "localhost",
4 "port": 3000,
5 "protocol": "http",
6 "api": "api-search-query",
7 "devServiceWorker": false,
8 "useHtmlMinifier": true,
9 "htmlMinifierOptions": {
10 "minifyJS": true,
11 "minifyCSS": true
12 },
13 "useOutputCacheTagging": false,
14 "useOutputCache": false,
15 "outputCacheDefaultTtl": 86400,
16 "availableCacheTags": [
17 "attribute",
18 "C",
19 "category",
20 "checkout",
21 "compare",
22 "error",
23 "home",
24 "my-account",
25 "P",
26 "page-not-found",
27 "product",
28 "taxrule"
29 ],
30 "invalidateCacheKey": "aeSu7aip",
31 "invalidateCacheForwarding": false,
32 "invalidateCacheForwardUrl": "http://localhost:8080/invalidate?key=aeSu7aip&tag=",
33 "dynamicConfigReload": true,
34 "dynamicConfigContinueOnError": false,
35 "dynamicConfigExclude": [
36 "entities",
37 "boost",
38 "localForage",
39 "query",
40 "shipping",
41 "ssr",
42 "storeViews"
43 ],
44 "dynamicConfigInclude": [],
45 "elasticCacheQuota": 4096,
46 "ssrDisabledFor": {
47 "extensions": [
48 "css",
49 "eot",
50 "gif",
51 "ico",
52 "jpg",
53 "jpeg",
54 "js",
55 "json",
56 "png",
57 "raw",
58 "svg",
59 "tiff",
60 "tif",
61 "ttf",
62 "woff",
63 "woff2"
64 ]
65 },
66 "trace": {
67 "enabled": false,
68 "config": {}
69 },
70 "helmet": {
71 "enabled": true
72 }
73 },
74 "initialResources": [
75 {
76 "filters": [
77 "vsf-newsletter-modal",
78 "vsf-languages-modal",
79 "vsf-layout-empty",
80 "vsf-layout-minimal",
81 "vsf-order-confirmation",
82 "vsf-search-panel"
83 ],
84 "type": "script",
85 "onload": true,
86 "rel": "prefetch"
87 },
88 {
89 "filters": [
90 "vsf-category",
91 "vsf-home",
92 "vsf-not-found",
93 "vsf-error",
94 "vsf-product",
95 "vsf-cms",
96 "vsf-checkout",
97 "vsf-compare",
98 "vsf-my-account",
99 "vsf-static",
100 "vsf-reset-password"
101 ],
102 "type": "script",
103 "onload": true,
104 "rel": "prefetch"
105 }
106 ],
107 "staticPages": {
108 "updateOnRequest": true,
109 "destPath": "static"
110 },
111 "seo": {
112 "useUrlDispatcher": true,
113 "disableUrlRoutesPersistentCache": true,
114 "defaultTitle": "Vue Storefront"
115 },
116 "console": {
117 "showErrorOnProduction": false,
118 "verbosityLevel": "display-everything"
119 },
120 "redis": {
121 "host": "localhost",
122 "port": 6379,
123 "db": 0
124 },
125 "graphql": {
126 "host": "localhost",
127 "port": 8080
128 },
129 "api": {
130 "url": "https://demo.vuestorefront.io",
131 "saveBandwidthOverCache": true
132 },
133 "elasticsearch": {
134 "httpAuth": "",
135 "host": "/api/catalog",
136 "index": "vue_storefront_catalog",
137 "min_score": 0.02,
138 "csrTimeout": 5000,
139 "ssrTimeout": 1000,
140 "queryMethod": "GET",
141 "disablePersistentQueriesCache": true,
142 "searchScoring": {
143 "attributes": {
144 "attribute_code": {
145 "scoreValues": {
146 "attribute_value": {
147 "weight": 1
148 }
149 }
150 }
151 },
152 "fuzziness": 2,
153 "cutoff_frequency": 0.01,
154 "max_expansions": 3,
155 "minimum_should_match": "75%",
156 "prefix_length": 2,
157 "boost_mode": "multiply",
158 "score_mode": "multiply",
159 "max_boost": 100,
160 "function_min_score": 1
161 },
162 "searchableAttributes": {
163 "name": {
164 "boost": 4
165 },
166 "sku": {
167 "boost": 2
168 },
169 "category.name": {
170 "boost": 1
171 }
172 }
173 },
174 "ssr": {
175 "templates": {
176 "default": "dist/index.html",
177 "minimal": "dist/index.minimal.html",
178 "basic": "dist/index.basic.html",
179 "amp": "dist/index.amp.html"
180 },
181 "lazyHydrateFor": [
182 "category-next.products",
183 "homepage.new_collection"
184 ],
185 "executeMixedinAsyncData": true,
186 "initialStateFilter": [
187 "__DEMO_MODE__",
188 "version",
189 "storeView",
190 "attribute.list_by_id"
191 ],
192 "useInitialStateFilter": true
193 },
194 "queues": {
195 "maxNetworkTaskAttempts": 1,
196 "maxCartBypassAttempts": 1
197 },
198 "defaultStoreCode": "",
199 "storeViews": {
200 "multistore": false,
201 "commonCache": false,
202 "mapStoreUrlsFor": [
203 "de",
204 "it"
205 ],
206 "de": {
207 "storeCode": "de",
208 "storeId": 3,
209 "name": "German Store",
210 "url": "/de",
211 "appendStoreCode": true,
212 "elasticsearch": {
213 "host": "/api/catalog",
214 "index": "vue_storefront_catalog_de"
215 },
216 "tax": {
217 "sourcePriceIncludesTax": false,
218 "defaultCountry": "DE",
219 "defaultRegion": "",
220 "calculateServerSide": true
221 },
222 "i18n": {
223 "fullCountryName": "Germany",
224 "fullLanguageName": "German",
225 "defaultLanguage": "DE",
226 "defaultCountry": "DE",
227 "defaultLocale": "de-DE",
228 "currencyCode": "EUR",
229 "currencySign": "EUR",
230 "dateFormat": "HH:mm D-M-YYYY"
231 },
232 "seo": {
233 "defaultTitle": "Vue Storefront"
234 }
235 },
236 "it": {
237 "extend": "de",
238 "storeCode": "it",
239 "storeId": 4,
240 "name": "Italian Store",
241 "url": "/it",
242 "appendStoreCode": true,
243 "elasticsearch": {
244 "host": "/api/catalog",
245 "index": "vue_storefront_catalog_it"
246 },
247 "tax": {
248 "defaultCountry": "IT"
249 },
250 "i18n": {
251 "fullCountryName": "Italy",
252 "fullLanguageName": "Italian",
253 "defaultCountry": "IT",
254 "defaultLanguage": "IT",
255 "defaultLocale": "it-IT"
256 },
257 "seo": {
258 "defaultTitle": "Vue Storefront"
259 }
260 }
261 },
262 "entities": {
263 "optimize": true,
264 "twoStageCaching": true,
265 "optimizeShoppingCart": true,
266 "optimizeShoppingCartOmitFields": [
267 "category",
268 "category_ids",
269 "configurable_children",
270 "configurable_options",
271 "description",
272 "media_gallery",
273 "product_links",
274 "stock"
275 ],
276 "category": {
277 "includeFields": [
278 "children_count",
279 "id",
280 "is_active",
281 "level",
282 "name",
283 "parent_id",
284 "path",
285 "position",
286 "product_count",
287 "sku",
288 "url_key",
289 "url_path",
290 "*.children_data.id",
291 "*.id"
292 ],
293 "excludeFields": [
294 "sgn"
295 ],
296 "filterFields": {},
297 "breadcrumbFilterFields": {},
298 "categoriesRootCategorylId": 2,
299 "categoriesDynamicPrefetchLevel": 2,
300 "categoriesDynamicPrefetch": false,
301 "validSearchOptionsFromRouteParams": [
302 "url-key",
303 "slug",
304 "id"
305 ]
306 },
307 "attribute": {
308 "includeFields": [
309 "activity",
310 "attribute_code",
311 "attribute_id",
312 "default_frontend_label",
313 "default_value",
314 "entity_type_id",
315 "frontend_input",
316 "frontend_label",
317 "id",
318 "is_user_defined",
319 "is_visible_on_front",
320 "is_visible",
321 "is_comparable",
322 "options",
323 "tier_prices"
324 ],
325 "loadByAttributeMetadata": true
326 },
327 "productList": {
328 "sort": "updated_at:desc",
329 "includeFields": [
330 "activity",
331 "configurable_children.attributes",
332 "configurable_children.id",
333 "configurable_children.final_price",
334 "configurable_children.color",
335 "configurable_children.original_price",
336 "configurable_children.original_price_incl_tax",
337 "configurable_children.price",
338 "configurable_children.price_incl_tax",
339 "configurable_children.size",
340 "configurable_children.sku",
341 "configurable_children.special_price",
342 "configurable_children.special_price_incl_tax",
343 "configurable_children.tier_prices",
344 "final_price",
345 "id",
346 "image",
347 "name",
348 "new",
349 "original_price_incl_tax",
350 "original_price",
351 "price",
352 "price_incl_tax",
353 "product_links",
354 "sale",
355 "special_price",
356 "special_to_date",
357 "special_from_date",
358 "special_price_incl_tax",
359 "status",
360 "tax_class_id",
361 "tier_prices",
362 "type_id",
363 "url_path",
364 "url_key",
365 "*image",
366 "*sku",
367 "*small_image"
368 ],
369 "excludeFields": [
370 "attribute_set_id",
371 "configurable_options",
372 "description",
373 "sgn",
374 "*.sgn",
375 "msrp_display_actual_price_type",
376 "*.msrp_display_actual_price_type",
377 "required_options",
378 "media_gallery",
379 "stock.use_config_min_qty",
380 "stock.use_config_notify_stock_qty",
381 "stock.stock_id",
382 "stock.use_config_backorders",
383 "stock.use_config_enable_qty_inc",
384 "stock.enable_qty_increments",
385 "stock.use_config_manage_stock",
386 "stock.use_config_min_sale_qty",
387 "stock.notify_stock_qty",
388 "stock.use_config_max_sale_qty",
389 "stock.use_config_max_sale_qty",
390 "stock.qty_increments",
391 "stock.stock_status_changed_auto",
392 "stock.show_default_notification_message",
393 "stock.use_config_qty_increments",
394 "stock.is_decimal_divided"
395 ]
396 },
397 "productListWithChildren": {
398 "includeFields": [
399 "activity",
400 "configurable_children.attributes",
401 "configurable_children.image",
402 "configurable_children.sku",
403 "configurable_children.price",
404 "configurable_children.special_price",
405 "configurable_children.price_incl_tax",
406 "configurable_children.special_price_incl_tax",
407 "configurable_children.original_price",
408 "configurable_children.original_price_incl_tax",
409 "configurable_children.color",
410 "configurable_children.size",
411 "configurable_children.id",
412 "configurable_children.tier_prices",
413 "configurable_children.special_to_date",
414 "configurable_children.special_from_date",
415 "configurable_children.regular_price",
416 "configurable_children.final_price",
417 "final_price",
418 "id",
419 "image",
420 "name",
421 "new",
422 "original_price",
423 "original_price_incl_tax",
424 "price",
425 "price_incl_tax",
426 "product_links",
427 "sale",
428 "sku",
429 "special_price",
430 "special_price_incl_tax",
431 "special_from_date",
432 "special_to_date",
433 "status",
434 "tax_class_id",
435 "tier_prices",
436 "type_id",
437 "url_path",
438 "url_key"
439 ],
440 "excludeFields": [
441 "attribute_set_id",
442 "description",
443 "sgn",
444 "*.sgn",
445 "msrp_display_actual_price_type",
446 "*.msrp_display_actual_price_type",
447 "required_options",
448 "media_gallery",
449 "stock.use_config_min_qty",
450 "stock.use_config_notify_stock_qty",
451 "stock.stock_id",
452 "stock.use_config_backorders",
453 "stock.use_config_enable_qty_inc",
454 "stock.enable_qty_increments",
455 "stock.use_config_manage_stock",
456 "stock.use_config_min_sale_qty",
457 "stock.notify_stock_qty",
458 "stock.use_config_max_sale_qty",
459 "stock.use_config_max_sale_qty",
460 "stock.qty_increments",
461 "stock.stock_status_changed_auto",
462 "stock.show_default_notification_message",
463 "stock.use_config_qty_increments",
464 "stock.is_decimal_divided"
465 ]
466 },
467 "review": {
468 "excludeFields": [
469 "review_entity",
470 "review_status"
471 ]
472 },
473 "product": {
474 "excludeFields": [
475 "attribute_set_id",
476 "created_at",
477 "has_options",
478 "msrp_display_actual_price_type",
479 "*.msrp_display_actual_price_type",
480 "options_container",
481 "required_options",
482 "small_image",
483 "stock.enable_qty_increments",
484 "stock.is_decimal_divided",
485 "stock.manage_stock",
486 "stock.notify_stock_qty",
487 "stock.qty_increments",
488 "stock.show_default_notification_message",
489 "stock.stock_id",
490 "stock.stock_status_changed_auto",
491 "stock.use_config_qty_increments",
492 "stock.use_config_min_qty",
493 "stock.use_config_notify_stock_qty",
494 "stock.use_config_backorders",
495 "stock.use_config_enable_qty_inc",
496 "stock.use_config_manage_stock",
497 "stock.use_config_min_sale_qty",
498 "stock.use_config_max_sale_qty",
499 "sgn",
500 "*.sgn",
501 "updated_at"
502 ],
503 "includeFields": null,
504 "useDynamicAttributeLoader": true,
505 "standardSystemFields": [
506 "category",
507 "category_ids",
508 "color_options",
509 "configurable_children",
510 "configurable_options",
511 "custom_attributes",
512 "custom_design_from",
513 "description",
514 "erin_recommends",
515 "errors",
516 "final_price",
517 "final_price_incl_tax",
518 "final_price_tax",
519 "gift_message_available",
520 "id",
521 "image",
522 "info",
523 "is_configured",
524 "links",
525 "max_price",
526 "max_regular_price",
527 "media_gallery",
528 "minimal_regular_price",
529 "minimal_price",
530 "name",
531 "news_from_date",
532 "original_price",
533 "original_price_incl_tax",
534 "options",
535 "parentSku",
536 "priceTax",
537 "priceInclTax",
538 "product_option",
539 "price",
540 "price_incl_tax",
541 "price_tax",
542 "qty",
543 "regular_price",
544 "size_options",
545 "sku",
546 "slug",
547 "specialPriceInclTax",
548 "specialPriceTax",
549 "special_price_tax",
550 "special_price_incl_tax",
551 "special_from_date",
552 "special_price",
553 "status",
554 "stock",
555 "_score",
556 "tax_class_id",
557 "thumbnail",
558 "tsk",
559 "type_id",
560 "url_key",
561 "url_path",
562 "visibility"
563 ]
564 }
565 },
566 "cart": {
567 "thumbnails": {
568 "width": 210,
569 "height": 300
570 },
571 "serverMergeByDefault": true,
572 "serverSyncCanRemoveLocalItems": false,
573 "serverSyncCanModifyLocalItems": false,
574 "synchronize": true,
575 "synchronize_totals": true,
576 "setCustomProductOptions": true,
577 "setConfigurableProductOptions": true,
578 "askBeforeRemoveProduct": true,
579 "displayItemDiscounts": true,
580 "productsAreReconfigurable": true,
581 "minicartCountType": "quantities",
582 "create_endpoint": "/api/cart/create?token={{token}}",
583 "updateitem_endpoint": "/api/cart/update?token={{token}}&cartId={{cartId}}",
584 "deleteitem_endpoint": "/api/cart/delete?token={{token}}&cartId={{cartId}}",
585 "pull_endpoint": "/api/cart/pull?token={{token}}&cartId={{cartId}}",
586 "totals_endpoint": "/api/cart/totals?token={{token}}&cartId={{cartId}}",
587 "paymentmethods_endpoint": "/api/cart/payment-methods?token={{token}}&cartId={{cartId}}",
588 "shippingmethods_endpoint": "/api/cart/shipping-methods?token={{token}}&cartId={{cartId}}",
589 "shippinginfo_endpoint": "/api/cart/shipping-information?token={{token}}&cartId={{cartId}}",
590 "collecttotals_endpoint": "/api/cart/collect-totals?token={{token}}&cartId={{cartId}}",
591 "deletecoupon_endpoint": "/api/cart/delete-coupon?token={{token}}&cartId={{cartId}}",
592 "applycoupon_endpoint": "/api/cart/apply-coupon?token={{token}}&cartId={{cartId}}&coupon={{coupon}}"
593 },
594 "attributes": {
595 "disablePersistentAttributesCache": false
596 },
597 "products": {
598 "fieldsToCompact": {
599 "minimal_price": "mp",
600 "has_options": "ho",
601 "url_key": "u",
602 "status": "s",
603 "required_options": "ro",
604 "name": "nm",
605 "tax_class_id": "tci",
606 "description": "desc",
607 "minimal_regular_price": "mrp",
608 "final_price": "fp",
609 "price": "p",
610 "special_price": "sp",
611 "original_final_price": "ofp",
612 "original_price": "op",
613 "original_special_price": "osp",
614 "final_price_incl_tax": "fpit",
615 "original_price_incl_tax": "opit",
616 "price_incl_tax": "pit",
617 "special_price_incl_tax": "spit",
618 "final_price_tax": "fpt",
619 "price_tax": "pt",
620 "special_price_tax": "spt",
621 "original_price_tax": "opt",
622 "image": "i",
623 "small_image": "si",
624 "thumbnail": "t"
625 },
626 "disablePersistentProductsCache": true,
627 "useMagentoUrlKeys": true,
628 "setFirstVarianAsDefaultInURL": false,
629 "configurableChildrenStockPrefetchStatic": false,
630 "configurableChildrenStockPrefetchDynamic": true,
631 "configurableChildrenStockPrefetchStaticPrefetchCount": 8,
632 "filterUnavailableVariants": false,
633 "listOutOfStockProducts": true,
634 "preventConfigurableChildrenDirectAccess": true,
635 "alwaysSyncPlatformPricesOver": false,
636 "alwaysSyncPricesClientSide": false,
637 "clearPricesBeforePlatformSync": false,
638 "waitForPlatformSync": false,
639 "setupVariantByAttributeCode": true,
640 "calculateBundlePriceByOptions": true,
641 "endpoint": "/api/product",
642 "defaultFilters": [
643 "color",
644 "erin_recommends",
645 "price",
646 "size"
647 ],
648 "systemFilterNames": [
649 "sort"
650 ],
651 "maxFiltersQuerySize": 999,
652 "routerFiltersSource": "query",
653 "filterFieldMapping": {
654 "category.name": "category.name.keyword"
655 },
656 "colorMappings": {
657 "Melange graphite": "#eeeeee"
658 },
659 "defaultSortBy": {
660 "attribute": "updated_at",
661 "order": "desc"
662 },
663 "sortByAttributes": {
664 "Latest": "updated_at:desc",
665 "Price: Low to high": "final_price",
666 "Price: High to low": "final_price:desc"
667 },
668 "gallery": {
669 "mergeConfigurableChildren": true,
670 "imageAttributes": [
671 "image",
672 "thumbnail",
673 "small_image"
674 ],
675 "width": 600,
676 "height": 744
677 },
678 "thumbnails": {
679 "width": 324,
680 "height": 489
681 },
682 "filterAggregationSize": {
683 "default": 10,
684 "size": 10,
685 "color": 10
686 },
687 "priceFilterKey": "final_price",
688 "priceFilters": {
689 "ranges": [
690 {
691 "from": 0,
692 "to": 50
693 },
694 {
695 "from": 50,
696 "to": 100
697 },
698 {
699 "from": 100,
700 "to": 150
701 },
702 {
703 "from": 150
704 }
705 ]
706 }
707 },
708 "orders": {
709 "directBackendSync": true,
710 "endpoint": "/api/order",
711 "payment_methods_mapping": {},
712 "offline_orders": {
713 "automatic_transmission_enabled": false,
714 "notification": {
715 "enabled": true,
716 "title": "Order waiting!",
717 "message": "Click here to confirm the order that you made offline.",
718 "icon": "/assets/logo.png"
719 }
720 }
721 },
722 "localForage": {
723 "defaultDrivers": {
724 "user": "LOCALSTORAGE",
725 "cmspage": "LOCALSTORAGE",
726 "cmsblock": "LOCALSTORAGE",
727 "carts": "LOCALSTORAGE",
728 "orders": "LOCALSTORAGE",
729 "wishlist": "LOCALSTORAGE",
730 "categories": "LOCALSTORAGE",
731 "attributes": "LOCALSTORAGE",
732 "elasticCache": "LOCALSTORAGE",
733 "claims": "LOCALSTORAGE",
734 "syncTasks": "LOCALSTORAGE",
735 "ordersHistory": "LOCALSTORAGE",
736 "checkout": "LOCALSTORAGE"
737 },
738 "preserveCollections": [
739 "cart",
740 "user"
741 ]
742 },
743 "reviews": {
744 "create_endpoint": "/api/review/create"
745 },
746 "users": {
747 "autoRefreshTokens": true,
748 "loginAfterCreatePassword": true,
749 "endpoint": "/api/user",
750 "history_endpoint": "/api/user/order-history?token={{token}}&pageSize={{pageSize}}¤tPage={{currentPage}}",
751 "resetPassword_endpoint": "/api/user/reset-password",
752 "createPassword_endpoint": "http://localhost:8080/api/user/create-password",
753 "changePassword_endpoint": "/api/user/change-password?token={{token}}",
754 "login_endpoint": "/api/user/login",
755 "create_endpoint": "/api/user/create",
756 "me_endpoint": "/api/user/me?token={{token}}",
757 "refresh_endpoint": "/api/user/refresh",
758 "allowModification": [
759 "firstname",
760 "lastname",
761 "email",
762 "addresses"
763 ],
764 "tokenInHeader": false
765 },
766 "stock": {
767 "synchronize": true,
768 "allowOutOfStockInCart": true,
769 "endpoint": "/api/stock"
770 },
771 "images": {
772 "useExactUrlsNoProxy": false,
773 "baseUrl": "https://demo.vuestorefront.io/img/",
774 "useSpecificImagePaths": false,
775 "paths": {
776 "product": "/catalog/product"
777 },
778 "productPlaceholder": "/assets/placeholder.jpg"
779 },
780 "install": {
781 "is_local_backend": true,
782 "backend_dir": "../vue-storefront-api"
783 },
784 "demomode": false,
785 "tax": {
786 "defaultCountry": "US",
787 "defaultRegion": "",
788 "sourcePriceIncludesTax": false,
789 "calculateServerSide": true,
790 "userGroupId": null,
791 "useOnlyDefaultUserGroupId": false,
792 "deprecatedPriceFieldsSupport": true,
793 "finalPriceIncludesTax": false
794 },
795 "shipping": {
796 "methods": [
797 {
798 "method_title": "DPD Courier",
799 "method_code": "flatrate",
800 "carrier_code": "flatrate",
801 "amount": 4,
802 "price_incl_tax": 5,
803 "default": true,
804 "offline": true
805 }
806 ]
807 },
808 "syncTasks": {
809 "disablePersistentTaskQueue": true
810 },
811 "i18n": {
812 "defaultCountry": "US",
813 "defaultLanguage": "EN",
814 "availableLocale": [
815 "en-US"
816 ],
817 "defaultLocale": "en-US",
818 "currencyCode": "USD",
819 "currencySign": "$",
820 "currencyDecimal": "",
821 "currencyGroup": "",
822 "fractionDigits": 2,
823 "priceFormat": "{sign}{amount}",
824 "dateFormat": "HH:mm D/M/YYYY",
825 "fullCountryName": "United States",
826 "fullLanguageName": "English",
827 "bundleAllStoreviewLanguages": false
828 },
829 "expireHeaders": {
830 "default": "30d",
831 "application/json": "24h",
832 "image/png": "7d"
833 },
834 "newsletter": {
835 "endpoint": "/api/ext/mailchimp-subscribe/subscribe"
836 },
837 "mailer": {
838 "endpoint": {
839 "send": "/api/ext/mail-service/send-email",
840 "token": "/api/ext/mail-service/get-token"
841 },
842 "contactAddress": "contributors@vuestorefront.io",
843 "sendConfirmation": true
844 },
845 "theme": "@vue-storefront/theme-capybara",
846 "analytics": {
847 "id": false
848 },
849 "googleTagManager": {
850 "id": false,
851 "debug": true,
852 "product_attributes": [
853 "name",
854 "id",
855 "sku",
856 {
857 "priceInclTax": "price"
858 },
859 {
860 "qty": "quantity"
861 }
862 ]
863 },
864 "hotjar": {
865 "id": false
866 },
867 "cms": {
868 "endpoint": "/api/ext/cms-data/cms{{type}}/{{cmsId}}",
869 "endpointIdentifier": "/api/ext/cms-data/cms{{type}}Identifier/{{cmsIdentifier}}/storeId/{{storeId}}"
870 },
871 "cms_block": {
872 "max_count": 500
873 },
874 "cms_page": {
875 "max_count": 500
876 },
877 "usePriceTiers": false,
878 "useZeroPriceProduct": true,
879 "query": {
880 "inspirations": {
881 "filter": [
882 {
883 "key": "category.name",
884 "value": {
885 "eq": "Performance Fabrics"
886 }
887 }
888 ]
889 },
890 "newProducts": {
891 "filter": [
892 {
893 "key": "new",
894 "value": {
895 "eq": 1
896 }
897 }
898 ]
899 },
900 "bestSellers": {
901 "filter": [
902 {
903 "key": "category.name",
904 "value": {
905 "eq": "Tees"
906 }
907 }
908 ]
909 }
910 },
911 "urlModule": {
912 "enableMapFallbackUrl": true,
913 "endpoint": "/api/url",
914 "map_endpoint": "/api/url/map"
915 },
916 "fastly": {
917 "enabled": false
918 },
919 "nginx": {
920 "enabled": false
921 },
922 "varnish": {
923 "enabled": false
924 },
925 "purgeConfig": [
926 "server.invalidateCacheKey",
927 "server.invalidateCacheForwardUrl",
928 "server.trace",
929 "redis",
930 "install",
931 "expireHeaders",
932 "fastly",
933 "nginx",
934 "varnish",
935 "cloudflare"
936 ],
937 "quicklink": {
938 "enabled": false
939 }
940}