Bolt CMS 中的内容类型:如何更改用于后端列表的字段

Contenttypes in Bolt CMS: How to change field used for listing in backend

我想更改用于在后端列表中显示的字段。 默认使用第一个定义的字段,这里是 title

news: name: News singular_name: Newsitem fields: title: type: text class: large height: 300px

我该如何更改?合并字段以用于显示会很好,例如 displayfield: {date|title} 可以显示为“2014-04-12 我的新闻”

在前端,我可以使用 listing_template 选项。后端呢?我必须更改我的 Bolt 后端主题吗?

您可以根据需要为每个内容类型设置 "overview listing" 树枝模板。将 app/view/twig/_sub/_listing.twig 复制到 app/view/twig/custom/listing/ [contenttype.slug] .twig,然后根据需要进行修改。