From 7fe60de9e52704ab98a1e1656b8dc90bb2b187db Mon Sep 17 00:00:00 2001 From: nurbek Date: Thu, 12 Nov 2020 13:12:33 +0600 Subject: [PATCH 1/2] Add Squarespace Commerce/ Ecommerce --- src/technologies.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/technologies.json b/src/technologies.json index ab4b43b3b..8fb2ab3f7 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -13473,6 +13473,15 @@ }, "website": "http://www.squarespace.com" }, + "Squarespace Commerce": { + "cats": [ + 6 + ], + "description": "Squarespace Commerce is an ecommerce platform designed to facilitate the creation of websites and online stores, with domain registration and web hosting included.", + "icon": "Squarespace.png", + "scripts": "assets\\.squarespace\\.\\w+/universal/scripts-compressed/commerce-\\w+-min\\.[\\w+\\-]+\\.js", + "website": "https://www.squarespace.com/ecommerce-website" + }, "SquirrelMail": { "cats": [ 30 From b8fd32255b463947f8a9819f2bf80b9406c54353 Mon Sep 17 00:00:00 2001 From: Elbert Alias <77259+AliasIO@users.noreply.github.com> Date: Fri, 13 Nov 2020 08:24:12 +1100 Subject: [PATCH 2/2] Update technologies.json --- src/technologies.json | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/src/technologies.json b/src/technologies.json index 8fb2ab3f7..64189ba0f 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -13469,14 +13469,21 @@ "html": "", "icon": "Squarespace.png", "js": { - "Squarespace": "" + "Squarespace": "", + "Static.SQUARESPACE_CONTEXT" }, "website": "http://www.squarespace.com" }, "Squarespace Commerce": { "cats": [ - 6 + 6, + 61 ], + "js": { + "SQUARESPACE_ROLLUPS.squarespace-commerce": "", + "SquarespaceCommerceCartBundle" + }, + "implies": "Squarespace", "description": "Squarespace Commerce is an ecommerce platform designed to facilitate the creation of websites and online stores, with domain registration and web hosting included.", "icon": "Squarespace.png", "scripts": "assets\\.squarespace\\.\\w+/universal/scripts-compressed/commerce-\\w+-min\\.[\\w+\\-]+\\.js", @@ -17836,4 +17843,4 @@ "website": "https://www.xt-commerce.com" } } -} \ No newline at end of file +}