]> git.0d.be Git - panikweb-esperanzah.git/blobdiff - panikweb_esperanzah/esperanzah_db_settings.py
adjust animations
[panikweb-esperanzah.git] / panikweb_esperanzah / esperanzah_db_settings.py
index b7e9fd080c13b2aac5115d6cfae47704cc085043..8b7aacbf3bc7b47894c3d4d12f30d3f55301048f 100644 (file)
@@ -1,3 +1,5 @@
+PODCAST_FILE_FORMATS = 'mp3'
+
 PIGE_DOWNLOAD_BASE_URL = None
 ENABLE_PIWIK = False
 HAS_WIKI = False
@@ -13,11 +15,16 @@ COMBO_PUBLIC_TEMPLATES = {
         'template': 'combo/page_template.html',
         'placeholders': {
             'content': {
-                'name': 'Content',
+                'name': 'Contenu',
             },
-            'footer': {
-                'name': 'Footer',
-                'optional': True,
+        },
+    },
+    'fullwidth': {
+        'name': 'Page (pleine largeur)',
+        'template': 'combo/page_template.html',  # existing template so it can be selected
+        'placeholders': {
+            'content': {
+                'name': 'Contenu',
             },
         },
     },