MarkdownMaster CMS Logo

Extra - CMS-Icon

Simple icon renderer

Initialization

To load this functionality from HTML:

<script>
CMS.loadExtra('cms-icon');
</script>

or from within config.js

extras: {
  'cms-icon': {}
}

Configuration

N/A

Required Schema

N/A

Usage

<i icon="camera" is="cms-icon"></i>

Will use the loaded icon library for rendering the actual icons. (Currently only FontAwesome is supported.)

Example Styles

N/A