Skip to content

Commit

Permalink
docs: remove strict prop
Browse files Browse the repository at this point in the history
  • Loading branch information
KillerCodeMonkey committed Apr 16, 2024
1 parent fc65ad5 commit 6a1256f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6a1256f

Please sign in to comment.