Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
多类集合在哪里?
fields: - { property: 'categories' }
我尝试了很多类型,但仍然无法显示逗号分隔值,默认情况下它显示数组集合中的项目数
感谢帮助 !
您应该按以下方式更改您的代码,以便在简易管理中显示逗号分隔值:
fields: { property: 'categories', type: 'array' }
如果您不添加属性type: 'array',那么 easy admin 将显示数组或数组集合中的项目总数。
type: 'array'