From 67674b887e4765456eb4dade074e3d113d234e3e Mon Sep 17 00:00:00 2001 From: Thibaud Colas Date: Sat, 29 Jan 2022 16:26:44 +0000 Subject: [PATCH] =?UTF-8?q?Add=20detection=20for=20Wagtail=E2=80=99s=20ric?= =?UTF-8?q?h=20text=20data-block-key=20attributes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/technologies/w.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/technologies/w.json b/src/technologies/w.json index 3ccc8dda5..eaa556b6f 100644 --- a/src/technologies/w.json +++ b/src/technologies/w.json @@ -331,6 +331,11 @@ ], "description": "Wagtail is a Django content management system (CMS) focused on flexibility and user experience.", "dom": { + "[data-block-key]": { + "attributes": { + "data-block-key": "[a-z0-9]{5}" + } + }, "[style*='images/']": { "attributes": { "style": "(?:\\.[a-z]+|/media)(?:/[\\w-]+)?/(?:original_images/[\\w-]+|images/[\\w-.]+\\.(?:(?:fill|max|min)-\\d+x\\d+(?:-c\\d+)?|(?:width|height|scale)-\\d+|original))\\."