简体   繁体   中英

Typo3 8.7.x / Typoscript: Can't get added field in table pages

anybody knows why I can't get my field tx_myext_myfield added to table pages with typoscript?

Typoscript

test = TEXT
test {
    datawrap = My field: {levelfield : -1 , tx_myext_myfield, slide}
}

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

From the documentation

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM