|
68 | 68 | "config": {} |
69 | 69 | } |
70 | 70 | }, |
| 71 | + "initialResources": [ |
| 72 | + { |
| 73 | + "filters": ["vsf-newsletter-modal", "vsf-languages-modal", "vsf-layout-empty", "vsf-layout-minimal", "vsf-order-confirmation", "vsf-search-panel"], |
| 74 | + "type": "script", |
| 75 | + "onload": true, |
| 76 | + "rel": "prefetch" |
| 77 | + }, |
| 78 | + { |
| 79 | + "filters": ["vsf-category", "vsf-home", "vsf-not-found", "vsf-error", "vsf-product", "vsf-cms", "vsf-checkout", "vsf-compare", "vsf-my-account", "vsf-static", "vsf-reset-password"], |
| 80 | + "type": "script", |
| 81 | + "onload": true, |
| 82 | + "rel": "prefetch" |
| 83 | + } |
| 84 | + ], |
71 | 85 | "staticPages": { |
72 | 86 | "updateOnRequest": true, |
73 | 87 | "destPath": "static" |
|
91 | 105 | "port": 8080 |
92 | 106 | }, |
93 | 107 | "api": { |
94 | | - "url": "http://localhost:8080" |
| 108 | + "url": "http://localhost:8080", |
| 109 | + "saveBandwidthOverCache": true |
95 | 110 | }, |
96 | 111 | "elasticsearch": { |
97 | 112 | "httpAuth": "", |
|
284 | 299 | "is_comparable", |
285 | 300 | "options", |
286 | 301 | "tier_prices" |
287 | | - ] |
| 302 | + ], |
| 303 | + "loadByAttributeMetadata": false |
288 | 304 | }, |
289 | 305 | "productList": { |
290 | 306 | "sort": "updated_at:desc", |
291 | 307 | "includeFields": [ |
292 | 308 | "activity", |
| 309 | + "configurable_children.attributes", |
293 | 310 | "configurable_children.id", |
294 | 311 | "configurable_children.final_price", |
295 | 312 | "configurable_children.color", |
|
328 | 345 | "*small_image" |
329 | 346 | ], |
330 | 347 | "excludeFields": [ |
| 348 | + "attribute_set_id", |
331 | 349 | "configurable_options", |
332 | 350 | "description", |
333 | 351 | "sgn", |
334 | 352 | "*.sgn", |
335 | 353 | "msrp_display_actual_price_type", |
336 | 354 | "*.msrp_display_actual_price_type", |
337 | | - "required_options" |
| 355 | + "required_options", |
| 356 | + "media_gallery", |
| 357 | + "stock.use_config_min_qty", |
| 358 | + "stock.use_config_notify_stock_qty", |
| 359 | + "stock.stock_id", |
| 360 | + "stock.use_config_backorders", |
| 361 | + "stock.use_config_enable_qty_inc", |
| 362 | + "stock.enable_qty_increments", |
| 363 | + "stock.use_config_manage_stock", |
| 364 | + "stock.use_config_min_sale_qty", |
| 365 | + "stock.notify_stock_qty", |
| 366 | + "stock.use_config_max_sale_qty", |
| 367 | + "stock.use_config_max_sale_qty", |
| 368 | + "stock.qty_increments", |
| 369 | + "stock.stock_status_changed_auto", |
| 370 | + "stock.show_default_notification_message", |
| 371 | + "stock.use_config_qty_increments", |
| 372 | + "stock.is_decimal_divided" |
338 | 373 | ] |
339 | 374 | }, |
340 | 375 | "productListWithChildren": { |
341 | 376 | "includeFields": [ |
342 | 377 | "activity", |
| 378 | + "configurable_children.attributes", |
343 | 379 | "configurable_children.image", |
344 | 380 | "configurable_children.sku", |
345 | 381 | "configurable_children.price", |
|
380 | 416 | "url_key" |
381 | 417 | ], |
382 | 418 | "excludeFields": [ |
| 419 | + "attribute_set_id", |
383 | 420 | "description", |
384 | 421 | "sgn", |
385 | 422 | "*.sgn", |
386 | 423 | "msrp_display_actual_price_type", |
387 | 424 | "*.msrp_display_actual_price_type", |
388 | | - "required_options" |
| 425 | + "required_options", |
| 426 | + "media_gallery", |
| 427 | + "stock.use_config_min_qty", |
| 428 | + "stock.use_config_notify_stock_qty", |
| 429 | + "stock.stock_id", |
| 430 | + "stock.use_config_backorders", |
| 431 | + "stock.use_config_enable_qty_inc", |
| 432 | + "stock.enable_qty_increments", |
| 433 | + "stock.use_config_manage_stock", |
| 434 | + "stock.use_config_min_sale_qty", |
| 435 | + "stock.notify_stock_qty", |
| 436 | + "stock.use_config_max_sale_qty", |
| 437 | + "stock.use_config_max_sale_qty", |
| 438 | + "stock.qty_increments", |
| 439 | + "stock.stock_status_changed_auto", |
| 440 | + "stock.show_default_notification_message", |
| 441 | + "stock.use_config_qty_increments", |
| 442 | + "stock.is_decimal_divided" |
389 | 443 | ] |
390 | 444 | }, |
391 | 445 | "review": { |
|
519 | 573 | "disablePersistentAttributesCache": false |
520 | 574 | }, |
521 | 575 | "products": { |
| 576 | + "fieldsToCompact": { |
| 577 | + "minimal_price": "mp", |
| 578 | + "has_options": "ho", |
| 579 | + "url_key": "u", |
| 580 | + "status": "s", |
| 581 | + "required_options": "ro", |
| 582 | + "name": "nm", |
| 583 | + "tax_class_id": "tci", |
| 584 | + "description": "desc", |
| 585 | + "minimal_regular_price": "mrp", |
| 586 | + "final_price": "fp", |
| 587 | + "price": "p", |
| 588 | + "special_price": "sp", |
| 589 | + "original_final_price": "ofp", |
| 590 | + "original_price": "op", |
| 591 | + "original_special_price": "osp", |
| 592 | + "final_price_incl_tax": "fpit", |
| 593 | + "original_price_incl_tax": "opit", |
| 594 | + "price_incl_tax": "pit", |
| 595 | + "special_price_incl_tax": "spit", |
| 596 | + "final_price_tax": "fpt", |
| 597 | + "price_tax": "pt", |
| 598 | + "special_price_tax": "spt", |
| 599 | + "original_price_tax": "opt", |
| 600 | + "image": "i", |
| 601 | + "small_image": "si", |
| 602 | + "thumbnail": "t" |
| 603 | + }, |
522 | 604 | "disablePersistentProductsCache": true, |
523 | 605 | "useMagentoUrlKeys": true, |
524 | 606 | "setFirstVarianAsDefaultInURL": false, |
|
529 | 611 | "listOutOfStockProducts": true, |
530 | 612 | "preventConfigurableChildrenDirectAccess": true, |
531 | 613 | "alwaysSyncPlatformPricesOver": false, |
| 614 | + "alwaysSyncPricesClientSide": false, |
532 | 615 | "clearPricesBeforePlatformSync": false, |
533 | 616 | "waitForPlatformSync": false, |
534 | 617 | "setupVariantByAttributeCode": true, |
|
625 | 708 | }, |
626 | 709 | "users": { |
627 | 710 | "autoRefreshTokens": true, |
| 711 | + "loginAfterCreatePassword": true, |
628 | 712 | "endpoint": "/api/user", |
629 | 713 | "history_endpoint": "/api/user/order-history?token={{token}}&pageSize={{pageSize}}¤tPage={{currentPage}}", |
630 | 714 | "resetPassword_endpoint": "/api/user/reset-password", |
| 715 | + "createPassword_endpoint": "http://localhost:8080/api/user/create-password", |
631 | 716 | "changePassword_endpoint": "/api/user/change-password?token={{token}}", |
632 | 717 | "login_endpoint": "/api/user/login", |
633 | 718 | "create_endpoint": "/api/user/create", |
|
688 | 773 | "defaultLocale": "en-US", |
689 | 774 | "currencyCode": "USD", |
690 | 775 | "currencySign": "$", |
| 776 | + "currencyDecimal": "", |
| 777 | + "currencyGroup": "", |
| 778 | + "fractionDigits": 2, |
691 | 779 | "priceFormat": "{sign}{amount}", |
692 | 780 | "dateFormat": "HH:mm D/M/YYYY", |
693 | 781 | "fullCountryName": "United States", |
|
756 | 844 | "newProducts": { |
757 | 845 | "filter": [ |
758 | 846 | { |
759 | | - "key": "category.name", |
760 | | - "value": { "eq": "Tees" } |
| 847 | + "key": "new", |
| 848 | + "value": { "eq": 1 } |
761 | 849 | } |
762 | 850 | ] |
763 | 851 | }, |
|
769 | 857 | } |
770 | 858 | ] |
771 | 859 | } |
| 860 | + }, |
| 861 | + "urlModule": { |
| 862 | + "enableMapFallbackUrl": false, |
| 863 | + "endpoint": "/api/url", |
| 864 | + "map_endpoint": "/api/url/map" |
| 865 | + }, |
| 866 | + "fastly": { |
| 867 | + "enabled":false |
| 868 | + }, |
| 869 | + "nginx": { |
| 870 | + "enabled":false |
| 871 | + }, |
| 872 | + "varnish": { |
| 873 | + "enabled":false |
772 | 874 | } |
773 | 875 | } |
0 commit comments