How to rename subheader in TYPO3 CMS backend -
How do I change the name of a TYPO3 CMS backend field for authors? I.e. field described for content-elements of the CSC_style_ content i.e.
Generally, the label name that can be overridden can be done in the page TSconfig backend Modifies the label of the example sub-title field. There are two ways to configure that adjustment in TCEFORM {tt_content {subheader.label = my new label-name}}
TYPO3.
Img src = "https://i.stack.imgur.com/Eu9WA.png" alt = "where to add a typo script configuration">
Alternatively you can You can store that configuration directly in the file system - either your custom extensions (like typo3conf / ext / my_extension / configuration / TSconfig / labels.t3s < / Code>) or with the same name in the global file storage (such as fileadmin / templates / configuration ///.////>)
Look for more aspects to provide custom labels for any database table in the TYPO3 backend that can be adjusted in accordant.
Comments
Post a Comment