cubicweb/web/webconfig.py
branch3.24
changeset 11902 6c320c41b1a0
parent 11794 d8830e2bd2e0
child 11929 fcbd6b251d81
equal deleted inserted replaced
11901:afd7657a6d65 11902:6c320c41b1a0
   158          {'type' : 'time',
   158          {'type' : 'time',
   159           'default': '5min',
   159           'default': '5min',
   160           'help': 'Same as cleanup-session-time but specific to anonymous '
   160           'help': 'Same as cleanup-session-time but specific to anonymous '
   161           'sessions. You can have a much smaller timeout here since it will be '
   161           'sessions. You can have a much smaller timeout here since it will be '
   162           'transparent to the user. Default to 5min.',
   162           'transparent to the user. Default to 5min.',
   163           'group': 'web', 'level': 3,
       
   164           }),
       
   165         ('embed-allowed',
       
   166          {'type' : 'regexp',
       
   167           'default': None,
       
   168           'help': 'regular expression matching URLs that may be embeded. \
       
   169 leave it blank if you don\'t want the embedding feature, or set it to ".*" \
       
   170 if you want to allow everything',
       
   171           'group': 'web', 'level': 3,
   163           'group': 'web', 'level': 3,
   172           }),
   164           }),
   173         ('submit-mail',
   165         ('submit-mail',
   174          {'type' : 'string',
   166          {'type' : 'string',
   175           'default': None,
   167           'default': None,