Skip to content
This repository was archived by the owner on Sep 8, 2020. It is now read-only.

Commit a67e73c

Browse files
committed
Update readme to include baseURL option
1 parent c611f5e commit a67e73c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ In addition, it supports these additional optional options
9898

9999
- `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)
100100
- `trusted` When `true`, all TinyMCE content that is set to `ngModel` will be whitelisted by `$sce`
101+
- `baseURL` This will set [baseURL property on the EditorManager](https://www.tinymce.com/docs/api/class/tinymce.editormanager/)
101102

102103
This option is only supported when present on the `uiTinymceConfig` global injectable - this injectable needs to be an object.
103104

0 commit comments

Comments
 (0)