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
Updated by Steffen Ritter over 12 years ago
- TYPO3 Version changed from 4.7 to 6.0
Updated by Gerrit Code Review over 11 years ago
- Status changed from New to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/22067
Updated by Christoph Dörfel about 11 years ago
Since icons are now included for ".addItems", shouldn't there be a ".altIcons" setting, similar to ".altLabels"?
Updated by Gerrit Code Review about 11 years ago
Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/22067
Updated by Gerrit Code Review about 10 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/22067
Updated by Gerrit Code Review about 10 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/22067
Updated by Gerrit Code Review about 10 years ago
Patch set 5 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/22067
Updated by Benni Mack almost 10 years ago
- Status changed from Under Review to Resolved
- % Done changed from 90 to 100
Applied in changeset 0528f4fd5e00e20c4d8c8a69c796d1fd7a34b530.