change tinymce settings
This commit is contained in:
parent
e33f74f285
commit
edbdcb7a0e
|
@ -30,7 +30,9 @@ TINYMCE_DEFAULT_CONFIG = {
|
||||||
'theme': "advanced",
|
'theme': "advanced",
|
||||||
'relative_urls': False,
|
'relative_urls': False,
|
||||||
'plugins': "table,spellchecker,paste,searchreplace",
|
'plugins': "table,spellchecker,paste,searchreplace",
|
||||||
'height': 400
|
'height': 400,
|
||||||
|
'remove_linebreaks': False
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
# Local time zone for this installation. Choices can be found here:
|
# Local time zone for this installation. Choices can be found here:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user