From dcb74ba6da62adafc08770cc4a9b3a99ef7c9b69 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Tue, 21 Jun 2016 13:53:14 +0200 Subject: [PATCH] Synced wysiwyg template --- wcfsetup/install/files/acp/templates/wysiwyg.tpl | 7 +++++++ 1 file changed, 7 insertions(+) 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', -- 2.20.1