如何更改 header 标签 TYPO3 7 LTS fluid_styled_content

How change the header labels TYPO3 7 LTS fluid_styled_content

我使用 TYPO3 7.6.2 LTS 和新的 fluid_styled_content。这个棒极了!很容易更改 header 类型或上传元素或 text/image 东西...

但是如何更改 Header 元素 f.e 的 Backend-TCA 处的标签。是否仍在 TSconfig 或 locallang-file 之上?它在哪里?

以及如何禁用某些标题。我只使用布局 1-3。如果我找到这个,我将永远不会回到 css_styled_content..

感谢您的建议。

以前的方法是这样的 TSconfig ..

    TCEFORM.tt_content.header_layout.altLabels {
    1 = H2 rot
    2 = Grafische Ueberschrift
    3 = Versteckt (CSS)
    4 = Nicht ausgeben
}
TCEFORM.tt_content.header_layout.removeItems = 5,6,7,8,9,10,100

和 TS 设置

lib.stdheader = CASE
lib.stdheader {
   key.field = header_layout ..

TSconfig 中应该没有任何更改...对其进行了测试...非常有效。

header 的前端渲染不再(主要)通过 TS 定义,而是通过 partials 定义。检查 lib.fluidContent 的 TypoScript 中的路径设置。您可以使用自己的流体模板覆盖默认模板、局部和布局。