change tinymce settings
This commit is contained in:
parent
e33f74f285
commit
edbdcb7a0e
|
@ -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…
Reference in New Issue
Block a user