简体   繁体   中英

Plone 4 - customize “related items” screen

how can I customize the "related items" screen? I want to display the date (effective) and make the list to appear in chronological order.

Related items is an Archetypes field declared in Products.ATContentTypes package:

https://github.com/plone/Products.ATContentTypes/blob/master/Products/ATContentTypes/content/schemata.py#L38

You could override the template of the widget, in your own content type, or in all existing Plone contents via monkey-patching:

https://developer.plone.org/reference_manuals/old/plone_3_theming/buildingblocks/skin/templates/customizing-at-templates/customizing-widgets.html

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM