From 56921d47576fa7753a64ea594e12be294b4d6684 Mon Sep 17 00:00:00 2001 From: nurbek Date: Thu, 21 Oct 2021 19:03:25 +0600 Subject: [PATCH 1/3] Add GoDaddy WordPress Lyrical / WordPress theme --- .../webextension/images/icons/GoDaddy.svg | 3 +++ .../webextension/images/icons/godaddy.svg | 3 --- src/technologies/g.json | 16 +++++++++++++++- 3 files changed, 18 insertions(+), 4 deletions(-) create mode 100644 src/drivers/webextension/images/icons/GoDaddy.svg delete mode 100644 src/drivers/webextension/images/icons/godaddy.svg diff --git a/src/drivers/webextension/images/icons/GoDaddy.svg b/src/drivers/webextension/images/icons/GoDaddy.svg new file mode 100644 index 000000000..09e541bfe --- /dev/null +++ b/src/drivers/webextension/images/icons/GoDaddy.svg @@ -0,0 +1,3 @@ + + + diff --git a/src/drivers/webextension/images/icons/godaddy.svg b/src/drivers/webextension/images/icons/godaddy.svg deleted file mode 100644 index 9c7492ad8..000000000 --- a/src/drivers/webextension/images/icons/godaddy.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/src/technologies/g.json b/src/technologies/g.json index 656472da6..65d0774bf 100644 --- a/src/technologies/g.json +++ b/src/technologies/g.json @@ -642,7 +642,7 @@ "cookies": { "dps_site_id": "" }, - "icon": "godaddy.svg", + "icon": "GoDaddy.svg", "meta": { "generator": "Go Daddy Website Builder (.+)\\;version:\\1" }, @@ -652,6 +652,20 @@ "saas": true, "website": "https://www.godaddy.com/websites/website-builder" }, + "GoDaddy WordPress Lyrical": { + "cats": [ + 80 + ], + "description": "GoDaddy WordPress Lyrical is a Primer child theme with a focus on photography and beautiful fonts.", + "icon": "GoDaddy.svg", + "requires": "WordPress", + "dom": "link[href*='/wp-content/themes/lyrical/']", + "pricing": [ + "freemium" + ], + "oss": true, + "website": "https://github.com/godaddy-wordpress/primer-child-lyrical" + }, "GoJS": { "cats": [ 25 From fb7ca470836bbadbb29d3fefd8945d251e418caa Mon Sep 17 00:00:00 2001 From: nurbek Date: Thu, 21 Oct 2021 19:27:55 +0600 Subject: [PATCH 2/3] exclude Primer parent theme --- src/technologies/g.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/technologies/g.json b/src/technologies/g.json index 65d0774bf..90983b550 100644 --- a/src/technologies/g.json +++ b/src/technologies/g.json @@ -659,6 +659,7 @@ "description": "GoDaddy WordPress Lyrical is a Primer child theme with a focus on photography and beautiful fonts.", "icon": "GoDaddy.svg", "requires": "WordPress", + "excludes": "GoDaddy WordPress Primer", "dom": "link[href*='/wp-content/themes/lyrical/']", "pricing": [ "freemium" From 36bb496e53f6b7c3f782c34ca2ae71ef231e0780 Mon Sep 17 00:00:00 2001 From: nurbek Date: Thu, 21 Oct 2021 19:50:14 +0600 Subject: [PATCH 3/3] update tech name --- src/technologies/g.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/technologies/g.json b/src/technologies/g.json index 90983b550..a029e9eaf 100644 --- a/src/technologies/g.json +++ b/src/technologies/g.json @@ -652,14 +652,14 @@ "saas": true, "website": "https://www.godaddy.com/websites/website-builder" }, - "GoDaddy WordPress Lyrical": { + "GoDaddy Lyrical": { "cats": [ 80 ], - "description": "GoDaddy WordPress Lyrical is a Primer child theme with a focus on photography and beautiful fonts.", + "description": "GoDaddy Lyrical is a GoDaddy Primer child theme with a focus on photography and beautiful fonts.", "icon": "GoDaddy.svg", "requires": "WordPress", - "excludes": "GoDaddy WordPress Primer", + "excludes": "GoDaddy Primer", "dom": "link[href*='/wp-content/themes/lyrical/']", "pricing": [ "freemium"