MarkdownMaster CMS Logo

Extra - Fontawesome

Provides FontAwesome icons for your site. No functionality by its own, but powers the cms-icon plugin.

  • Font Awesome Free 7.2.0 by @fontawesome - https://fontawesome.com
  • License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
  • Copyright 2026 Fonticons, Inc.

Initialization

To load this plugin, add the following to the extras block in your config.php or theme settings.php:

'extras' => [
    // ...

    'fontawesome' => [],

    // ...
],