How to rename subheader in TYPO3 CMS backend
问题 How can I rename a TYPO3 CMS backend field for authors? i.e. the mentioned field for content-elements of csc_styled_content? 回答1: 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 } } There are two way to configure that adjustment in TYPO3. Type your configuration changes directly to the page settings » resources » TypoScript Configuration