LocalCDN-Firefox-Chrome-Brave/resources/findify-bundle/6.9.15/config.js.map

1 line
42 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{"version":3,"sources":["webpack:///./src/config.ts"],"names":["process","env","NODE_ENV","__CONFIG__"],"mappings":"+JAAwC,gBAAzBA,QAAQC,IAAIC,UACzBC","file":"config.js","sourcesContent":["export default process.env.NODE_ENV !== 'development'\n? __CONFIG__\n: {\n // Merchant API KEY\n \"key\": \"680d373d-06b3-442b-bebc-d35a5b0868b3\",\n\n // Show/Hide \"Powered by findify badge\"\n \"poweredByFindify\": true,\n\n hidableFacets: true,\n \"merchant_id\": 3806,\n // Specific platform code\n \"platform\": {\n \"shopify\": true,\n // \"bigcommerce\": true\n },\n\n // Merchant status - will disable features, but send analytics\n \"status\": \"live\",\n\n analytics: {\n 'view-page': false\n },\n\n // If window width gte than this number - view will be changed\n \"mobileBreakpoint\": 700,\n\n // History setup\n \"location\": {\n // Define search url, autocomplete will redirect to this URL\n \"searchUrl\": \"/pages/search-results\",\n\n // Search query prefix eq(?findify_q)\n \"prefix\": \"findify\"\n },\n\n // Element:Feature\n \"selectors\": {\n \"input[name='fq']\": \"autocomplete\",\n \"#findify_results\": \"search\",\n \"#home-findify-rec-2\": \"recommendations\",\n \"#product-findify-rec-1\": \"recommendations\",\n \"#category-findify-rec-1\": \"recommendations\",\n \"#product-findify-rec-4\": \"recommendations\",\n \"#product-findify-rec-2\": \"recommendations\",\n \"#cart-findify-rec-1\": \"recommendations\",\n \"#cart-findify-rec-2\": \"recommendations\",\n \"#cart-findify-rec-3\": \"recommendations\",\n \"#home-findify-rec-3\": \"recommendations\",\n \"#product-findify-rec-5\": \"recommendations\"\n },\n\n // Currency setup\n \"currency\": {\n \"code\": \"GBP\"\n // symbol: '$',\n // thousandsSeparator: ',',\n // decimalSeparator: '.',\n // symbolOnLeft: true,\n // spaceBetweenAmountAndSymbol: false,\n // decimalDigits: 2\n },\n\n \"currency_config\": {\n \"code\": \"USD\",\n \"symbol\": \"Ж\",\n \"thousandsSeparator\": \",\",\n \"decimalSeparator\": \".\",\n \"symbolOnLeft\": false,\n \"spaceBetweenAmountAndSymbol\": false,\n \"decimalDigits\": 3\n },\n\n // Features configuration will be pulled and marged with the root lvl\n \"features\": {\n \"autocomplete\": {\n\n \"instant\": true,\n\n // Disable listening for closest form submit\n \"disableFormSubmit\": false,\n\n \"trendingSearchesDisabled\": false,\n\n // Where it should be rended: parent|self|body\n \"renderIn\": \"parent\",\n\n // dropdown: to invoke usual dropdown behaviour\n // sidebar: to use sidebar as search component\n // fullscreen: to use fullscreen view for searching\n \"viewType\": \"dropdown\",\n \"mobileViewType\": \"sidebar\",\n // Order of content\n \"viewOrder\": [\"SearchSuggestions\", \"ProductMatches\"],\n\n // Where to align autocomplete: left|right|undefined\n \"position\": undefined,\n\n // Will be added to all requests eq: Agent.defaults(meta)\n \"meta\": {\n \"item_limit\": 4,\n \"suggestion_limit\": 10\n },\n\n // Product setup\n \"product\": {\n \"title\": {\n \"display\": true,\n \"lines\": 3\n },\n \"price\": {\n \"display\": true,\n },\n \"i18n\": {\n \"colorsAvailable\": \"Colours available\"\n },\n \"image\": {\n // Image aspect ratio\n \"aspectRatio\": 1.2\n },\n \"stickers\": {\n \"display\": false,\n }\n },\n \"i18n\": {\n \"suggestionsTitle\": \"Suggestions\",\n \"productMatchesTitle\": \"Product matches\",\n \"tipResults\": \"View all results for query\",\n \"tipTrending\": \"Sorry, we can't find any suggestions. Press enter to search for\",\n \"viewMore\": \"View all\",\n \"trendingSearches\": \"Trending searches\",\n \"trendingProducts\": \"Trending products\"\n },\n \"showOverlay\": true,\n },\n\n \"search\": {\n // \"disableAutoRequest\": true,\n // Fallback recommendation type\n \"zeroResultsType\": \"trending\",\n\n // Search results setup\n \"view\": {\n \"pagination\": true,\n \"infinite\": false,\n \"stickyFilters\": false\n },\n\n // Should scroll to value after new data was received\n \"scrollTop\": 0,\n \"cssSelector\": \".site-header\",\n\n // Will be added to all requests eq: Agent.defaults(meta)\n \"meta\": {\n \"limit\": 24\n },\n\n // Product setup\n \"product\": {\n \"price\": {\n \"display\": true\n },\n \"title\": {\n \"display\": true,\n \"lines\": 3\n },\n \"reviews\": {\n \"display\": true,\n },\n \"i18n\": {\n \"productVariantsAvailable\": \"Available in %s variants\",\n },\n \"variants\": {\n \"display\": true\n },\n \"image\": {\n \"aspectRatio\": .75\n },\n \"stickers\": {\n \"display\": true,\n }\n },\n \"sorting\": {\n \"options\": [{\n \"field\": \"default\",\n \"order\": \"\"\n }, {\n \"field\": \"price\",\n \"order\": \"desc\"\n }, {\n \"field\": \"price\",\n \"order\": \"asc\"\n }, {\n \"field\": \"created_at\",\n \"order\": \"desc\"\n }],\n \"i18n\": {\n \"title\": \"Sort by\",\n \"options\": {\n \"default\": \"Popularity\",\n \"price|desc\": \"Price: High to low\",\n \"price|asc\": \"Price: Low to high\",\n \"created_at|desc\": \"What's new\"\n }\n }\n },\n\n \"pagination\": {\n \"step\": 2,\n \"i18n\": {\n \"previous\": \"Prev\",\n \"next\": \"Next\"\n }\n },\n\n \"loadMore\": {\n \"lazyLoadCount\": 2,\n \"i18n\": {\n \"loadMore\": \"Load more\",\n \"loadPrev\": \"Load previous\"\n }\n },\n\n \"i18n\": {\n \"sorryNoResults\": \"Sorry!\",\n \"noResultsFound\": \"We can't seem to find any products that match your search for <span class=\\\"findify_q\\\">\\\"%s\\\"</span>\",\n \"noResultEmptyQuery\": \"We can't seem to find any products that match your search\",\n \"tryOneOfThese\": \"Try one of these instead:\",\n \"checkOutPopularProducts\": \"Or check out some of these popular products\"\n },\n\n \"breadcrumbs\": {\n \"i18n\": {\n \"showingEmpty\": \"Showing %s results\",\n \"showing\": \"Showing %s results for\",\n \"noQuery\": \"Showing all products. Use filters to refine your search.\",\n \"partialMatch\": \"Showing results that partially match instead.\",\n \"zeroResultsFor\": \"0 results for\"\n }\n },\n\n // Facets setup\n \"facets\": {\n \"initiallyClosed\": true,\n // Map Facet name to facet type\n \"types\": {\n \"price\": \"price\",\n \"reviews.average_score\": \"rating\",\n \"color\": \"color\"\n },\n \"labels\": {\n \"custom_fields.cf_accessory_colour\": \"Accessory Colour\",\n \"custom_fields.cf_accessory_fibre\": \"Accessory Fibre\",\n \"custom_fields.cf_accessory_length\": \"Accessory Length\",\n \"custom_fields.cf_accessory_material\": \"Accessory Material\",\n \"custom_fields.cf_accessory_size\": \"Accessory Size\",\n \"custom_fields.cf_accessory_type\": \"Accessory Type\",\n \"custom_fields.cf_book_pattern_for\": \"Book For\",\n \"custom_fields.cf_accessory_style\": \"Accessory Style\",\n \"custom_fields.cf_accessory_width\": \"Accessory Width\",\n \"custom_fields.cf_book_type\": \"Book Type\",\n \"custom_fields.cf_button_collection\": \"Button Collection\",\n \"custom_fields.cf_kit_collection\": \"Kit Collection\",\n \"price\": \"Price\",\n \"custom_fields.cf_kit_type\": \"Kit Type\",\n \"custom_fields.cf_minerva_category\": \"Minerva Category\",\n \"custom_fields.cf_needle_collection\": \"Needle Collection\",\n \"seller\": \"Seller\",\n \"condition\": \"Condition\",\n \"custom_fields.barcode\": \"Barcode\",\n \"custom_fields.cf_needle_size\": \"Needle Size\",\n \"custom_fields.cf_needle_weight\": \"Needle Weight\",\n \"custom_fields.cf_pattern_collection\": \"Pattern Collection\",\n \"custom_fields.cf_pattern_pattern_for\": \"Pattern For\",\n \"custom_fields.cf_pattern_type\": \"Pattern Type\",\n \"custom_fields.cf_thread_colour\": \"Thread Colour\",\n \"custom_fields.cf_thread_type\": \"Thread Type\",\n \"custom_fields.cf_yarn_collection\": \"Yarn Collection\",\n \"custom_fields.pattern_difficulty\": \"pattern_difficulty\",\n \"custom_fields.new_brand\": \"Brand\",\n \"custom_fields.cf_thread_collection\": \"Thread Collection\",\n \"custom_fields.cf_thread_length\": \"Thread Length\",\n \"custom_fields.cf_thread_yarn_thickness\": \"Thread Thickness\",\n \"custom_fields.cf_pattern_style\": \"Pattern Style\",\n \"custom_fields.cf_kit_colour\": \"Kit Colour\",\n \"custom_fields.cf_kit_size\": \"Kit Size\",\n \"custom_fields.custom_created_at\": \"Created At\",\n \"color\": \"Colour\",\n \"size\": \"Size\",\n \"custom_fields.cf_needle_length\": \"Needle Length\",\n \"custom_fields.cf_needle_material\": \"Needle Material\",\n \"custom_fields.cf_pattern_yarn_thickness\": \"Pattern By Yarn Thickness\",\n \"custom_fields.cf_thread_fibre\": \"Thread Fibre\",\n \"custom_fields.cf_accessory_collection\": \"Accessory Collection\",\n \"custom_fields.cf_yarn_fibre\": \"Yarn Fibre\",\n \"custom_fields.cf_accessory_shape\": \"Accessory Shape\",\n \"custom_fields.cf_accessory_weight\": \"Accessory Weight\",\n \"custom_fields.cf_book_collection\": \"Book Collection\",\n \"custom_fields.cf_book_style\": \"Book Style\",\n \"custom_fields.cf_book_yarn_thickness\": \"Book By Yarn Thickness\",\n \"custom_fields.cf_button_colour\": \"Button Colour\",\n \"custom_fields.cf_button_material\": \"Button Material\",\n \"custom_fields.сf_button_shape\": \"Button Shape\",\n \"custom_fields.cf_button_size\": \"Button Size\",\n \"custom_fields.cf_button_type\": \"Button Type\",\n \"custom_fields.cf_kit_style\": \"Kit Style\",\n \"custom_fields.cf_kit_pattern_for\": \"Kit For\",\n \"tags\": \"Tags\",\n \"reviews.average_score\": \"Avg. customer rating\",\n \"brand\": \"Vendor\",\n \"discount\": \"Discount\",\n \"custom_fields.cf_minerva_subcategory\": \"Minerva Sub Category\",\n \"custom_fields.cf_sale_tag\": \"Sale Tag\",\n \"custom_fields.cf_yarn_length\": \"Yarn Length\",\n \"custom_fields.cf_yarn_weight\": \"Yarn Weight\",\n \"custom_fields.cf_yarn_type\": \"Yarn Type\",\n \"custom_fields.cf_yarn_colour\": \"Yarn Colour\",\n \"custom_fields.old_colors\": \"Old Colors\",\n \"custom_fields.seasonal_collection\": \"seasonal_collection\",\n \"custom_fields.length\": \"Length\",\n \"custom_fields.cf_needle_type\": \"Needle Type\",\n \"custom_fields.cf_pattern_size\": \"Pattern Size\",\n \"custom_fields.cf_yarn_thickness\": \"Yarn Thickness\",\n \"availability\": \"availability\",\n \"created_at\": \"created_at\",\n \"sku\": \"sku\",\n \"category\": \"Category\",\n \"material\": \"Material\",\n \"custom_fields.variant_image_url\": \"Variant Image Url\",\n \"id\": \"id\",\n \"custom_fields.select pattern format\": \"Select Pattern Format\",\n \"custom_fields.width\": \"Width\",\n \"custom_fields.cf_needle_colour\": \"Needle Colour\",\n \"description\": \"description\",\n \"title\": \"title\",\n \"category.category1\": \"category.category1\",\n \"category.category2\": \"category.category2\",\n \"category.category3\": \"category.category3\",\n \"category.category4\": \"category.category4\",\n \"variants_ids\": \"variants_ids\",\n \"image_url\": \"image_url\",\n \"thumbnail_url\": \"thumbnail_url\",\n \"product_url\": \"product_url\",\n \"category_str\": \"category_str\",\n \"short_description\": \"short description\"\n },\n \"category\": {\n // Should be expanded by default or not\n // \"initiallyClosed\": false,\n \"i18n\": {\n \"goBackTitle\": \"All Categories\",\n \"more\": \"More\",\n \"less\": \"Less\"\n }\n },\n \"text\": {\n // How many item to show when collapsed\n \"maxItemsCount\": 6,\n // \"initiallyClosed\": false,\n \"i18n\": {\n \"more\": \"More\",\n \"less\": \"Less\",\n \"search\": \"Search\"\n }\n },\n \"price\": {\n \"i18n\": {\n \"submit\": \"go\",\n \"under\": \"Under\",\n \"up\": \"&amp; up\"\n }\n },\n \"rating\": {\n \"i18n\": {\n \"submit\": \"go\",\n \"under\": \"Under\",\n \"up\": \"&amp; up\"\n }\n },\n \"range\": {\n \"i18n\": {\n \"submit\": \"go\",\n \"under\": \"Under\",\n \"up\": \"&amp; up\"\n }\n },\n \"i18n\": {\n \"showDesktopFacets\": \"Show\",\n \"hideDesktopFacets\": \"Hide\",\n \"showMobileFacets\": \"Filters\",\n \"more\": \"More\",\n \"less\": \"Less\",\n \"resetAll\": \"Clear all\",\n \"reset\": \"Clear\",\n \"done\": \"Done\",\n \"showResults\": \"See results\",\n \"hideFilters\": \"Exit filters\",\n \"ok\": \"Ok\",\n \"backToFilters\": \"Back to menu\",\n \"search\": \"Search\",\n \"filters\": \"Filters\",\n \"clearAll\": 'Clear all'\n },\n \"color\": {\n \"mapping\": {\n \"dark yellow\": \"#FF0\",\n \"beige\": \"#E9E1D6\",\n \"black\": \"#111\",\n \"cream\": \"#F5EFD3\",\n \"dark brown\": \"#7E6645\",\n \"dark green\": \"#466534\",\n \"dark grey\": \"#777\",\n \"dark orange\": \"#ff7f00\",\n \"dark pink\": \"#ff6eb4\",\n \"dark purple\": \"#8b4789\",\n \"dark red\": \"#cd0000\",\n \"gold\": \"#FED466\",\n \"ivory\": \"#FCFFEE\",\n \"light green\": \"#C8DCBC\",\n \"light orange\": \"#FFB973\",\n \"light pink\": \"#ffb6c1\",\n \"light purple\": \"#c9b1f9\",\n \"medium blue\": \"#BAC6DE\",\n \"medium brown\": \"#cd661d\",\n \"light yellow\": \"#FFFFBF\",\n \"white\": \"#FFF\",\n \"clear\": \"#F9F9F9\",\n \"light red\": \"#ff4c4c\",\n \"medium green\": \"#7EAD63\",\n \"medium grey\": \"#7f7f7f\",\n \"medium orange\": \"#FF8000\",\n \"medium purple\": \"#8E89C9\",\n \"medium red\": \"#FF2626\",\n \"medium yellow\": \"#FFFF73\",\n \"multicolor\": \"multicolor\",\n \"navy blue\": \"#3F5585\",\n \"other\": \"#000\",\n \"pink\": \"#FFC0CB\",\n \"silver\": \"#EEE\",\n \"teal\": \"#008080\",\n \"turquoise\": \"#03B8AF\",\n \"wine\": \"#600\"\n }\n }\n }\n },\n \"recommendations\": {\n \"#home-findify-rec-2\": {\n \"enabled\": true,\n \"slot\": \"home-findify-rec-2\",\n \"type\": \"trending\",\n \"template\": \"slider\",\n \"limit\": 10,\n \"multipleIds\": false,\n \"minResultsToShow\": 4,\n \"product\": {\n \"title\": {\n \"display\": true,\n \"lines\": 3\n },\n \"rating\": {\n \"display\": true\n },\n \"description\": {\n \"display\": false\n },\n \"price\": {\n \"display\": true\n },\n \"stickers\": {\n \"display\": false\n },\n \"variants\": {\n \"display\": false\n },\n \"availability\": {\n \"display\": false\n },\n \"i18n\": {\n \"colorsAvailable\": \"Colours available\"\n }\n },\n \"title\": \"Our Most Popular Products\"\n },\n \"#cart-findify-rec-4\": {\n \"enabled\": true,\n \"slot\": \"cart-findify-rec-4\",\n \"type\": \"purchasedTogether\",\n \"template\": \"grid\",\n \"meta\": {\n \"limit\": 3\n },\n \"limit\": 3,\n \"multipleIds\": false,\n \"minResultsToShow\": 1,\n \"product\": {\n \"title\": {\n \"display\": true,\n \"lines\": 3\n },\n \"rating\": {\n \"display\": true\n },\n \"description\": {\n \"display\": false\n },\n \"price\": {\n \"display\": true\n },\n \"stickers\": {\n \"display\": true\n },\n \"variants\": {\n \"display\": false\n },\n \"availability\": {\n \"display\": false\n },\n \"i18n\": {\n \"colorsAvailable\": \"Colors available\"\n }\n },\n \"title\": \"Test bundles\"\n },\n \"#product-findify-rec-1\": {\n \"enabled\": true,\n \"slot\": \"product-findify-rec-1\",\n \"type\": \"latest\",\n \"template\": \"slider\",\n \"limit\": 10,\n \"multipleIds\": false,\n \"minResultsToShow\": 3,\n \"product\": {\n \"title\": {\n \"display\": true,\n \"lines\": 3\n },\n \"rating\": {\n \"display\": true\n },\n \"description\": {\n \"display\": false\n },\n \"price\": {\n \"display\": true\n },\n \"stickers\": {\n \"display\": false\n },\n \"variants\": {\n \"display\": false\n },\n \"availability\": {\n \"display\": false\n },\n \"i18n\": {\n \"colorsAvailable\": \"Colours available\"\n }\n },\n \"title\": \"Recently Viewed Products\"\n },\n \"#category-findify-rec-1\": {\n \"enabled\": true,\n \"slot\": \"category-findify-rec-1\",\n \"type\": \"latest\",\n \"template\": \"slider\",\n \"limit\": 10,\n \"multipleIds\": false,\n \"minResultsToShow\": 3,\n \"product\": {\n \"title\": {\n \"display\": true,\n \"lines\": 3\n },\n \"rating\": {\n \"display\": true\n },\n \"description\": {\n \"display\": false\n },\n \"price\": {\n \"display\": true\n },\n \"stickers\": {\n \"display\": false\n },\n \"variants\": {\n \"display\": false\n },\n \"availability\": {\n \"display\": false\n },\n \"i18n\": {\n \"colorsAvailable\": \"Colours available\"\n }\n },\n \"title\": \"Recently Viewed Products\"\n },\n \"#product-findify-rec-4\": {\n \"enabled\": true,\n \"slot\": \"product-findify-rec-4\",\n \"type\": \"purchasedTogether\",\n \"template\": \"slider\",\n \"limit\": 10,\n \"multipleIds\": false,\n \"minResultsToShow\": 3,\n \"product\": {\n \"title\": {\n \"display\": true,\n \"lines\": 3\n },\n \"rating\": {\n \"display\": true\n },\n \"description\": {\n \"display\": false\n },\n \"price\": {\n \"display\": true\n },\n \"stickers\": {\n \"display\": false\n },\n \"variants\": {\n \"display\": false\n },\n \"availability\": {\n \"display\": false\n },\n \"i18n\": {\n \"colorsAvailable\": \"Colours available\"\n }\n },\n \"title\": \"Frequently Bought Together\"\n },\n \"#product-findify-rec-2\": {\n \"enabled\": true,\n \"slot\": \"product-findify-rec-2\",\n \"type\": \"viewed\",\n \"template\": \"slider\",\n \"limit\": 10,\n \"multipleIds\": false,\n \"minResultsToShow\": 3,\n \"product\": {\n \"title\": {\n \"display\": true,\n \"lines\": 3\n },\n \"rating\": {\n \"display\": true\n },\n \"description\": {\n \"display\": false\n },\n \"price\": {\n \"display\": true\n },\n \"stickers\": {\n \"display\": false\n },\n \"variants\": {\n \"display\": false\n },\n \"availability\": {\n \"display\": false\n },\n \"i18n\": {\n \"colorsAvailable\": \"Colours available\"\n }\n },\n \"title\": \"Customers Who Viewed This Also Viewed\"\n },\n \"#cart-findify-rec-1\": {\n \"enabled\": true,\n \"slot\": \"cart-findify-rec-1\",\n \"type\": \"latest\",\n \"template\": \"slider\",\n \"limit\": 10,\n \"multipleIds\": false,\n \"minResultsToShow\": 3,\n \"product\": {\n \"title\": {\n \"display\": true,\n \"lines\": 3\n },\n \"rating\": {\n \"display\": true\n },\n \"description\": {\n \"display\": false\n },\n \"price\": {\n \"display\": true\n },\n \"stickers\": {\n \"display\": false\n },\n \"variants\": {\n \"display\": false\n },\n \"availability\": {\n \"display\": false\n },\n \"i18n\": {\n \"colorsAvailable\": \"Colours available\"\n }\n },\n \"title\": \"Recently Viewed Products\"\n },\n \"#cart-findify-rec-2\": {\n \"enabled\": true,\n \"slot\": \"cart-findify-rec-2\",\n \"type\": \"trending\",\n \"template\": \"slider\",\n \"limit\": 10,\n \"multipleIds\": false,\n \"minResultsToShow\": 3,\n \"product\": {\n \"title\": {\n \"display\": true,\n \"lines\": 3\n },\n \"rating\": {\n \"display\": true\n },\n \"description\": {\n \"display\": false\n },\n \"price\": {\n \"display\": true\n },\n \"stickers\": {\n \"display\": false\n },\n \"variants\": {\n \"display\": false\n },\n \"availability\": {\n \"display\": false\n },\n \"i18n\": {\n \"colorsAvailable\": \"Colours available\"\n }\n },\n \"title\": \"Our Most Popular Products\"\n },\n \"#cart-findify-rec-3\": {\n \"enabled\": true,\n \"slot\": \"cart-findify-rec-3\",\n \"type\": \"purchasedTogether\",\n \"template\": \"slider\",\n \"limit\": 10,\n \"multipleIds\": true,\n \"minResultsToShow\": 3,\n \"product\": {\n \"title\": {\n \"display\": true,\n \"lines\": 3\n },\n \"rating\": {\n \"display\": true\n },\n \"description\": {\n \"display\": false\n },\n \"price\": {\n \"display\": true\n },\n \"stickers\": {\n \"display\": true\n },\n \"variants\": {\n \"display\": false\n },\n \"availability\": {\n \"display\": false\n },\n \"i18n\": {\n \"colorsAvailable\": \"Colours available\"\n }\n },\n \"title\": \"Frequently Bought Together\"\n },\n \"#home-findify-rec-3\": {\n \"enabled\": true,\n \"slot\": \"home-findify-rec-3\",\n \"type\": \"newest\",\n \"template\": \"slider\",\n \"limit\": 10,\n \"multipleIds\": false,\n \"minResultsToShow\": 4,\n \"product\": {\n \"title\": {\n \"display\": true,\n \"lines\": 3\n },\n \"rating\": {\n \"display\": true\n },\n \"description\": {\n \"display\": false\n },\n \"price\": {\n \"display\": true\n },\n \"stickers\": {\n \"display\": false\n },\n \"variants\": {\n \"display\": false\n },\n \"availability\": {\n \"display\": false\n },\n \"i18n\": {\n \"colorsAvailable\": \"Colours available\"\n }\n },\n \"title\": \"Newest Arrivals\"\n },\n \"#product-findify-rec-5\": {\n \"enabled\": true,\n \"slot\": \"product-findify-rec-5\",\n \"type\": \"trending\",\n \"template\": \"slider\",\n \"limit\": 999,\n \"multipleIds\": false,\n \"minResultsToShow\": 1,\n \"product\": {\n \"title\": {\n \"display\": true,\n \"lines\": 3\n },\n \"rating\": {\n \"display\": true\n },\n \"description\": {\n \"display\": false\n },\n \"price\": {\n \"display\": true\n },\n \"stickers\": {\n \"display\": false\n },\n \"variants\": {\n \"display\": false\n },\n \"availability\": {\n \"display\": false\n },\n \"i18n\": {\n \"colorsAvailable\": \"Colours available\"\n }\n },\n \"title\": \"Related Patterns\"\n }\n }\n },\n \"stickers\": {\n \"out-of-stock\": {\n \"template\": {\n \"single\": \"Temporarily out of stock\"\n }\n }\n },\n \"frameDisabled\": true,\n \"useSimpleLoader\": false,\n \"collections\": [\"collections/baseball\", \"collections/wendy-on-sale\", \"collections/accessories-on-sale\", \"collections/merino-yarn\", \"collections/needles-on-sale\", \"collections/peter-pan-yarn\", \"collections/chunky-yarn\", \"collections/schoppel-wolle-yarn\", \"collections/2-ply-yarn\", \"collections/dmc-yarn\", \"collections/robin-yarn\", \"collections/sirdar-yarn\", \"collections/wendy-yarn\", \"collections/cotton-yarn\", \"collections/hayfield-yarn\", \"collections/mohair-yarn\", \"collections/rico-yarn\", \"collections/sublime-yarn\", \"collections/wool-yarn\", \"collections/myboshi-yarn\", \"collections/king-cole-yarn\", \"collections/silk-yarn\", \"collections/fashion-yarn\", \"collections/twilleys-of-stamford\", \"collections/king-cole-on-sale\", \"collections/aran-yarn\", \"collections/yarn-on-sale\", \"collections/nylon-yarn\", \"collections/polyester-yarn\", \"collections/linen-yarn\", \"collections/budget-yarn\", \"collections/bamboo-yarn\", \"collections/sparkly-yarn\", \"collections/scarf-yarn\", \"collections/variegated-yarn\", \"collections/sock-yarn\", \"collections/natural-fibres-yarn\", \"collections/luxury-yarn\", \"collections/summer-yarn\", \"collections/felting-yarn\", \"collections/crochet-yarn\", \"collections/colour-packs\", \"collections/acrylic-yarn\", \"collections/cashmere-yarn\", \"collections/llama-yarn\", \"collections/go-handmade-patterns\", \"collections/king-cole-patterns\", \"collections/baby-yarn\", \"collections/2-ply-patterns\", \"collections/chunky-patterns\", \"collections/erika-knight-patterns\", \"collections/peter-pan-patterns\", \"collections/sirdar-patterns\", \"collections/sublime-patterns\", \"collections/wendy-patterns\", \"collections/womans-weekly-exclusive-patterns\", \"collections/welcome10\", \"collections/lace-patterns\", \"collections/super-chunky-patterns\", \"collections/baby-patterns\", \"collections/childrens-patterns\", \"collections/home-patterns\", \"collections/aran-patterns\", \"collections/3-ply-patterns\", \"collections/dk-patterns-1\", \"collections/4-ply-patterns\", \"collections/mens-patterns\", \"collections/ladies-patterns\", \"collections/vintage-patterns\", \"collections/all-patterns-books\", \"collections/boye-needles-hooks\", \"collections/case-needles-hooks\", \"collections/clover-needles-hooks\", \"collections/hobby-gift-needles-hooks\", \"collections/knit-pro-needles-hooks\", \"collections/pony-needles-hooks\", \"collections/single-point-needles\", \"collections/double-point-needles\", \"collections/crochet-hooks\", \"collections/cable-needles\", \"collections/needle-and-hook-sets\", \"collections/intermediate-patterns-1\", \"collections/circular-needles\", \"collections/free-patterns\", \"collections/beginner-patterns\", \"collections/bamboo-needles\", \"collections/advanced-patterns\", \"collections/addi-needles-hooks\", \"collections/prym-needles-hooks\", \"collections/interchangeable-needles\", \"collections/toy-patterns\", \"collections/free-knitting-patterns\", \"collections/storage-bags\", \"collections/crochet-kits\", \"collections/needles-hooks\", \"collections/knitting-kits\", \"collections/kitazine\", \"collections/needle-cases\", \"collections/yarn-holders\", \"collections/motifs\", \"collections/patches\", \"collections/sale\", \"collections/knitting-patterns-all\", \"collections/free-crochet-patterns\", \"collections/wood-needles-hooks\", \"collections/knitting-buttons\", \"collections/ribbons-trims\", \"collections/storage-boxes\", \"collections/metal-needles-hooks\", \"collections/plastic-needles-hooks\", \"collections/knitting-storage\", \"collections/patterns\", \"collections/dmc-patterns\", \"collections/knitting-books\", \"collections/stylecraft-on-sale\", \"collections/hayfield-on-sale\", \"collections/prym-on-sale\", \"collections/patterns-on-sale\", \"collections/hooks-on-sale\", \"collections/alpaca-yarn\", \"collections/erika-knight-yarn\", \"collections/lang-yarn\", \"collections/loweth-yarn\", \"collections/hayfield-patterns\", \"collections/pets-patterns\", \"collections/crochet-threads\", \"collections/yellow-yarn\", \"collections/white-yarn\", \"collections/purple-yarn\", \"collections/pink-yarn\", \"collections/red-yarn\", \"collections/orange-yarn\", \"collections/multicoloured-yarn\", \"collections/grey-yarn\", \"collections/green-yarn\", \"collections/cream-yarn\", \"collections/brown-yarn\", \"collections/blue-yarn\", \"collections/black-yarn\", \"collections/knooking\", \"collections/go-handmade-products\", \"collections/craft-factory-on-sale\", \"collections/wendy-products\", \"collections/sublime-products\", \"collections/stylecraft-products\", \"collections/sirdar-products\", \"collections/king-cole-products\", \"collections/hayfield-products\", \"collections/dmc-products\", \"collections/robin-products\", \"collections/rico-products\", \"collections/peter-pan-products\", \"collections/loweth-products\", \"collections/erika-knight-products\", \"collections/sirdar-on-sale\", \"collections/hobby-gift-on-sale\", \"collections/sale-50-percent-off\", \"collections/sale-40-percent-off\", \"collections/sale-30-percent-off\", \"collections/sale-20-percent-off\", \"collections/sale-10-percent-off\", \"collections/yarn\", \"collections/christmas\", \"collections/stylecraft-yarn\", \"collections/super-chunky-and-chunky-yarns\", \"collections/all-accessories\", \"collections/stylecraft-patterns\", \"collections/super-chunky-yarn\", \"collections/dk-yarn\", \"collections/3-ply-yarn\", \"collections/4-ply-yarn\", \"collections/lace-yarn\", \"collections/crochet\", \"collections/knitting\"]\n };\n"],"sourceRoot":""}