Synced wysiwyg template
authorAlexander Ebert <ebert@woltlab.com>
Tue, 21 Jun 2016 11:53:14 +0000 (13:53 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Tue, 21 Jun 2016 11:53:21 +0000 (13:53 +0200)
wcfsetup/install/files/acp/templates/wysiwyg.tpl

index 9204e05974a5a9015a551cbc4cc1b387e6eb17a7..13d069435a28be91946d2b13e5c0994745e08f04 100644 (file)
@@ -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}',
                                                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}',
                                        'alignment',
                                        'source',
                                        'table',
+                                       'WoltLabAlignment',
                                        'WoltLabAttachment',
                                        'WoltLabBlock',
                                        'WoltLabCode',