Skip to content

Commit

Permalink
[FEATURE] #102210 - Auto-create DB fields from TCA columns for type "…
Browse files Browse the repository at this point in the history
…inline" (#877)

Related: TYPO3-Documentation/Changelog-To-Doc#704
Releases: main
brotkrueml authored Nov 19, 2023
1 parent 03f102f commit a762cd5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Documentation/ColumnsConfig/Type/Inline/Index.rst
Original file line number Diff line number Diff line change
@@ -10,6 +10,12 @@ IRRE / inline
Inline fields should not be used anymore to handle files. Use the TCA
column type :ref:`file <columns-file>` instead.

.. versionadded:: 13.0
When using the `inline` type, TYPO3 takes care of
:ref:`generating the according database field <t3coreapi:auto-generated-db-structure>`.
A developer does not need to define this field in an extension's
:file:`ext_tables.sql` file.

Inline-Relational-Record-Editing (IRRE) offers a way of directly editing parent-child-relations in one backend view.
New child records are created using AJAX calls to prevent a reload of the complete backend view.

0 comments on commit a762cd5

Please sign in to comment.