Skip to content
This repository has been archived by the owner on Sep 11, 2020. It is now read-only.

Commit

Permalink
add fontawesome to example
Browse files Browse the repository at this point in the history
  • Loading branch information
linkesch committed Apr 7, 2014
1 parent 87516b1 commit 52cab61
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
<script src="../dist/js/medium-editor-insert-plugin.all.min.js"></script>
<script>
var editor = new MediumEditor('.editable', {
excludedActions: ['u', 'h3', 'blockquote']
excludedActions: ['u', 'h3', 'blockquote'],
buttonLabels: 'fontawesome'
});

$(function () {
Expand Down

0 comments on commit 52cab61

Please sign in to comment.