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.
在我的 Bolt 2.0 网页上,我有一个 News-Content 类型。现在我想在页面上显示记录的作者的名称/别名。我曾尝试使用 {{user.username}},但这给了我实际用户,而不是创建记录的用户。我必须显示什么字段?
解决方案是:
{{record.user.displayname}}