Skip to content

Commit

Permalink
[TASK] Add link to FlexForms description on FlexForm page
Browse files Browse the repository at this point in the history
Additionally, add line breaks after 80 characters.

Releases: main, 12.4, 11.5
  • Loading branch information
brotkrueml committed Oct 8, 2023
1 parent 99eeee6 commit d3728f1
Showing 1 changed file with 15 additions and 13 deletions.
28 changes: 15 additions & 13 deletions Documentation/ColumnsConfig/Type/Flex/Index.rst
Original file line number Diff line number Diff line change
@@ -1,22 +1,24 @@
.. include:: /Includes.rst.txt
.. _columns-flex:
.. include:: /Includes.rst.txt
.. _columns-flex:

==============
FlexForm field
==============

Renders a FlexForm element. Essentially this consists in a hierarchically organized set of fields which will have
their values saved into a single field in the database, stored as XML.
Renders a :ref:`FlexForm <flexforms>` element. Essentially, this consists in a
hierarchically organized set of fields which will have their values saved into a
single field in the database, stored as XML.

The general idea is: There is a data structure that defines which and how single fields should be displayed,
re-using all the `TCA` column type possibilities. The actual values of single fields are then stored
in an XML representation within this "flex" field.
The general idea is: There is a data structure that defines which and how single
fields should be displayed, re-using all the TCA column type possibilities. The
actual values of single fields are then stored in an XML representation within
this "flex" field.


.. toctree::
:titlesonly:
.. toctree::
:titlesonly:

AboutDataStructures
FlexformSyntax
Examples
Properties/Index
AboutDataStructures
FlexformSyntax
Examples
Properties/Index

0 comments on commit d3728f1

Please sign in to comment.