source: products/qSEOptimizer/tags/1.5.0/configure.zcml @ 1

Last change on this file since 1 was 1, checked in by myroslav, 18 years ago

Building directory structure

  • Property svn:eol-style set to native
File size: 531 bytes
Line 
1<configure
2    xmlns="http://namespaces.zope.org/zope"
3    xmlns:browser="http://namespaces.zope.org/browser">
4
5    <browser:page
6        for="Products.Archetypes.interfaces.IBaseObject"
7        attribute="validateKeywords"
8        class=".browser.keywords.ValidateSEOKeywordsView"
9        name="checkSEOKeywords"
10        permission="cmf.ModifyPortalContent"
11        />
12
13  <adapter
14    for="Products.Archetypes.public.BaseObject"
15    provides=".interfaces.IKeywords"
16    factory=".adapters.AdditionalKeywords"
17    />
18
19</configure>
Note: See TracBrowser for help on using the repository browser.