在 Hippo CMS 中将登录用户显示为作者

Showing logged in user as the author in Hippo CMS

我已经配置了 Hippo CMS,并且正在使用内容(我猜是简单文档)在我的网站上显示内容。我想让登录用户成为内容作者,并将其与内容一起显示在网站上。目前我正在使用内容块并添加了一个文本字段(作者),我正在使用 ${document.author?html} 访问它,我在 cms 控制台中看到在这条路径 /hippo:namespaces/hippostdpubwf/document/hipposysedit:nodetype/hipposysedit:nodetype/CreatedBy 中有一个名为 createdBy 的 属性我想知道如何通过 freemarker 访问这个 属性。

谢谢!

您可以通过在 bean 中创建一个方法并使用 getProperty("hippostdpubwf:createdBy")

来做到这一点

第一个!