From 6a1256f10e58ee0bcb5c2ed6b974da50fd0e714c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bengt=20Wei=C3=9Fe?= Date: Tue, 16 Apr 2024 08:51:53 +0200 Subject: [PATCH] docs: remove strict prop --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 187fe37f..868b2d5c 100644 --- a/README.md +++ b/README.md @@ -435,7 +435,6 @@ As a helper `ngx-quill` provides a component where you can pass many options of - debug - set log level `warn`, `error`, `log` or `false` to deactivate logging, default: `warn` - use customOptions for adding for example custom font sizes --> this overwrites this options **globally** !!! - use customModules for adding and overwriting modules --> this overwrites this modules **globally** !!! -- strict - default: true, sets editor in strict mode - sanitize - uses angulars DomSanitizer to sanitize html values - default: `false`, boolean (only for format="html") ### Outputs