Browse Source

change tinymce settings

master
Sanj 12 years ago
parent
commit
edbdcb7a0e
  1. 4
      mofca/settings.py

4
mofca/settings.py

@ -30,7 +30,9 @@ TINYMCE_DEFAULT_CONFIG = {
'theme': "advanced",
'relative_urls': False,
'plugins': "table,spellchecker,paste,searchreplace",
'height': 400
'height': 400,
'remove_linebreaks': False
}
# Local time zone for this installation. Choices can be found here:

Loading…
Cancel
Save