Commit 170a723ef6a0b33b6ede61bdc10b9c8d6c8662e8
1 parent
a71491ff
Exists in
theme-brasil-digital-from-staging
and in
9 other branches
virtuoso: disable url conversion at tinymce editor
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
plugins/virtuoso/views/cms/virtuoso_plugin/_tinymce_template_editor.html.erb
@@ -6,6 +6,6 @@ | @@ -6,6 +6,6 @@ | ||
6 | function tinymce_macros_setup(editor) {} | 6 | function tinymce_macros_setup(editor) {} |
7 | 7 | ||
8 | jQuery(document).ready(function($) { | 8 | jQuery(document).ready(function($) { |
9 | - <%= tinymce_init_js(:valid_children => "+body[style]") %> | 9 | + <%= tinymce_init_js(:valid_children => "+body[style]", :convert_urls => false) %> |
10 | }); | 10 | }); |
11 | </script> | 11 | </script> |