Feature: Content element rendering 

Description 

The theme renders content elements itself, without depending on fluid_styled_content.

Two content elements are rendered:

Content element Rendered
Header The heading, at the level chosen in Type. The Hidden option of that field is honoured.
Text The heading and the rich text of the element.

Both are wrapped in an element frame carrying the familiar c<uid> anchor, so links to a content element keep working.

Overriding the templates 

The element templates live below Resources/Private/Templates/ContentElements/ and use the same Fluid paths as the page templates, so the constants under theme. redirect them together - see Configuration.

The rendering definition itself is the TypoScript object lib.contentElement, which fills the role the object of the same name has in fluid_styled_content.