source: products/qPloneComments/branches/plone-2.5/config.py

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

Building directory structure

File size: 819 bytes
Line 
1PROJECTNAME = "qPloneComments"
2
3GLOBALS = globals()
4SKINS_DIR = "skins"
5SKIN_NAME = "qplonecomments"
6
7CONFIGLET_ID = "prefs_comments_setup_form"
8CONFIGLET_NAME = "qPloneComments setup"
9
10PROPERTIES = (('enable_approve_user_notification', 'True', 'boolean'),
11              ('enable_reply_user_notification', 'True', 'boolean'),
12              ('enable_rejected_user_notification', 'True', 'boolean'),
13              ('enable_moderation', 'True', 'boolean'),
14              ('require_email', 'False', 'boolean'),
15              ('enable_anonymous_commenting', 'True', 'boolean'),
16              ('enable_published_notification', 'True', 'boolean'),
17              ('enable_approve_notification', 'True', 'boolean'),
18              ('email_discussion_manager', '', 'string'),
19              ('email_subject_prefix', '', 'string'))
Note: See TracBrowser for help on using the repository browser.