Additions to standard TCA

Frontend Editing adds some configuration options to the TCA that can be used to make fields behave in a specific manner when editing them in the frontend.

Field definitions

Found in $GLOBALS['TCA'][<table>]['columns'][<field>]

[config][enableFrontendRichtext]

DataType

boolean

Enable rich-text editing in FrontendEditing only.

Inherits and overrides the value from [config][enableRichtext].

[config][frontendRichtextConfiguration]

DataType

string

Set or change the rich-text editing preset in FrontendEditing only.

Inherits and overrides the value from [config][richtextConfiguration].