0

在 sys 文件夹 [31] 中,我创建了一个带有 uid=3 的 powermail 表单......但是如何将它包含在带有打字稿的部分中?

lib.powermailmyform = CONTENT
lib.powermailmyform {
    select.pidInList = 3
}

...在流体模板 Show.html 中:

<f:cObject typoscriptObjectPath="lib.powermailmyform" />

并设置常量:

plugin.tx_powermail.settings.misc.addQueryString=1
4

1 回答 1

1

如果您想通过 TypoScript 以一种非常特殊的方式添加 powermail 表单(例如,在每个页面上实现),您应该在页面中添加一个 powermail 插件(在 FlexForm 中具有所有需要的设置)(sysfolder 可以)并呈现这个通过 cObject CONTENT 的内容元素。

于 2017-11-03T08:28:45.923 回答