1

我想自定义 Plone 的 folder_contents 为每个列出的项目添加一个“编辑”链接,如下图所示。

如何做到这一点?

在此处输入图像描述

4

2 回答 2

0

有一个文件叫table.xml,但我还没有尝试过。在 Plone 中改变一些内部的东西是非常麻烦的。

于 2018-04-12T11:52:51.913 回答
0

Looks like the right way to do it is loading the module and changing it's prototype:

var structure = require('mockup-patterns-structure');
structure.prototype.defaults._default_activeColumns = ["ModificationDate","EffectiveDate","review_state","id","Type"]
于 2019-06-04T06:27:30.963 回答