mirror of
https://github.com/itflow-org/itflow
synced 2026-03-09 15:24:51 +00:00
Fix Links cannot contain directories that exist https://forum.itflow.org/d/1568-bulk-send-email-links-cannot-contain-directories-that-exist
This commit is contained in:
@@ -39,6 +39,7 @@ tinymce.init({
|
|||||||
plugins: 'autosave lists autolink',
|
plugins: 'autosave lists autolink',
|
||||||
toolbar: 'bold italic styles'
|
toolbar: 'bold italic styles'
|
||||||
},
|
},
|
||||||
|
convert_urls: false,
|
||||||
plugins: 'link image lists table code codesample fullscreen autoresize',
|
plugins: 'link image lists table code codesample fullscreen autoresize',
|
||||||
license_key: 'gpl'
|
license_key: 'gpl'
|
||||||
});
|
});
|
||||||
@@ -70,6 +71,7 @@ tinymce.init({
|
|||||||
plugins: 'autosave lists autolink',
|
plugins: 'autosave lists autolink',
|
||||||
toolbar: 'bold italic styles'
|
toolbar: 'bold italic styles'
|
||||||
},
|
},
|
||||||
|
convert_urls: false,
|
||||||
plugins: 'link image lists table code codesample fullscreen autoresize',
|
plugins: 'link image lists table code codesample fullscreen autoresize',
|
||||||
license_key: 'gpl',
|
license_key: 'gpl',
|
||||||
setup: function(editor) {
|
setup: function(editor) {
|
||||||
@@ -168,6 +170,7 @@ tinymce.init({
|
|||||||
plugins: 'autosave lists autolink',
|
plugins: 'autosave lists autolink',
|
||||||
toolbar: 'bold italic styles'
|
toolbar: 'bold italic styles'
|
||||||
},
|
},
|
||||||
|
convert_urls: false,
|
||||||
plugins: 'link image lists table code fullscreen autoresize',
|
plugins: 'link image lists table code fullscreen autoresize',
|
||||||
license_key: 'gpl'
|
license_key: 'gpl'
|
||||||
});
|
});
|
||||||
@@ -196,6 +199,7 @@ tinymce.init({
|
|||||||
menubar: false,
|
menubar: false,
|
||||||
toolbar: 'bold italic styles'
|
toolbar: 'bold italic styles'
|
||||||
},
|
},
|
||||||
|
convert_urls: false,
|
||||||
plugins: 'link image lists table code codesample fullscreen autoresize',
|
plugins: 'link image lists table code codesample fullscreen autoresize',
|
||||||
license_key: 'gpl',
|
license_key: 'gpl',
|
||||||
setup: function(editor) {
|
setup: function(editor) {
|
||||||
|
|||||||
Reference in New Issue
Block a user