source: products/quintagroup.quills.extras/trunk/quintagroup/quills/extras/overrides.zcml @ 1257

Last change on this file since 1257 was 979, checked in by deo, 17 years ago

Set additional keywords: use both the keywords from the content and all matching keywords.

File size: 577 bytes
Line 
1<configure
2    xmlns="http://namespaces.zope.org/zope"
3    xmlns:zcml="http://namespaces.zope.org/zcml">
4    <include zcml:condition="installed quills.app"
5             package=".browser" file="overrides.zcml" />
6
7    <include zcml:condition="installed quills.app"
8             package=".portlets" file="overrides.zcml" />
9
10  <!-- fix sorting by modified date for quills feeds -->
11 
12  <adapter
13      for="Products.ATContentTypes.interface.IATDocument"
14      provides="Products.basesyndication.interfaces.IFeedEntry"
15      factory=".adapters.DocumentFeedEntry" />
16
17</configure>
Note: See TracBrowser for help on using the repository browser.