]> git.0d.be Git - panikweb-studioneau.git/commitdiff
sync COMBO_PUBLIC_TEMPLATES between db & web processes
authorFrédéric Péters <fpeters@0d.be>
Sat, 4 Feb 2023 12:14:07 +0000 (13:14 +0100)
committerFrédéric Péters <fpeters@0d.be>
Sat, 4 Feb 2023 12:14:07 +0000 (13:14 +0100)
panikweb_studioneau/studioneau_settings.py

index a83ac243f85c77b0135cdc9f3ca795473badff16..a0843706b45f89c61fa4ab4d0601c1e9e683e6bb 100644 (file)
@@ -60,6 +60,21 @@ LOCALE_PATHS = [
     os.path.join(os.path.dirname(local_settings_file), 'locale'),
 ] + list(LOCALE_PATHS)
 
+COMBO_PUBLIC_TEMPLATES = {
+    'standard': {
+        'name': 'Page',
+        'template': 'combo/page_template.html',
+        'placeholders': {
+            'content': {
+                'name': 'Content',
+            },
+            'footer': {
+                'name': 'Footer',
+                'optional': True,
+            },
+        },
+    },
+}
 
 extra_local_settings_file = os.environ.get(
     'PANIKWEB_STUDIONEAU_SETTINGS_FILE',