简体   繁体   English

TYPO3后端布局组织?

[英]TYPO3 Backend Layout Organisation?

I have a range of sites that use their own backend layouts. 我有一系列使用自己后端布局的网站。 The problem is the BE layout list shows all the BE layouts for all the sites. 问题是BE布局列表显示了所有站点的所有BE布局。 Is there a way to just show the layouts intended for use with each site? 有没有办法只显示每个网站使用的布局?

Yes it is possible in the Page TSConfig. 是的,可以在Page TSConfig中使用。 See the documentation here or by the Options 请参阅此处的文档或选项

The only thing you have to do to set this option value in the Page TSConfig: 要在Page TSConfig中设置此选项值,您唯一需要做的就是:

options.backendLayout.exclude = <comma_separated_id_list>

Example: 例:

options.backendLayout.exclude = 1,2

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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