redactor-plugins icon indicating copy to clipboard operation
redactor-plugins copied to clipboard

Font Color plugin is not working

Open rohitkhatri opened this issue 8 years ago • 0 comments

I tried to install fontcolor plugin, but It doesn't show anything, the code is given below:

<script type="text/javascript" src="/assets/editor/plugins/fontcolor.js"></script>

$('.tc_editable').redactor({
    plugins: ['fontcolor']
)};

Basic icons load like B, I, Indentation, but It's not loading fontcolor.

rohitkhatri avatar Apr 14 '16 11:04 rohitkhatri