[Zope3-Users] Stuck on configuration of extra folder metadata
Cliff Ford
Cliff.Ford at ed.ac.uk
Thu Apr 28 02:50:20 EDT 2005
I want to keep some extra metadata in a folder instance (by extra I mean
other than Dublin Core). I have produced the components necessary to
store the extra metadata on one of my own content objects but I don't
know how to change the configuration so that it applies to a normal
folder. Can anyone enlighten me?
Cliff
I have this in configure.zcml:
<content class=".mypage.MyPage">
<implements
interface="zope.app.annotation.interfaces.IattrubuteAnnotatable
.interfaces.IFolderInfo"
/>
...
The .interfaces.IFolderInfo needs to be applied to a folder rather than
my own content object.
More information about the Zope3-users
mailing list