]> git.0d.be Git - panikweb-esperanzah.git/blob - panikweb_esperanzah/esperanzah_db_settings.py
split episode text on <hr>, to allow for long and extensive texts
[panikweb-esperanzah.git] / panikweb_esperanzah / esperanzah_db_settings.py
1 PIGE_DOWNLOAD_BASE_URL = None
2 ENABLE_PIWIK = False
3 HAS_WIKI = False
4 HAS_REGIE = False
5 HAS_PIGE = False
6 HAS_FORUMS = False
7 HAS_NEWSLETTERS = False
8 USE_EXTERNAL_SOUNDS = False
9
10 COMBO_PUBLIC_TEMPLATES = {
11     'standard': {
12         'name': 'Page',
13         'template': 'combo/page_template.html',
14         'placeholders': {
15             'content': {
16                 'name': 'Content',
17             },
18             'footer': {
19                 'name': 'Footer',
20                 'optional': True,
21             },
22         },
23     },
24 }
25
26 CKEDITOR_CONFIGS['default']['toolbar_Own'][1].append('HorizontalRule')