mirror of
https://github.com/directus/directus.git
synced 2026-04-03 03:00:39 -04:00
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:
committed by
GitHub
parent
b69fcec3a4
commit
01ecf994d4
@@ -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 || {}),
|
||||
};
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user