Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个钩子并尝试获取其他扩展名的下拉标签文本。我怎样才能获得具有该值的 flexform 排版?
使用 BackendUtility 获取 TypoScript 配置并查看所需扩展的 TCEFORM:
$pageTs = \TYPO3\CMS\Backend\Utility\BackendUtility::getPagesTSconfig(1); $typeLabels = $pageTs['TCEFORM.']['tx_news_domain_model_news.']['type.']['altLabels.'];