TYPO3 CMS Extension bootstrap_package_iconpack
This extension replaces the hard-coded icons in the extension bootstrap_package with the flexible icon system provided by the extension iconpack.
In addition to the functionality of EXT:iconpack, the individual iconpacks of your choice are thus available in the following elements:
- pages (navigation icon)
- texticon
- accordion
- icon group
- card group
- tabs
- timeline
Of course, it is still possible to use an image as provided by Bootstrap Package, as only the icon sets are replaced.
- Make sure you have installed EXT:bootstrap_package and EXT:iconpack, as well as a suitable iconpack provider
- Install this extension from TER or with Composer
- Add the provided TypoScript to your template
Note: Make sure you include the template at the end, otherwise
lib.parseFunc_RTE
will be overwritten by bootstrap_package and the icons cannot be displayed by the RTE.