josefglatz/iconcheck

Module for listing registered icons and icon identifiers

Installs: 15 964

Dependents: 0

Suggesters: 0

Security: 0

Stars: 5

Watchers: 4

Forks: 3

Open Issues: 7

Type:typo3-cms-extension

3.0.0 2023-09-07 07:19 UTC

This package is auto-updated.

Last update: 2024-04-14 21:28:03 UTC


README

A TYPO3 backend module which shows registered icons and their identifiers identifiers. Optionally limited to configurable prefixes

Module.jpg

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.