Open Issues Need Help
View All on GitHubAI Summary: The task is to extend the existing TYPO3 extension to support Font Awesome Pro icons. This involves documenting the process of integrating custom Font Awesome Pro icons (already obtained as an npm package) into a user's TYPO3 extension, specifying the necessary steps and files required beyond simply placing them in the Resources/Public/Vendor folder. The documentation should guide users on how to configure the extension to utilize these Pro icons within the TYPO3 backend.
This Extension registers an Iconpack-Provider for EXT:iconpack which allows you to use the "Font Awesome Icons" in TYPO3.
AI Summary: The task is to modify the TYPO3 extension 'iconpack_fontawesome' to render Font Awesome icons using `<i>` tags instead of `<span>` tags, addressing a CSS compatibility issue raised by a user. This involves changing how the extension generates the HTML for the icons.
This Extension registers an Iconpack-Provider for EXT:iconpack which allows you to use the "Font Awesome Icons" in TYPO3.