[Zope-CMF] Metadata for skin files
Dieter Maurer
dieter@handshake.de
Tue, 15 Apr 2003 21:57:45 +0200
Calvin Hendryx-Parker wrote at 2003-4-14 15:14 -0500:
> Is there currently a way to specify things like a Title for an image
> that is in a skin? I'm pretty sure you can do it if it is in the ZODB,
> but if it is in a Filesystem Directory View there doesn't seem to be a
> way that I have seen. I want to make sure that images have a
> descriptive alt tag text in our sites.
Try to add an associated file with the suffix ".properties".
In CMF 1.4, this will become ".metadata".
Dieter