mirror of
https://github.com/daniviga/django-ram.git
synced 2026-02-28 13:42:27 +01:00
Change editor default height to 300px from 500px
This commit is contained in:
@@ -150,7 +150,7 @@ REST_FRAMEWORK = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
TINYMCE_DEFAULT_CONFIG = {
|
TINYMCE_DEFAULT_CONFIG = {
|
||||||
"height": "500px",
|
"height": "300px",
|
||||||
"menubar": False,
|
"menubar": False,
|
||||||
"plugins": "autolink lists link image charmap preview anchor "
|
"plugins": "autolink lists link image charmap preview anchor "
|
||||||
"searchreplace visualblocks code fullscreen insertdatetime media "
|
"searchreplace visualblocks code fullscreen insertdatetime media "
|
||||||
|
|||||||
Reference in New Issue
Block a user