简体   繁体   English

如何更改标题标签TYPO3 7 LTS fluid_styled_content

[英]How change the header labels TYPO3 7 LTS fluid_styled_content

I use TYPO3 7.6.2 LTS with the new fluid_styled_content . 我使用TYPO3 7.6.2 LTS和新的fluid_styled_content It's brilliant! 这个棒极了! Very easy to change the header types or upload elements or text/image stuff ... 很容易更改标题类型或上传元素或文本/图像的东西......

But how can I change the Labels at Backend-TCA for the Header element fe Is it still over TSconfig or a locallang-file? 但是如何在Backend-TCA中更改Header元素的标签?它是否仍然在TSconfig或locallang文件上? And where it is? 它在哪里?

And how can I disable some headlines. 我怎样才能禁用一些头条新闻。 I only use Layout 1-3. 我只使用布局1-3。 If I found this, i'll never go back to css_styled_content .. 如果我发现了这个,我永远不会回到css_styled_content ..

Thanks for your advice. 谢谢你的建议。

标题后端typo3更改标签

The old way was like this TSconfig .. 旧的方式就像这个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

And TS setup 和TS设置

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

Nothing should have changed within TSconfig ... tested it ... works like a charm. 在TSconfig中没有什么应该改变的......测试它......就像一个魅力。

The frontend rendering of the header is not defined via TS any more (mostly), but via partials. 标题的前端渲染不再通过TS(大多数)定义,而是通过部分定义。 Checkout the path settings in the TypoScript of lib.fluidContent . 检查lib.fluidContent的TypoScript中的路径设置。 You can overwrite the default templates, partials and layout with your own fluid templates. 您可以使用自己的流体模板覆盖默认模板,局部和布局。

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

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