Skip to content
Snippets Groups Projects
Commit f835b728 authored by Frank Naegler's avatar Frank Naegler Committed by Benni Mack
Browse files

[FEATURE] Introduce TCA type "json"

A new TCA type "json" is introduced, which
allows to simplify the configuration when
working with fields, containing JSON data.

It replaces the previously introduced dbtype=json
of TCA type "user" (see: #99226).

FormEngine will display the JSON data using
codemirror, in case EXT:t3editor is installed
and enabled for the field. Otherwise, a standard
textarea HTML element is used.

Using the new type, corresponding database
columns are added automatically.

Resolves: #100088
Related: #99226
Releases: main
Change-Id: I49ab049966a86696910a7c18a7c45be00c162ca7
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/77798


Tested-by: default avatarcore-ci <typo3@b13.com>
Reviewed-by: default avatarNikita Hovratov <nikita.h@live.de>
Tested-by: default avatarBenni Mack <benni@typo3.org>
Tested-by: default avatarNikita Hovratov <nikita.h@live.de>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
parent 5d28b587
Branches
Tags
No related merge requests found
Showing
with 900 additions and 90 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment