quellenform / t3x-bootstrap-package-iconpack
Replaces the icons in bootstrap_package with iconpacks.
Installs: 75
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:typo3-cms-extension
Requires
- php: >=7.5.0
- bk2k/bootstrap-package: ^13 || ^14
- quellenform/t3x-iconpack: ^0.2 || ^0.3
- typo3/cms-core: ^10.4 || ^11
README
Iconpack for Bootstrap Package
TYPO3 CMS Extension bootstrap_package_iconpack
What does it do?
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.
Installation
- 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.