From 59694e2a75136c283ec8dee1827018822f6919f2 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Mon, 19 Jan 2015 09:32:57 +0100 Subject: [PATCH] edit: include anchor button to refer news items --- edit.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/edit.js b/edit.js index 898116f..57a6f3c 100644 --- a/edit.js +++ b/edit.js @@ -52,7 +52,7 @@ CKEDITOR.on('instanceCreated', function (event) { ['Inlinesave', '-', 'ShowBlocks', 'Sourcedialog', '-', 'Undo', 'Redo'], ['Format'], ['BulletedList', 'NumberedList', '-', 'Blockquote'], - ['Bold', 'Italic', 'Underline', 'Strike', 'RemoveFormat', '-', 'Link'], + ['Bold', 'Italic', 'Underline', 'Strike', 'RemoveFormat', '-', 'Anchor', 'Link'], ['HorizontalRule', 'Table', 'Image'], ]; -- 2.30.0