How can I edit my Header info fluidcontent_core Extension. I use it instead of the 'normal' CSS_Styled_Content with FLUIDPAGES 3.1.2
, FLUX 7.1.2
, FLUIDCONTENT 4.1.2
, FLUIDCONTENT_CORE 4.1.1
and VHS 2.1.4
- the latest versions of FLuidTYPO3.
For example, I need an additional <div class="text-center">|</div>
for my <h1>
Header, like this
<div class="text-center">
<h1>{textBla}</h1>
</div>
How can I add additional HTML-Code for h1 - h6 or change the labels 1,2,3,4,5,6 to Text Strings!?
In further projects I use lib.stdheader / tt_content for this case. But now it's all about FLUID. I've read the Dok, but I'm still helpless .. Thanks for your help.
` headline, maybe in a new group and ignore all standard content elements from TYPO3?! But that will be only a workaround. It's better to edit the standard elements from `fluidcontent_core`.
– user2310852 Feb 24 '15 at 10:06