source: products/ploneorg.kudobounty/trunk/ploneorg/kudobounty/config.py @ 3129

Last change on this file since 3129 was 3129, checked in by mylan, 13 years ago

Initial import of the package

  • Property svn:eol-style set to native
File size: 445 bytes
Line 
1"""Common configuration constants
2"""
3
4PROJECTNAME = 'ploneorg.kudobounty'
5
6ADD_PERMISSIONS = {
7    # -*- extra stuff goes here -*-
8    'BountyProgramSubmission': 'ploneorg.kudobounty: Add Bounty Program Submission',
9}
10
11SUBMISSION_CONTAINER_ID = "bounty-submissions"
12FORM_ID = "bounty-submissions-form"
13FORM_PATH = "/".join([SUBMISSION_CONTAINER_ID, FORM_ID])
14TOPIC_ID = "index_html"
15TOPIC_PATH = "/".join([SUBMISSION_CONTAINER_ID, TOPIC_ID])
16
17
Note: See TracBrowser for help on using the repository browser.