Dotclear


Ignore:
Timestamp:
07/12/15 16:42:27 (10 years ago)
Author:
Nicolas <nikrou77@…>
Branch:
default
Message:

Allow user to disable (or not) native spellchecker for CKEditor
Fix #2092

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/dcCKEditor/inc/_config.php

    r2972 r3052  
    6262               $dcckeditor_clipboard_buttons = (empty($_POST['dcckeditor_clipboard_buttons']))?false:true; 
    6363               $core->blog->settings->dcckeditor->put('clipboard_buttons', $dcckeditor_clipboard_buttons, 'boolean'); 
     64 
     65               $dcckeditor_disable_native_spellchecker = (empty($_POST['dcckeditor_disable_native_spellchecker']))?false:true; 
     66               $core->blog->settings->dcckeditor->put('disable_native_spellchecker', $dcckeditor_disable_native_spellchecker, 'boolean'); 
    6467          } 
    6568 
Note: See TracChangeset for help on using the changeset viewer.

Sites map