root/qPloneCaptchas/tags/0.8/config.py

Revision 341 (checked in by chervol, 3 years ago)

initial import

  • Property svn:eol-style set to native
Line 
1 GLOBALS = globals()
2 PRODUCT_NAME = 'qPloneCaptchas'
3 CAPTCHAS_COUNT = 165
4 LAYERS = ['captchas', 'plone_captchas']
5 LAYER_QCOMMENTS = 'captchas_qcomments'
6 LAYER_DISCUSSION = 'captchas_discussion'
7 LAYER_FORMMAILER = 'captchas_ploneformmailer'
8 ALL_LAYERS = LAYERS + [LAYER_QCOMMENTS, LAYER_DISCUSSION, LAYER_FORMMAILER]
Note: See TracBrowser for help on using the browser.