【发布时间】:2018-08-21 13:12:24
【问题描述】:
有人知道为什么我不能将我的字段 tx_myext_myfield 添加到带有打字稿的表格页面中吗?
排版
test = TEXT
test {
datawrap = My field: {levelfield : -1 , tx_myext_myfield, slide}
}
【问题讨论】:
标签: php typo3 typoscript fluid typo3-8.x
有人知道为什么我不能将我的字段 tx_myext_myfield 添加到带有打字稿的表格页面中吗?
排版
test = TEXT
test {
datawrap = My field: {levelfield : -1 , tx_myext_myfield, slide}
}
【问题讨论】:
标签: php typo3 typoscript fluid typo3-8.x
Get the value of the user defined field user_myExtField in the root line. Requires additional configuration in $GLOBALS['TYPO3_CONF_VARS']['FE']['addRootLineFields'] to include field.:
来自文档
【讨论】: