source: products/qPloneGoogleSitemaps/tags/0.8.3/content/configure.zcml @ 661

Last change on this file since 661 was 458, checked in by fenix, 18 years ago

qPloneResolveUID import

File size: 559 bytes
Line 
1<configure
2    xmlns="http://namespaces.zope.org/zope"
3    xmlns:five="http://namespaces.zope.org/five"
4    i18n_domain="Products.qPloneGoogleSitemaps">
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.