quellenform / t3x-bootstrap-package-iconpack
Replaces the icons in bootstrap_package with iconpacks.
Installs: 5 545
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 1
Open Issues: 0
Language:HTML
Type:typo3-cms-extension
Requires
- php: >=7.4.0
- bk2k/bootstrap-package: >=12.0.10 <16 || 14.0.x-dev || 15.0.x-dev || dev-master
- quellenform/t3x-iconpack: >=1.3.0 ^1.0
- typo3/cms-core: >=10.4 || ^13.4 || 14.*.*@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)
- Accordion
- Card Group
- Carousel
- Icon Group
- Tabs
- Texticon
- Timeline
Of course, it is still possible to use an image as provided by EXT:bootstrap_package, as only the icon sets are replaced.
In addition, the icons integrated in EXT:bootstrap_package, which are used to display social icons and file downloads, are replaced by a separate iconpack, ensuring that all display options (svgSprite, svgInline, webfont, svg) are supported.
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 (or Site Set) to your template
- Run the upgrade wizard if you are upgrading from the beta version of EXT:bootstrap_package_iconpack
- Carefully check whether any of your individual templates affect the above-mentioned content types, and whether any relevant parts that are necessary for the rendering of icons are being overwritten!
Important Note
The templates provided with this extension are used in TypoScript BEFORE your individually defined templates to prevent them from being accidentally overwritten. Any changes you make to those default templates manually must therefore take into account the above-mentioned content elements for the rendering of icons and implement the modifications correctly!
Hint: Take a look at the provided Typoscript/Templates.
Contribute | Say Thanks!
- If you like this extension, use it.
- If you think you can do something better, be so kind and contribute your part to it
- If you love the extension or if you want to support further development, donate an amount of your choice
Credits
I would like to thank everyone who contributed in any way to the creation of this extension, but especially:
- Alexander Grein @mediaessenz
- All contributors