Skip to content

Commit

Permalink
Tests: removed BGColor button.
Browse files Browse the repository at this point in the history
  • Loading branch information
engineering-this committed Dec 5, 2018
1 parent 1fd161f commit a6e8c19
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/plugins/colorbutton/manual/customcolors.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

<script>
CKEDITOR.replace( 'editor', {
colorButton_colors: 'Not blue/F00,00F'
colorButton_colors: 'Not blue/F00,00F',
removeButtons: 'BGColor'
} );
</script>

0 comments on commit a6e8c19

Please sign in to comment.