标签: plone
如何自定义“相关项目”屏幕?我想显示日期(有效)并使列表按时间顺序显示。
答案 0 :(得分:0)
相关项是在Products.ATContentTypes包中声明的原型字段:
https://github.com/plone/Products.ATContentTypes/blob/master/Products/ATContentTypes/content/schemata.py#L38
您可以通过猴子修补覆盖窗口小部件的模板,您自己的内容类型或所有现有的Plone内容:
https://developer.plone.org/reference_manuals/old/plone_3_theming/buildingblocks/skin/templates/customizing-at-templates/customizing-widgets.html