Simple icon renderer
To load this plugin, add the following to the extras
block in your
config.php or
theme settings.php:
'extras' => [
// ...
'cms-icon' => [],
// ...
],
N/A
N/A
<i icon="camera" is="cms-icon"></i>
Will use the loaded icon library for rendering the actual icons. (Currently only FontAwesome is supported.)
N/A