Simple icon renderer
To load this functionality from HTML:
<script>
CMS.loadExtra('cms-icon');
</script>
or from within config.js
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