Open Jeggle-s opened 12 months ago
Configuring the Icon-Picker in TCA like mentioned in the documentation works. However if we add a description, it's value will not show in the backend. Example:
`'icon_field' => [
'label' => 'My Icon', 'description' => 'My Icon description' 'config' => [ 'type' => 'input', 'renderType' => 'iconSelection']],`
The description does not appear on the element. This would be a good feature if the usage of the icon has to be explained.
The issue exists in TYPO3 versions prior 12 and also in TYPO3 v12.
Configuring the Icon-Picker in TCA like mentioned in the documentation works. However if we add a description, it's value will not show in the backend. Example:
`'icon_field' => [
The description does not appear on the element. This would be a good feature if the usage of the icon has to be explained.
The issue exists in TYPO3 versions prior 12 and also in TYPO3 v12.