source: products/quintagroup.gdocs.spreadsheet/trunk/quintagroup/gdocs/spreadsheet/content/configure.zcml @ 2646

Last change on this file since 2646 was 2646, checked in by liebster, 14 years ago

Add contenttype using paster

File size: 538 bytes
Line 
1<configure
2    xmlns="http://namespaces.zope.org/zope"
3    xmlns:five="http://namespaces.zope.org/five"
4    i18n_domain="quintagroup.gdocs.spreadsheet">
5
6  <!-- configure your content components here -->
7 
8  <!-- -*- extra stuff goes here -*- -->
9  <class class=".gspreadsheet.GSpreadsheet">
10    <require
11        permission="zope2.View"
12        interface="..interfaces.IGSpreadsheet"
13        />
14    <require
15        permission="cmf.ModifyPortalContent"
16        set_schema="..interfaces.IGSpreadsheet"
17        />
18  </class>
19
20</configure>
Note: See TracBrowser for help on using the repository browser.