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

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

Removed unsupported <require /> for set_schema on archetype content types

File size: 419 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  </class>
15
16</configure>
Note: See TracBrowser for help on using the repository browser.