我在一个页面上有 2 个 Powermail 表单,其中一个需要自定义的 receiverMail 模板。如何根据插件实例指定要使用的模板文件?
我最好的猜测是做这样的事情:
plugin.tx_powermail {
view {
templateRootPath >
templateRootPath {
10 = EXT:powermail/Resources/Private/Templates/
20 = CASE
20 {
key.field = uid
default = fileadmin/template/powermail/Templates/
123 = fileadmin/template/powermail/Templates2/
}
}
}
}
使用表单元素的 uid 这是行不通的。