.. include:: /Includes.rst.txt .. _installation: ============ Installation ============ .. rst-class:: bignums-tip #. Install this extension from TER or with Composer: .. code-block:: bash composer require quellenform/t3x-iconpack #. Install one of the existing iconpack providers: .. rst-class:: compact-list - `Bootstrap Icons `_ - `Boxicons `_ - `Dripicons `_ - `Elegant Icons `_ - `Feather Icons `_ - `Flag Icons `_ - `Font Awesome `_ - `Helium Icons `_ - `Iconoir Icon `_ - `Ikons vector icons `_ - `Ionicons `_ - `Linea Icons `_ - `Linearicons `_ - `Lineicons `_ - `Octicons `_ - `Tabler Icons `_ - `Themify Icons `_ - `TYPO3 Icons `_ .. rst-class:: horizbuttons-tip-m - :ref:`...or create your own iconpack provider ` #. Add the provided TypoScript to your template (Make sure that `lib.parseFunc_RTE` is not overwritten by any subsequent templates!) #. [Optional] Install the `Iconpack for Bootstrap Package `_ extension ...if you want to use Iconpack with `Bootstrap Package `_ and want to replace the hard-coded icons with a better and flexible system. .. note:: If you use `EXT:bootstrap_package_iconpack `_, make sure you include the templates **at the end**, otherwise `lib.parseFunc_RTE` will be overwritten by `EXT:bootstrap_package `_ and the icons cannot be displayed. .. note:: If you are using your own templates for the header, please note that a ViewHelper is used to display icons. In this case, simply take a look at the supplied template and migrate these settings.