From 57bed60db7fb5ad51e8110c625507233353ecc1b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=87etin?=
<69278826+cetincakiroglu@users.noreply.github.com>
Date: Mon, 13 May 2024 16:35:32 +0300
Subject: [PATCH] Update quill documentation
---
src/app/showcase/doc/editor/quilldoc.ts | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/src/app/showcase/doc/editor/quilldoc.ts b/src/app/showcase/doc/editor/quilldoc.ts
index 719d0332c52..5d9188d2003 100644
--- a/src/app/showcase/doc/editor/quilldoc.ts
+++ b/src/app/showcase/doc/editor/quilldoc.ts
@@ -6,12 +6,22 @@ import { Code } from '@domain/code';
template: `
Editor uses Quill editor underneath so it needs to be installed as a dependency. Also, core styles of the Quill should be imported in the project's root style file.