Set tinymce urls to absolute
Potentially fixes a deeper TinyMCE issue that causes TinyMCE to remove important parts of pasted URLs
This commit is contained in:
parent
e0069f734a
commit
1a653c3fa7
@ -58,7 +58,9 @@ export abstract class BaseComponent {
|
|||||||
mobile: {
|
mobile: {
|
||||||
theme: 'mobile',
|
theme: 'mobile',
|
||||||
plugins: ['autosave', 'lists', 'autolink']
|
plugins: ['autosave', 'lists', 'autolink']
|
||||||
}
|
},
|
||||||
|
relative_urls: false,
|
||||||
|
remove_script_host: true
|
||||||
};
|
};
|
||||||
|
|
||||||
public constructor(protected titleService: Title, protected translate: TranslateService) {
|
public constructor(protected titleService: Title, protected translate: TranslateService) {
|
||||||
|
Loading…
Reference in New Issue
Block a user