Skip to content

Commit

Permalink
Merge pull request #14336 from jdalsem/beta-elgg5-issues
Browse files Browse the repository at this point in the history
chore(ckeditor): default protocol for inserting links is now configured
  • Loading branch information
jeabakker committed May 22, 2023
2 parents f144616 + 861a882 commit 1dbc8b4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mod/ckeditor/views/default/ckeditor/config/base.js
Expand Up @@ -9,6 +9,9 @@ define(['elgg'], function(elgg) {
top: topbar_height
}
},
link: {
defaultProtocol: 'http://'
},
removePlugins: [
'MediaEmbedToolbar', // is not yet supported in CKEditor5 but throws console warning
'MediaEmbed', // this plugin only provides backend oembed support. Can be enabled by plugin that provides frontend support
Expand Down

0 comments on commit 1dbc8b4

Please sign in to comment.