From b2210da420bbaa273fca76c4193fe485b4fb057a Mon Sep 17 00:00:00 2001 From: nurbek Date: Fri, 12 Feb 2021 11:10:23 +0600 Subject: [PATCH] Add Syluis/oss Ecomerce --- .../webextension/images/icons/Sylius.svg | 5 ++++ src/technologies.json | 26 +++++++++++++++++++ 2 files changed, 31 insertions(+) create mode 100644 src/drivers/webextension/images/icons/Sylius.svg diff --git a/src/drivers/webextension/images/icons/Sylius.svg b/src/drivers/webextension/images/icons/Sylius.svg new file mode 100644 index 000000000..19df8db24 --- /dev/null +++ b/src/drivers/webextension/images/icons/Sylius.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/src/technologies.json b/src/technologies.json index 48b2bd629..298b0b2b4 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -16627,6 +16627,32 @@ "scripts": "swiper(?:\\.min)?\\.js", "website": "https://swiperjs.com" }, + "Sylius": { + "cats": [ + 6 + ], + "description": "Sylius is an open source ecommerce framework based on Symfony full stack.", + "icon": "Sylius.svg", + "implies": "Symfony", + "dom": { + "body.sylius_homepage": { + "attributes": { + "class": "" + } + }, + "div#sylius-cart-button": { + "attributes": { + "id": "" + } + } + }, + "scripts": [ + "syliusshop/script\\.js", + "syliusgtmenhancedecommerceplugin" + ], + "oss": true, + "website": "https://sylius.com" + }, "Symfony": { "cats": [ 18