source: products/qPloneCaptchas/tags/0.8/config.py @ 1

Last change on this file since 1 was 1, checked in by myroslav, 18 years ago

Building directory structure

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