From: Alexander Ebert Date: Tue, 21 Jun 2016 11:53:14 +0000 (+0200) Subject: Synced wysiwyg template X-Git-Tag: 3.0.0_Beta_1~1384^2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=dcb74ba6da62adafc08770cc4a9b3a99ef7c9b69;p=GitHub%2FWoltLab%2FWCF.git Synced wysiwyg template --- diff --git a/wcfsetup/install/files/acp/templates/wysiwyg.tpl b/wcfsetup/install/files/acp/templates/wysiwyg.tpl index 9204e05974..13d069435a 100644 --- a/wcfsetup/install/files/acp/templates/wysiwyg.tpl +++ b/wcfsetup/install/files/acp/templates/wysiwyg.tpl @@ -18,6 +18,7 @@ '{@$__wcf->getPath()}js/3rdParty/redactor2/plugins/table.js?v={@LAST_UPDATE_TIME}', {* WoltLab *} + '{@$__wcf->getPath()}js/3rdParty/redactor2/plugins/WoltLabAlignment.js?v={@LAST_UPDATE_TIME}', '{@$__wcf->getPath()}js/3rdParty/redactor2/plugins/WoltLabAttachment.js?v={@LAST_UPDATE_TIME}', '{@$__wcf->getPath()}js/3rdParty/redactor2/plugins/WoltLabBlock.js?v={@LAST_UPDATE_TIME}', '{@$__wcf->getPath()}js/3rdParty/redactor2/plugins/WoltLabButton.js?v={@LAST_UPDATE_TIME}', @@ -108,6 +109,11 @@ heading4: '{lang}wcf.editor.format.heading4{/lang}', paragraph: '{lang}wcf.editor.format.paragraph{/lang}', + 'align-center': '{lang}wcf.editor.alignment.center{/lang}', + 'align-justify': '{lang}wcf.editor.alignment.justify{/lang}', + 'align-left': '{lang}wcf.editor.alignment.left{/lang}', + 'align-right': '{lang}wcf.editor.alignment.right{/lang}', + // table plugin 'add-head': '{lang}wcf.editor.table.addHead{/lang}', 'delete-column': '{lang}wcf.editor.table.deleteColumn{/lang}', @@ -126,6 +132,7 @@ 'alignment', 'source', 'table', + 'WoltLabAlignment', 'WoltLabAttachment', 'WoltLabBlock', 'WoltLabCode',