From 50b8bbc4294766ad036a198fcfc455493cb50d25 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Mon, 30 Jun 2014 21:41:41 +0200 Subject: [PATCH] Disabled a few features with unwanted side effects and added ltr/rtl --- com.woltlab.wcf/templates/wysiwyg.tpl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/com.woltlab.wcf/templates/wysiwyg.tpl b/com.woltlab.wcf/templates/wysiwyg.tpl index 0b84dc4434..3444e3e1a9 100644 --- a/com.woltlab.wcf/templates/wysiwyg.tpl +++ b/com.woltlab.wcf/templates/wysiwyg.tpl @@ -35,6 +35,10 @@ $(function() { var $autosave = $textarea.data('autosave'); var $config = { buttons: $buttons, + convertImageLinks: false, + convertLinks: false, + convertVideoLinks: false, + direction: '{lang}wcf.global.pageDirection{/lang}', lang: '{@$__wcf->getLanguage()->getFixedLanguageCode()}', minHeight: 200, imageResizable: false, -- 2.20.1