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.
我试图在 Liferay 主题(6.1.20)中包含用户字段“职位”的值,但我找不到合适的 VM 变量。
如果没有,我将如何为用户显示该信息或(或者)自定义字段。
我想到了。没有特殊的 VM 变量,但您可以像这样使用 $user 变量:
$user.getJobTitle()