web/webconfig.py
changeset 8941 7b26fe71404f
parent 8889 be91151107f6
child 8989 8742f4bf029f
equal deleted inserted replaced
8940:ae898a084da2 8941:7b26fe71404f
   166          {'type' : 'time',
   166          {'type' : 'time',
   167           'default': '5min',
   167           'default': '5min',
   168           'help': 'Same as cleanup-session-time but specific to anonymous '
   168           'help': 'Same as cleanup-session-time but specific to anonymous '
   169           'sessions. You can have a much smaller timeout here since it will be '
   169           'sessions. You can have a much smaller timeout here since it will be '
   170           'transparent to the user. Default to 5min.',
   170           'transparent to the user. Default to 5min.',
   171           'group': 'web', 'level': 3,
       
   172           }),
       
   173         ('force-html-content-type',
       
   174          {'type' : 'yn',
       
   175           'default': False,
       
   176           'help': 'force text/html content type for your html pages instead of cubicweb user-agent based'\
       
   177           'deduction of an appropriate content type',
       
   178           'group': 'web', 'level': 3,
   171           'group': 'web', 'level': 3,
   179           }),
   172           }),
   180         ('embed-allowed',
   173         ('embed-allowed',
   181          {'type' : 'regexp',
   174          {'type' : 'regexp',
   182           'default': None,
   175           'default': None,