Skip to content

Commit

Permalink
[FEATURE] #101986 - Auto-create DB fields from TCA columns for type "…
Browse files Browse the repository at this point in the history
…text"

Related: TYPO3-Documentation/Changelog-To-Doc#677
Releases: main
  • Loading branch information
brotkrueml committed Oct 13, 2023
1 parent 92d4c3d commit af95a3a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Documentation/ColumnsConfig/Type/Text/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@
Text areas & RTE
================

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

.. contents:: Table of contents:
:local:
:depth: 1
Expand Down

0 comments on commit af95a3a

Please sign in to comment.