Merge pull request #5349 from tsiegleauq/tinymce-link-settings

Set tinymce urls to absolute
This commit is contained in:
Emanuel Schütze 2020-05-05 15:41:52 +02:00 committed by GitHub
commit 6a6e90067a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -58,7 +58,9 @@ export abstract class BaseComponent {
mobile: {
theme: 'mobile',
plugins: ['autosave', 'lists', 'autolink']
}
},
relative_urls: false,
remove_script_host: true
};
public constructor(protected titleService: Title, protected translate: TranslateService) {