source: products/quintagroup.plonegooglesitemaps/tags/1.2/quintagroup/plonegooglesitemaps/content/configure.zcml

Last change on this file was 1593, checked in by mylan, 14 years ago

Add content from qPloneGoogleSitemaps. Fix all imports

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.