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

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

Cleanup, remade setuphandlers

  • Property svn:eol-style set to native
File size: 450 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
11CONTAINER_ID = "bounty-submissions"
12CONTAINER_TITLE = "Bounty submissions"
13
14FORM_ID = "bounty-submissions-form"
15FORM_PATH = "/".join([CONTAINER_ID, FORM_ID])
16TOPIC_ID = "aggregator"
17TOPIC_PATH = "/".join([CONTAINER_ID, TOPIC_ID])
Note: See TracBrowser for help on using the repository browser.