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'],