diff --git a/Documentation/ApiOverview/FlexForms/Index.rst b/Documentation/ApiOverview/FlexForms/Index.rst index 535ca6154c..5c1312f41e 100644 --- a/Documentation/ApiOverview/FlexForms/Index.rst +++ b/Documentation/ApiOverview/FlexForms/Index.rst @@ -476,6 +476,25 @@ The key `flexform` is followed by the field which holds the FlexForm data * :ref:`TypoScript: flexform ` +.. index:: pair: FlexForms; Default value +.. _default-flexforms-attribute: + +Providing default values for FlexForms attributes +------------------------------------------------- + +When a new content element with an attached FlexForm is created, the +default values for each FlexForm attribute is fetched from the +:xml:`` XML attribute within the specification of each +FlexForm attribute. If that is missing, an empty value will be +shown in the backend (:ref:`FormEngine `) +fields. + +While you can use page TSconfig's :ref:`t3tsref:pageTsTcaDefaults` to +modify defaults of usual TCA-based attributes, this is not +possible on FlexForms. This is because the values are calculated +at an earlier step in the Core workflow, where FlexForm values +have not yet been extracted. + .. index:: pair: FlexForms; Fluid .. _read-flexforms-fluid: