From: Alexander Ebert Date: Mon, 30 Jun 2014 19:41:41 +0000 (+0200) Subject: Disabled a few features with unwanted side effects and added ltr/rtl X-Git-Tag: 2.1.0_Alpha_1~641^2~12 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=50b8bbc4294766ad036a198fcfc455493cb50d25;p=GitHub%2FWoltLab%2FWCF.git Disabled a few features with unwanted side effects and added ltr/rtl --- 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,