trsteel88 / TrsteelCkeditorBundle

Symfony2 bundle for easy integration of the CKEditor WYSIWYG
97 stars 59 forks source link

Add the `disableNativeSpellChecker` config parameter to the bundle #93

Closed ghost closed 9 years ago

ghost commented 9 years ago

This pull request allow users to set the value of disableNativeSpellChecker as described in http://docs.ckeditor.com/#!/guide/dev_spellcheck

trsteel88 commented 9 years ago

Can you please write some tests for this. You can use the following tests as examples:

Test 1 - Obviously this should default to null for your parameter though.

Test 2

trsteel88 commented 9 years ago

This has been completed and is available on (v1.8.1)[https://github.com/trsteel88/TrsteelCkeditorBundle/releases/tag/v1.8.1]

ghost commented 9 years ago

Thank you very much.