forked from expo/troggle
Added variables to configure TinyMCE
This commit is contained in:
parent
41aca4e2d7
commit
7a0a898bc6
12
settings.py
12
settings.py
@ -90,4 +90,14 @@ INSTALLED_APPS = (
|
|||||||
|
|
||||||
QM_PATTERN="\[\[\s*[Qq][Mm]:([ABC]?)(\d{4})-(\d*)-(\d*)\]\]"
|
QM_PATTERN="\[\[\s*[Qq][Mm]:([ABC]?)(\d{4})-(\d*)-(\d*)\]\]"
|
||||||
|
|
||||||
from localsettings import * #localsettings needs to take precedence. Call it to override any existing vars.
|
TINYMCE_JS_URL = 'http://debug.example.org/tiny_mce/tiny_mce_src.js'
|
||||||
|
TINYMCE_DEFAULT_CONFIG = {
|
||||||
|
'plugins': "table,spellchecker,paste,searchreplace",
|
||||||
|
'theme': "advanced",
|
||||||
|
}
|
||||||
|
TINYMCE_SPELLCHECKER = False
|
||||||
|
TINYMCE_COMPRESSOR = True
|
||||||
|
|
||||||
|
MAX_LOGBOOK_ENTRY_TITLE_LENGTH = 200
|
||||||
|
|
||||||
|
from localsettings import * #localsettings needs to take precedence. Call it to override any existing vars.
|
||||||
|
Loading…
Reference in New Issue
Block a user