josefglatz / iconcheck
Module for listing registered icons and icon identifiers
Installs: 13 941
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 3
Forks: 2
Open Issues: 8
Type:typo3-cms-extension
Requires
- php: ^7.0 || ^7.1 || ^7.2 || ^7.3 || ^7.4 || ^8.0
- typo3/cms-core: ^8.7 || ^9.5 || ^10.4 || ^11.5
Requires (Dev)
- mikey179/vfsstream: ~1.6.0
- namelesscoder/typo3-repository-client: ^2.0
- phpunit/phpunit: ~4.8.0
Replaces
- typo3-ter/iconcheck: 2.2.1
README
A TYPO3 backend module which shows registered icon identifiers and list specific icons based on a configurable strings.
Useful for TYPO3 integrators and developers
Overview
Installation
The extension needs to be installed as any other extension of TYPO3 CMS:
via Composer
Require extension
composer require josefglatz/iconcheck
Require extension only in development context
composer require --dev josefglatz/iconcheck
Require master branch of the extension (for testing latest development state)
composer require --dev josefglatz/iconcheck:dev-master
via TYPO3 Extension Repository
Get it from the Extension Manager
Press the “Retrieve/Update” button and search for the extension key news and import the extension from the repository.
Get it from typo3.org:
You can always get current version from http://typo3.org/extensions/repository/view/iconcheck/current/ by downloading either the zip version. Upload the file afterwards in the Extension Manager.
Configuration
Documentation in progress
Screenshots
Open the module
Preview of the backend module
Extension Configuration
Thanks to
Open-Source is all about community and support! I want to thank everyone who contributed reports, feedback on any channel and code!
Based on other nice stuff
- clipboard.js from Zeno Rocha