Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions Documentation/Configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ TCA, where data should be written to.
In addition, you can define multiple ``columns`` as key-value pairs that will be added to the form
input. This allows you to define the storage ``pid`` or hide new records.

Both, table and columns, have to exist in the actual database and TCA. Otherwise they will not be
inserted and no error is raised. If you need to insert "hidden" fields not visible inside of the
backend, don't add them to ``showitem`` list.

Example:

.. literalinclude:: Examples/full.ts
Expand Down