source: products/qPloneCaptchas/tags/0.9/config.py @ 458

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

Building directory structure

  • Property svn:eol-style set to native
File size: 381 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]
9TOOL_ICON = 'tool.gif'
10TOOL_ID = 'portal_captchas'
11havePIL = True
Note: See TracBrowser for help on using the repository browser.