如何在TYPO3 CMS后端中重命名子标题 [英] How to rename subheader in TYPO3 CMS backend

查看:69
本文介绍了如何在TYPO3 CMS后端中重命名子标题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何为作者重命名TYPO3 CMS后端字段?即提及的csc_styled_content内容元素字段?

How can I rename a TYPO3 CMS backend field for authors? i.e. the mentioned field for content-elements of csc_styled_content?

推荐答案

通常,可以使用后端中的Page TSconfig完成覆盖标签名称.下面的示例修改subheader字段的标签.

In general, overriding label names can by done with Page TSconfig in the backend. The following example modifies the label of the subheader field.

TCEFORM {
    tt_content {
        subheader.label = My new Label-Name
    }
}

有两种方法可以在TYPO3中配置该调整.

There are two way to configure that adjustment in TYPO3.

  1. 将您的配置更改直接输入到页面设置»资源»TypoScript配置»页面TSConfig (请参见下面的屏幕截图)

  1. Type your configuration changes directly to the page settings » resources » TypoScript Configuration » Page TSConfig (see the screenshot below)

或者,您可以将该配置直接存储在文件系统中-在您的自定义扩展名中(例如,在typo3conf/ext/my_extension/Configuration/TSconfig/labels.t3s处)或在全局文件存储中使用类似的名称(例如,在fileadmin/templates/configuration/...中)

as an alternative you can store that configuration directly in the file system - either in your custom extension (e.g. at typo3conf/ext/my_extension/Configuration/TSconfig/labels.t3s) or with a similar name in the global file storage (e.g. fileadmin/templates/configuration/...)

基本上就是为TYPO3后端中的任何数据库表提供自定义标签.在页面TSconfig文档中找到可以调整的更多方面.

That's basically it to provide custom labels for any database table in the TYPO3 backend. Find more aspects that can be adjusted in the accordant Page TSconfig documentation.

这篇关于如何在TYPO3 CMS后端中重命名子标题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆