source: products/quintagroup.plonegooglesitemaps/tags/1.5.6/quintagroup/plonegooglesitemaps/content/configure.zcml @ 3665

Last change on this file since 3665 was 2406, checked in by mylan, 14 years ago

#131: Refuse from configurable schema extending for portal types in the trunk version.

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