diff --git a/src/drivers/webextension/images/icons/Gutenberg Blocks.png b/src/drivers/webextension/images/icons/Gutenberg Blocks.png new file mode 100644 index 000000000..deb0eb770 Binary files /dev/null and b/src/drivers/webextension/images/icons/Gutenberg Blocks.png differ diff --git a/src/technologies/g.json b/src/technologies/g.json index 4eeb3235a..afe65b776 100644 --- a/src/technologies/g.json +++ b/src/technologies/g.json @@ -1709,5 +1709,16 @@ }, "icon": "gunicorn.png", "website": "http://gunicorn.org" + }, + "Gutenberg Blocks": { + "cats": [ + 87 + ], + "description": "Gutenberg Blocks are the editor blocks that are used to create content layouts in the new WordPress block editor aka Gutenberg by Brainstorm Force.", + "icon": "Gutenberg Blocks.png", + "dom": "link[href*='/wp-content/plugins/ultimate-addons-for-gutenberg/']", + "requires": "WordPress", + "scriptSrc": "/wp-content/plugins/ultimate-addons-for-gutenberg/.+\\.js(?:\\?ver=(\\d+(?:\\.\\d+)+))?\\;version:\\1", + "website": "https://ultimategutenberg.com" } }