summaryrefslogtreecommitdiff
path: root/pv/settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'pv/settings.py')
-rw-r--r--pv/settings.py10
1 files changed, 8 insertions, 2 deletions
diff --git a/pv/settings.py b/pv/settings.py
index 47b9d2e..5e251df 100644
--- a/pv/settings.py
+++ b/pv/settings.py
@@ -90,15 +90,21 @@ INSTALLED_APPS = (
'tinymce',
)
-TINYMCE_JS_URL = '/static/js/tiny_mce/tiny_mce.js'
TINYMCE_DEFAULT_CONFIG = {
- 'plugins': 'contextmenu',
+ 'plugins': 'advimage,advlink,advlist,autoresize,contextmenu,paste',
'theme': 'advanced',
'theme_advanced_toolbar_location': 'top',
+ 'theme_advanced_toolbar_align': 'center',
+ 'theme_advanced_statusbar_location': 'bottom',
+ 'theme_advanced_resizing': 'true',
+ 'theme_advanced_path': 'false',
+ 'theme_advanced_buttons3_add': 'separator,pastetext,pasteword,selectall',
+ 'paste_block_drop': 'true',
}
CACHE_BACKEND = 'locmem://'
+
MUSIKPROG_IDS = (
1, # unmodieriertes musikprogramm
)