From b8bb76d99534929eab430e202e8c75bdf131e6c6 Mon Sep 17 00:00:00 2001 From: Dhaval Vira Date: Wed, 5 Apr 2023 06:37:51 +0530 Subject: [PATCH] Trace Improved --- src/technologies/q.json | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/src/technologies/q.json b/src/technologies/q.json index 515da7c86..6ebab3d7a 100644 --- a/src/technologies/q.json +++ b/src/technologies/q.json @@ -346,11 +346,27 @@ 24 ], "description": "Quill is a free open-source WYSIWYG editor.", + "dom": { + "div[class*='ql-editor']": { + "attributes": { + "class": "ql-editor" + } + }, + "div[class*='quill']": { + "attributes": { + "class": "quill" + } + }, + "link[href*='cdn.quilljs.com/']": { + "attributes": { + "href": "cdn\\.quilljs\\.com/([\\d\\.]+)/\\;version:\\1" + } + } + }, "icon": "Quill.svg", "js": { "Quill": "" }, - "dom": "link[href*='cdn\\.quilljs.com/'], div.quill, div.ql-editor", "website": "http://quilljs.com" }, "Quintype": {