web/webconfig.py
changeset 8850 4032499c701e
parent 8669 62213a34726e
child 8889 be91151107f6
--- a/web/webconfig.py	Tue Apr 02 12:13:06 2013 +0200
+++ b/web/webconfig.py	Fri Mar 15 12:11:29 2013 +0100
@@ -111,6 +111,14 @@
           'group': 'web', 'level': 3,
           }),
         # web configuration
+        ('ui-cube',
+         {'type' : 'string',
+          'default': None,
+          'help': 'the name of the UI cube that will be loaded before all other '\
+          'cubes. Setting this value to None will instruct cubicweb not to load '\
+          'any extra cube.',
+          'group': 'web', 'level': 3,
+          }),
         ('https-url',
          {'type' : 'string',
           'default': None,