josefglatz / iconcheck
Module for listing registered icons and icon identifiers
Installs: 17 362
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 4
Forks: 3
Open Issues: 7
Type:typo3-cms-extension
Requires
- php: ^8.1
- typo3/cms-backend: ^12.4
- typo3/cms-core: ^12.4
- typo3/cms-extbase: ^12.4
- typo3/cms-fluid: ^12.4
README
A TYPO3 backend module which shows registered icons and their identifiers identifiers. Optionally limited to configurable prefixes
Installation
Install via composer from the command line:
composer require josefglatz/iconcheck
Configuration
The extension has two options in the
$GLOBALS['TYPO3_CONF_VARS']['EXTENSIONS']['iconcheck']
array. Both options
can be set manually, like the file config/system/additional.php
or via the
Extension Manager:
'listIconsWithPrefix'
(string, default: 'theme, content'
): Show a list of
icons with a preview which start with one of the strings in the comma
separated list.
'listAllIconIdentifiers'
(boolean, default: true
) Show a simple list,
without a preview, of all registered icon identifiers.
License
GPL 3 or later, at your option. See the file LICENSE or https://www.gnu.org/licenses/gpl-3.0.html for details.