quellenform / t3x-bootstrap-package-iconpack
Replaces the icons in bootstrap_package with iconpacks.
Installs: 1 300
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 1
Open Issues: 1
Type:typo3-cms-extension
Requires
- php: >=7.5.0
- bk2k/bootstrap-package: >=12.0.10 <16
- quellenform/t3x-iconpack: >=1.1.7 ^1.0
- typo3/cms-core: >=10.4 || ^13.4 || 13.*.*@dev
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.