wysiwyg: set the default link protocol to https (#4291)

See https://www.tiny.cloud/docs/plugins/opensource/link/#link_default_protocol

when you don't enter a protocol, and tinyemc thinks you entered an external link, it will prompt you to add https
This commit is contained in:
MiniDigger | Martin
2021-02-25 17:59:49 +01:00
committed by GitHub
parent b69fcec3a4
commit 01ecf994d4

View File

@@ -155,6 +155,7 @@ export default defineComponent({
file_picker_types: 'image media',
file_picker_callback: setImageUploadHandler,
urlconverter_callback: urlConverter,
link_default_protocol: 'https',
...(props.tinymceOverrides || {}),
};
});