简体   繁体   English

TYPO3模板扩展-无法更改Mask后端配置和页面树未正确导入

[英]TYPO3 template extension- not able to change Mask back-end configuration and Page Tree not properly imported

I have created a TYPO3 template extension using the following method: 1.1 via Extension Manager Open the module "Extension" in the TYPO3 Backend and search for the mask Extension. 我已使用以下方法创建了TYPO3模板扩展:1.1通过扩展管理器在TYPO3后端中打开模块“扩展”,然后搜索掩码扩展。 Click on the configure icon at the end of the row. 单击该行末尾的配置图标。 Now you should be able to change the settings. 现在,您应该可以更改设置了。

Changes are stored in typo3conf/LocalConfiguration.php. 更改存储在typo3conf / LocalConfiguration.php中。

Facing the following problems: 面临以下问题:

1.We created the folder/extension as mentioned. 1.我们按照提到的那样创建了文件夹/扩展名。 While installing this extension we have to change Mask back-end configuration. 在安装此扩展程序时,我们必须更改Mask后端配置。 This is not working. 这是行不通的。

2.Page tree contents are not properly imported ie all page contents are missing. 2.页面树内容未正确导入,即所有页面内容均丢失。

Please let me know if you need further details. 如果您需要更多详细信息,请告诉我。

We have a working configuration where we stored the full mask-configuration as part of our site-extension. 我们有一个有效的配置,在其中,我们将完整的掩码配置存储为站点扩展的一部分。

As designed you need to configure mask before you start to define any CEs, so that all CE definitions are stored in the correct folders. 按照设计,在开始定义任何CE之前,需要配置掩码,以便所有CE定义都存储在正确的文件夹中。

For the rendering you also need to include the static template of ext:mask . 对于渲染,您还需要包括ext:mask的静态模板。

Our configuration is: 我们的配置是:
遮罩配置第1部分 遮罩配置第2部分 遮罩配置第3部分

This configuration is stored in typo3conf/LocalConfiguration.php as there goes every configuration done in the extension manager. 随着扩展管理器中完成的所有配置,此配置存储在typo3conf/LocalConfiguration.php中。

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

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