source: products/ploneorg.kudobounty/trunk/ploneorg/kudobounty/content/configure.zcml @ 3129

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

Initial import of the package

File size: 444 bytes
Line 
1<configure
2    xmlns="http://namespaces.zope.org/zope"
3    xmlns:five="http://namespaces.zope.org/five"
4    i18n_domain="ploneorg.kudobounty">
5
6  <!-- configure your content components here -->
7 
8  <!-- -*- extra stuff goes here -*- -->
9  <class class=".bountyprogramsubmission.BountyProgramSubmission">
10    <require
11        permission="zope2.View"
12        interface="..interfaces.IBountyProgramSubmission"
13        />
14  </class>
15
16</configure>
Note: See TracBrowser for help on using the repository browser.