Exception 找不到Typo3 Neos打字脚本

Exception 找不到Typo3 Neos打字脚本,exception,typoscript,neoscms,Exception,Typoscript,Neoscms,我输入了typo3 neos,并将布局“仅此页面”更改为LandingPage。后来我看到了这个错误 Exception while rendering landingPage: No "landingPage" TypoScript object found. Please make sure to define one in your TypoScript configuration. (20140116115503dac096) 如何修复此问题?打开[…]站点/Your.Package/

我输入了typo3 neos,并将布局“仅此页面”更改为LandingPage。后来我看到了这个错误

Exception while rendering
landingPage:
No "landingPage" TypoScript object found. Please make sure to define one in your TypoScript configuration. (20140116115503dac096)

如何修复此问题?

打开[…]站点/Your.Package/Resources/Private/TypoScript/Library/Roots.ts2并添加以下代码:

// Special page layout with less navigation components
landingPage < page
landingPage.body {
    // Hide breadcrumb on landing pages
    parts.breadcrumb >
    landingPage = ${true}
}
//具有较少导航组件的特殊页面布局
登陆页面<第页
着陆页面{
//在登录页上隐藏面包屑
parts.breadcrumb>
landingPage=${true}
}
现在UI应该再次加载