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/_install.php

    r3050 r3052  
    3030$settings->dcckeditor->put('table_button', false, 'boolean', 'Add table button?', false, true); 
    3131$settings->dcckeditor->put('clipboard_buttons', false, 'boolean', 'Add clipboard buttons?', false, true); 
     32$settings->dcckeditor->put('disable_native_spellchecker', true, 'boolean', 'Disables the built-in spell checker if the browser provides one?', false, true); 
    3233 
    3334$core->setVersion('dcCKEditor', $version); 
Note: See TracChangeset for help on using the changeset viewer.

Sites map