I have access to the [StrikeThrough] button when config.toolbar=null
which causes the full toolbar to be created. But when I attempt to create a custom, more limited toolbar, I'm unable to get StrikeThrough button to appear there.
CKEDITOR.config.toolbar_Foo = [[ 'Bold', 'Italic', 'StrikeThrough' ] ]
CKEDITOR.config.toolbar = 'Foo';
Only Bold and Italic appear on the toolbar.
What's my error? Thanks