From 41e2868292d8aac9aeec6e3a84c6ce31f5deab11 Mon Sep 17 00:00:00 2001 From: Kevin Ndung'u Date: Thu, 20 Nov 2014 13:03:10 +0300 Subject: [PATCH] Provide Link and Unlink buttons in default config The Default config lacks the basic functionality of inserting links. This adds these buttons in the default toolbar config --- ckeditor/widgets.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ckeditor/widgets.py b/ckeditor/widgets.py index bf68d59..eaa4027 100644 --- a/ckeditor/widgets.py +++ b/ckeditor/widgets.py @@ -29,6 +29,7 @@ DEFAULT_CONFIG = { ], 'toolbar_Full': [ ['Styles', 'Format', 'Bold', 'Italic', 'Underline', 'Strike', 'SpellChecker', 'Undo', 'Redo'], + [ 'Link','Unlink','Anchor'], ['Image', 'Flash', 'Table', 'HorizontalRule'], ['TextColor', 'BGColor'], ['Smiley', 'SpecialChar'], ['Source'],