Skip to content
Snippets Groups Projects
Commit fbb99b3f authored by Georg Ringer's avatar Georg Ringer Committed by Stefan Bürk
Browse files

[BUGFIX] Allow more TCA types for reaction fields

More TCA types must be allowed for field mapping of reactions.

Resolves: #102180
Releases: main, 12.4
Change-Id: I33327e7d083f9b31ab8e1764255eb5e7aa111d70
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/81438


Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarStefan Bürk <stefan@buerk.tech>
Tested-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
Reviewed-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
Reviewed-by: default avatarBenni Mack <benni@typo3.org>
Tested-by: default avatarBenni Mack <benni@typo3.org>
Tested-by: default avatarcore-ci <typo3@b13.com>
Reviewed-by: default avatarStefan Bürk <stefan@buerk.tech>
parent 5c08e8f5
Branches
Tags
No related merge requests found
......@@ -39,7 +39,7 @@ class FieldMapElement extends AbstractFormElement
],
];
protected array $supportedFieldTypes = ['input', 'textarea', 'text'];
protected array $supportedFieldTypes = ['input', 'textarea', 'text', 'email', 'number', 'datetime', 'color'];
public function render(): array
{
......
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