Skip to content

Commit

Permalink
Update plugin.js
Browse files Browse the repository at this point in the history
changes according to request in Improvements #5 (#5)
  • Loading branch information
pkerspe authored Oct 21, 2017
1 parent 7bd6b4a commit 663bc32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ CKEDITOR.plugins.add('collapsibleItem', {
editables: {
title: {
selector: '.collapsible-item-title-link',
allowedContent: 'strong em u span'
allowedContent: 'span strong em u;*{color}'
},
content: {
selector: '.collapsible-item-body',
Expand Down

0 comments on commit 663bc32

Please sign in to comment.