|
Revision 1012
(checked in by piv, 1 year ago)
|
refactored keywords checking
|
- Property svn:eol-style set to
native
|
| 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> |
|---|