source: products/ploneorg.kudobounty/trunk/ploneorg/kudobounty/profiles/default/registry.xml

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

Added 'ploneorg.kudobounty.bountySubmissionForm' record (with path to bounty submission form) to plone.app.registry

File size: 303 bytes
Line 
1<registry>
2
3    <record name="ploneorg.kudobounty.bountySubmissionForm">
4        <field type="plone.registry.field.TextLine">
5            <title>Path to Bounty Program Submission Form</title>
6        </field>
7        <value>/bounty-submissions/bounty-submissions-form</value>
8    </record>
9
10</registry>
Note: See TracBrowser for help on using the repository browser.