Skip to content

Commit

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

Related: TYPO3-Documentation/Changelog-To-Doc#648
Releases: main
  • Loading branch information
brotkrueml authored Oct 11, 2023
1 parent 60be16f commit e9207c9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Documentation/ColumnsConfig/Type/Folder/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ Folder
A new TCA type :php:`folder` has been introduced, which replaces the old
combination of :php:`'type' => 'group'` and :php:`'internal_type' => 'folder'`.

.. versionadded:: 13.0
When using the `folder` 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.

The TCA type :php:`folder` creates a field where folders can be attached to
the record. The values are stored as a combined identifier in a
Expand Down

0 comments on commit e9207c9

Please sign in to comment.