From 5762c09f51fef4f3f3146f968b84c6316f65fa5d Mon Sep 17 00:00:00 2001 From: Aziz Abbas Date: Wed, 10 Mar 2021 20:51:22 -0800 Subject: [PATCH 1/2] Add Builder.io / CMS --- .../webextension/images/icons/Builder.svg | 1 + src/technologies.json | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 src/drivers/webextension/images/icons/Builder.svg diff --git a/src/drivers/webextension/images/icons/Builder.svg b/src/drivers/webextension/images/icons/Builder.svg new file mode 100644 index 000000000..2af968277 --- /dev/null +++ b/src/drivers/webextension/images/icons/Builder.svg @@ -0,0 +1 @@ + diff --git a/src/technologies.json b/src/technologies.json index 37fc19c64..af8e215d5 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -3166,6 +3166,22 @@ }, "website": "http://www.bugzilla.org" }, + "Builder": { + "cats": [ + 1 + ], + "description": "Builder.io is a headless CMS with a powerful drag-and-drop visual editor that lets you build and optimize digital experiences with speed and flexibility. ", + "html": ["<[^>]*data-builder-content-id=", "<[^>]*cdn.builder.io"], + "icon": "Builder.svg", + "pricing": [ + "low", + "freemium", + "recurring" + ], + "saas": true, + "website": "https://builder.io", + "xhr": "cdn\\.builder\\.io" + }, "Buildertrend": { "cats": [ 19 From 786f3d8942f5db39e603fe4199e2900bdfd95c7a Mon Sep 17 00:00:00 2001 From: Elbert Alias <77259+AliasIO@users.noreply.github.com> Date: Tue, 23 Mar 2021 10:17:03 +1100 Subject: [PATCH 2/2] Update technologies.json --- src/technologies.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/technologies.json b/src/technologies.json index af8e215d5..101d63f72 100644 --- a/src/technologies.json +++ b/src/technologies.json @@ -3171,7 +3171,11 @@ 1 ], "description": "Builder.io is a headless CMS with a powerful drag-and-drop visual editor that lets you build and optimize digital experiences with speed and flexibility. ", - "html": ["<[^>]*data-builder-content-id=", "<[^>]*cdn.builder.io"], + "dom": { + "[data-builder-content-id], img[src*=cdn.builder.io]": { + "text": "" + } + }, "icon": "Builder.svg", "pricing": [ "low", @@ -21672,4 +21676,4 @@ "website": "https://www.xt-commerce.com" } } -} \ No newline at end of file +}