You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 8, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -79,7 +79,7 @@ The directive supports all of the standard TinyMCE initialization options as lis
79
79
80
80
In addition, it supports these additional optional options
81
81
82
-
-`format` Format to get content as, i.e. 'raw' for raw HTML, or 'text' for text only. Documentation [here](http://www.tinymce.com/wiki.php/api4:method.tinymce.Editor.getContent)
82
+
-`format` Format to get content as, i.e. 'raw' for raw HTML, or 'text' for text only. Defaults to 'html'. Documentation [here](http://www.tinymce.com/wiki.php/api4:method.tinymce.Editor.getContent)
83
83
-`trusted` When `true`, all TinyMCE content that is set to `ngModel` will be whitelisted by `$sce`
84
84
85
85
This option is only supported when present on the `uiTinymceConfig` global injectable - this injectable needs to be an object.
0 commit comments