]> git.0d.be Git - django-panik-combo.git/commitdiff
add introduction to fullwidth page placeholders main
authorFrédéric Péters <fpeters@0d.be>
Thu, 26 Oct 2023 08:06:43 +0000 (10:06 +0200)
committerFrédéric Péters <fpeters@0d.be>
Thu, 26 Oct 2023 08:06:43 +0000 (10:06 +0200)
panikombo/misc.py

index c27059bc8fb5428e25c59f7c4391e5503a171f18..96877ab7d87116084260c2fb75e6181b08c82d80 100644 (file)
@@ -24,6 +24,10 @@ COMBO_PUBLIC_TEMPLATES = collections.OrderedDict(
             'name': 'Page prenant toute la largeur',
             'template': 'combo/page_template_full_width.html',
             'placeholders': {
+                'introduction': {
+                    'name': 'Introduction',
+                    'optional': True,
+                },
                 'content': {
                     'name': 'Contenu',
                 },