web/webconfig.py
changeset 2552 1ea2f2ff5dca
parent 2476 1294a6bdf3bf
child 2657 de974465d381
--- a/web/webconfig.py	Mon Jul 27 10:58:37 2009 +0200
+++ b/web/webconfig.py	Tue Jul 21 19:40:10 2009 +0200
@@ -145,6 +145,13 @@
           'sessions. Default to 2 min.',
           'group': 'web', 'inputlevel': 2,
           }),
+        ('force-html-content-type',
+         {'type' : 'yn',
+          'default': False,
+          'help': 'force text/html content type for your html pages instead of cubicweb user-agent based'\
+          'deduction of an appropriate content type',
+          'group': 'web', 'inputlevel': 2,
+          }),
         ('embed-allowed',
          {'type' : 'regexp',
           'default': None,