Feature #15465
closedAccess to subTitle in another level
0%
Description
With leveltitle we can get the title of the page on another level the current page AND if that is not present, walt to the bottom of the rootline until there's a title.
It could be very helpful to have a "subleveltitle" feature to do the same thing but with the subtitle field also anf in addition of the title field of a page.
Thanks to have a look at it !
The values you define to properties in TypoScript is often of a specific format. This format is Datatype: getText.
(issue imported from #M2332)
Updated by Simon Loesing over 17 years ago
This can be solved by Adding the subtitle to the rootline fields.
In the localconf.php:
$TYPO3_CONF_VARS['FE']['addRootLineFields'] = ',subtitle';
The subtitle can then be acceded through following TS-Code:
levelfield:-1, subtitle
(the -1 indicates the level, same as leveltitle)