简体   繁体   English

Typo3 7.2在哪里编辑默认模板+后端布局?

[英]Typo3 7.2 Where to edit default templates + backend layouts?

Where do I edit default backend layouts that come with typo3 7.2 official introduction package? 我在哪里可以编辑typo3 7.2官方介绍包随附的默认后端布局? there is a table in the db that holds backend layouts but only those that I created, not the default ones. 数据库中有一个表,其中包含后端布局,但仅包含我创建的布局,而不包含默认布局。 But where do I find the colPos layout for the default templates that already come with the installation? 但是,在哪里可以找到安装随附的默认模板的colPos布局? I only want to make slight modification in the html template and I'd like to make the changes editable from the backend. 我只想在html模板中进行一些修改,我想使这些更改可从后端进行编辑。

Backend layouts are defined via PageTS below mod.web_layout.BackendLayouts.<key>. 后端布局经由定义PageTS下面mod.web_layout.BackendLayouts.<key>. This is not a standard functionality, but a possibility provided by one of the integrated extensions. 这不是标准功能,而是集成扩展之一提供的可能性。

The mapping of the backend layout ids to the template files is done in the actual TypoScript template at the path page.10.file.stdWrap.cObject.<key>.value . backend layout idstemplate files的映射是在路径page.10.file.stdWrap.cObject.<key>.value的实际TypoScript模板中完成的。 For backend layouts created via the database, the key is the numeric id of the backend layout record . 对于通过数据库创建的backend layouts ,键为backend layout record的数字ID。

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

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