maikschneider / bw_icons

TYPO3 extensions that provides an icon picker for TCA and RTE.
GNU General Public License v2.0
1 stars 2 forks source link

Description configured in TCA is not shown #38

Open Jeggle-s opened 12 months ago

Jeggle-s commented 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.