[Product-Developers] location field on Dexterity based content types

Héctor Velarde hector.velarde at gmail.com
Thu Aug 4 18:56:52 UTC 2011


in Archetypes location is declared in ExtensibleMetadata.py as:

         # Location, also known as Coverage in the DC metadata standard, 
but we
         # keep the term Location here for historical reasons.
         StringField(
             'location',
             # why no accessor? http://dev.plone.org/plone/ticket/6424
             searchable=True,
             widget = StringWidget(
                 label = _(u'label_location', default=u'Location'),
                 description=_(u'help_location_dc',
                               default=u'The geographical location 
associated with the item, if applicable.'),
                 ),
         ),

why this was not included in the standard IDublinCore behavior?

best regards

Héctor Velarde

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 4024 bytes
Desc: Firma criptogr??fica S/MIME
URL: <http://lists.plone.org/pipermail/plone-product-developers/attachments/20110804/48a14081/attachment.p7s>


More information about the Product-Developers mailing list