Merge pull request #5349 from tsiegleauq/tinymce-link-settings
Set tinymce urls to absolute
This commit is contained in:
commit
6a6e90067a
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user