【问题标题】:Typo3 8.7.x / Typoscript: Can't get added field in table pagesTypo3 8.7.x / Typoscript:无法在表格页面中添加字段
【发布时间】: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


    【解决方案1】:

    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.:

    来自文档

    https://docs.typo3.org/typo3cms/TyposcriptReference/DataTypes/Index.html?highlight=addrootlinefield#levelfield

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2019-05-13
      • 1970-01-01
      • 1970-01-01
      • 2011-05-05
      相关资源
      最近更新 更多