ui: Additional Pithos versioninfo.xml client type
[snf-cloudcms] / cloudcms / cms.py
index 791b38c..4f2b091 100644 (file)
@@ -57,6 +57,7 @@ from feincms.content.richtext.models import RichTextContent
 from cloudcmsresources.models import ResourcesList
 from cloudcms.content import *
 
+
 Page.register_extensions(
     'changedate',
     'datepublisher',
@@ -65,7 +66,8 @@ Page.register_extensions(
     'symlinks',
     'navigation',
     'sites',
-    'titles'
+    'titles',
+    'featured',
 )
 
 
@@ -137,6 +139,18 @@ TEMPLATES = [{
         ('main', 'Main region'),
         ),
     },
+    {
+    'key': 'topwidetwocol',
+    'title': 'Basic (Top 1 col, Middle 2 cols, Bottom 2 cols)',
+    'path': 'cms/pages/topwidetwocol.html',
+    'regions': (
+        ('top', 'Top region'), 
+        ('middle_left', 'Middle left region'),
+        ('middle_right', 'Middle right region'),
+        ('bottom_left', 'Bottom left region'),
+        ('bottom_right', 'Bottom right region'),
+        ),
+    },
 ]
 
 # register templates
@@ -202,3 +216,6 @@ for model in EXTRA_CONTENT_MODELS:
         ('default', 'Default position'),
     ))
 
+
+Page.create_content_type(StatsBlock)
+Page.create_content_type(IntroVideo)
\ No newline at end of file