From 80dcf98175987689f202c5e854131c80b3dde8f4 Mon Sep 17 00:00:00 2001 From: Joost de Valk Date: Thu, 4 Jul 2024 10:12:55 +0200 Subject: [PATCH] Add detection for the WordPress Block Editor --- src/technologies/w.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/src/technologies/w.json b/src/technologies/w.json index bea11c2c1..80afcf33b 100644 --- a/src/technologies/w.json +++ b/src/technologies/w.json @@ -2066,6 +2066,16 @@ ], "website": "https://wordpress.org" }, + "WordPress Block Editor": { + "cats": [ + 51 + ], + "description": "Sites using the WordPress Block Editor, also known as Gutenberg.", + "html": "]+class=[\"']wp-block-*", + "icon": "WordPress.svg", + "requires": "WordPress", + "website": "https://wordpress.org/gutenberg/" + }, "WordPress Default": { "cats": [ 80 @@ -2080,11 +2090,12 @@ "scriptSrc": "/wp-content/themes/default/", "website": "https://wordpress.org/themes/default" }, - "WordPress Full Site Editing": { + "WordPress Site Editor": { "cats": [ 51 ], "description": "Full Site Editing enables users to design and customize their entire WordPress website with a block-based editor.", + "excludes": "WordPress Block Editor", "html": "
", "icon": "WordPress.svg", "requires": "WordPress",