How to quickly create custom content elements in TYPO3 6.x
In TYPO3 6.x, what is an easy way to quickly create custom content elements? A typical example (Maybe for a collection of testimonials): In the backend (with adequate labels): An image An input field A textarea When rendering: Image resized to xy input wrapped in h2 textarea passed through parseFunc and wrapped in more markup Ideally, these would be available in the page module as cType, but at least in the list module. And use fluid templates. My questions: From another CMS I am used to content item templates being applied to the BE and the FE at the same time (you write the template for what