Changeset 3955:dcbe188a9646 for plugins/dcCKEditor/_install.php
- Timestamp:
- 01/20/19 10:26:55 (7 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/dcCKEditor/_install.php
r3731 r3955 30 30 $settings->dcckeditor->put('table_button', false, 'boolean', 'Add table button?', false, true); 31 31 $settings->dcckeditor->put('clipboard_buttons', false, 'boolean', 'Add clipboard buttons?', false, true); 32 $settings->dcckeditor->put('action_buttons', true, 'boolean', 'Add undo/redo buttons?', false, true); 32 33 $settings->dcckeditor->put('disable_native_spellchecker', true, 'boolean', 'Disables the built-in spell checker if the browser provides one?', false, true); 33 34
Note: See TracChangeset
for help on using the changeset viewer.