source: products/quintagroup.plonegooglesitemaps/trunk/quintagroup/plonegooglesitemaps/content/configure.zcml @ 2404

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

#131: use default plone.app.vocabularies.ReallyUserFriendlyTypes? vocabulary for list allowable portal tyeps. Create new portal types vocabulary sceleton for associate portal type name to it's type-interface

File size: 722 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    <utility
24      component=".vocabularies.TypesWithInterfaceVocabularyFactory"
25      name="googlesitemaps.vocabularies.TypesWithInterfaceVocabulary"
26      />
27
28</configure>
Note: See TracBrowser for help on using the repository browser.