From 6b34e12facaa1f510dd0ebc5fd07ea37d59ff494 Mon Sep 17 00:00:00 2001 From: Felix Arntz Date: Tue, 3 Jan 2023 17:29:32 -0800 Subject: [PATCH] Add detection for WordPress themes Twenty Twenty-Two and Twenty Twenty-Three (WIP). --- src/technologies/t.json | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/src/technologies/t.json b/src/technologies/t.json index 9b9383f0f..ae3fb23ad 100644 --- a/src/technologies/t.json +++ b/src/technologies/t.json @@ -2928,6 +2928,33 @@ "scriptSrc": "/wp-content/themes/twentytwentyone/", "website": "https://wordpress.org/themes/twentytwentyone" }, + "Twenty Twenty-Three": { + "cats": [ + 80 + ], + "css": "\\/wp-content\\/themes\\/twentytwentythree\\/assets\\/fonts\\/", + "description": "Twenty Twenty-Three is the default WordPress theme for 2023.", + "icon": "WordPress.svg", + "pricing": [ + "freemium" + ], + "requires": "WordPress", + "website": "https://wordpress.org/themes/twentytwentythree" + }, + "Twenty Twenty-Two": { + "cats": [ + 80 + ], + "css": "\\/wp-content\\/themes\\/twentytwentytwo\\/assets\\/fonts\\/", + "description": "Twenty Twenty-Two is the default WordPress theme for 2022.", + "dom": "link#twentytwentytwo-style-css", + "icon": "WordPress.svg", + "pricing": [ + "freemium" + ], + "requires": "WordPress", + "website": "https://wordpress.org/themes/twentytwentytwo" + }, "TwicPics": { "cats": [ 31, @@ -3309,4 +3336,4 @@ "implies": "Node.js", "website": "https://totaljs.com" } -} \ No newline at end of file +}