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
This commit is contained in:
Kevin Ndung'u 2014-11-20 13:03:10 +03:00
parent 5b3b2e4143
commit 41e2868292
1 changed files with 1 additions and 0 deletions

View File

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