CP Site Icons
CP Site Icons plugin for Craft CMS
Display site icon when editing entries, to be able to distinguish between different sites.
Requirements
This plugin requires Craft CMS 3 or 4
Installation
To install the plugin, follow these instructions.
Open your terminal and go to your Craft project:
cd /path/to/project
Then tell Composer to load the plugin:
composer require nthmedia/cp-site-icons
In the Control Panel, go to Settings β Plugins and click the βInstallβ button for CP Site Icons. Or enable it through the command line:
./craft plugin/install cp-site-icons
You can choose if you want the site handle or site language as key to distinguish your sites. This key is also the key of the icons array in the config:
Create
/config/cp-site-icons.php
and add your configuration, for example:
<?php
return [
'icons' => [
'de' => 'π©πͺ',
'de-AT' => 'π¦πΉ',
'en' => 'π¬π§',
'es' => 'πͺπΈ',
'fr' => 'π«π·',
'nl' => 'π³π±',
'nl-BE' => 'π§πͺ',
],
];
Credits
- Brought to you by Sustainable Developer
Installation Instructions
To install this plugin, copy the command above to your terminal.
Reviews
This plugin doesn't have any reviews.
Active Installs
176
License
MIT
Last release
November 20, 2024
Activity (30 days)
1
Closed Issues
0
Open Issues
0
Merged PRs
0
Open PRs