Actions
Bug #106047
openpage.meta.whatever does not slide to parent
Status:
New
Priority:
Should have
Assignee:
-
Category:
TypoScript
Target version:
-
Start date:
2025-01-31
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
13
PHP Version:
8.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Before TYPO3 13.2 (refer to https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/13.2/Deprecation-103752-ObsoleteGLOBALSTYPO3_CONF_VARSFEaddRootLineFields.html) it had been easy to preset metadata in the setup by using something like
page.meta { author = TYPO3-stupid author.data. = levelfield:-1, author, slide description = Eine TYPO3-Seite description.data = levelfield:-1, abstract, slide keywords = These are the keywords. keywords.data = levelfield:-1, keywords, slide }
and using $GLOBALS['TYPO3_CONF_VARS']['FE']['addRootLineFields']
In contrast to the documentation https://docs.typo3.org/m/typo3/reference-coreapi/main/en-us/Configuration/Typo3ConfVars/FE.html#confval-typo3-conf-vars-fe-addrootlinefields,
the meta data don't show up. Without .data = levelfield:-1, abstract, slide the meta is used, but not replaced with content made in the backend.
No data to display
Actions