Feature #35891
closedPossibility to add icons in addItems()
100%
Description
Hello
At the time it's not possible to add an icon in a FlexForm-Selectfield by TSconfig.
In the current version we use this TSconfig to add an item in flexform:
Syntax:TCEFORM.tt_content.pi_flexform.myext_pi1.sDEF.myselector.addItems {
mynewitem = <label>
}
For example:TCEFORM.tt_content.pi_flexform.myext_pi1.sDEF.myselector.addItems {
mynewitem = LLL:EXT:myext/locallang_ff.xml:mynewitemlabel
}
I suggest that we extend the syntax like this:
Syntax:TCEFORM.tt_content.pi_flexform.myext_pi1.sDEF.myselector.addItems {
mynewitem = <label>|<icon>
}
For example:TCEFORM.tt_content.pi_flexform.myext_pi1.sDEF.myselector.addItems {
mynewitem = LLL:EXT:myext/locallang_ff.xml:mynewitemlabel|EXT:myext/myicon.png
}
I have attached a patch to extend t3lib_TCEforms::addItems().
Best Regards
Philipp
Files