<wwt:getCategory uid="{record.uid}" as="records">{records.title}</wwt:getCategory> 的 Fluid inline 形式是什么?

What is Fluid inline form of <wwt:getCategory uid="{record.uid}" as="records">{records.title}</wwt:getCategory>?

如何获取此流体标签的内嵌形式?

<wwt:getCategory uid="{record.uid}" as="records">{records.title}</wwt:getCategory>

非常感谢!

试试

{records.title ->wwt:getCategory(uid: record.uid, as: 'records')}

它应该是与 ForViewHelper 相同的内联语法。