I like the way how to build custom content elements with fluid_styled_content under TYPO3 7.x
I would like to know how to do it with TYPO3 6.2.x
I'm not talking about to use DCE...
In TYPO3 7 you would do something like
lib.myElement < lib.fluidContent
I tried with fluid_content extension but I'm struggling that the lib.fluidContent does not exist in 6.2
I tried already to build lib.fluidContent by my own, based on how its done in TYPO3 7 - but without luck.
Does anybody did it successfully or found any tutorial for that?