Skip to content

Commit

Permalink
Add detection for the WordPress Block Editor
Browse files Browse the repository at this point in the history
  • Loading branch information
jdevalk committed Jul 4, 2024
1 parent a5dd954 commit 80dcf98
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion src/technologies/w.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "<div[^>]+class=[\"']wp-block-*",
"icon": "WordPress.svg",
"requires": "WordPress",
"website": "https://wordpress.org/gutenberg/"
},
"WordPress Default": {
"cats": [
80
Expand All @@ -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": "<div class=\"wp-site-blocks\">",
"icon": "WordPress.svg",
"requires": "WordPress",
Expand Down

0 comments on commit 80dcf98

Please sign in to comment.