in settings.py
TINYMCE_DEFAULT_CONFIG = {
'plugins': "xhtmlxtras",
'theme': "advanced",
"theme_advanced_buttons1" : "bold,italic,underline,separator,bullist,numlist,separator,outdent,indent,separator,undo,redo",
"theme_advanced_buttons2" : "link,unlink,separator,removeformat,separator,sub,sup,separator,abbr",
"theme_advanced_buttons3" : "",
'cleanup_on_startup': True,
'custom_undo_redo_levels': 10,
}
all options :
No comments:
Post a Comment