-
Notifications
You must be signed in to change notification settings - Fork 138
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[TASK] Add stub for new TCA type "json"
Related: TYPO3-Documentation/Changelog-To-Doc#381 Releases: main, 12.4
- Loading branch information
1 parent
272b118
commit 82711d3
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
.. include:: /Includes.rst.txt | ||
|
||
.. _columns-json: | ||
|
||
==== | ||
Json | ||
==== | ||
|
||
.. versionadded:: 12.3 | ||
The TCA field type `json` has been added to TYPO3 Core. | ||
|
||
When using the `json` 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. | ||
|
||
|
||
.. note:: | ||
Currently, we have not documented this TCA type in detail. In the meantime, | ||
you can find more information in the according | ||
:ref:`changelog <ext_core:feature-100088-1677965005>`. If you can | ||
help us with setting up the documentation for this type, please provide | ||
:ref:`a pull request <h2document:docs-contribute-git-docker>`. |