Powermail 中的备用 ReceiverMail 模板
Alternate ReceiverMail template in Powermail
我在一个页面上有 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 这不起作用。
我会在 HTML-template 中做 switch 或 if 条件。取决于布局字段中的 uid、标题或更好的值。
手册中介绍了如何在布局字段中设置自己的值:https://docs.typo3.org/typo3cms/extensions/powermail/Faq/Index.html#how-to-change-the-style-selector-with-my-own-values-in-forms-pages-or-fields
我在一个页面上有 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 这不起作用。
我会在 HTML-template 中做 switch 或 if 条件。取决于布局字段中的 uid、标题或更好的值。
手册中介绍了如何在布局字段中设置自己的值:https://docs.typo3.org/typo3cms/extensions/powermail/Faq/Index.html#how-to-change-the-style-selector-with-my-own-values-in-forms-pages-or-fields