Changeset 3056:eef1dc48436a
- Timestamp:
- 07/16/15 14:08:57 (10 years ago)
- Branch:
- default
- Location:
- plugins/dcCKEditor
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/dcCKEditor/_define.php
r3054 r3056 16 16 /* Description*/ "dotclear CKEditor integration", 17 17 /* Author */ "dotclear Team", 18 /* Version */ "1.0. 2",18 /* Version */ "1.0.3", 19 19 array( 20 20 'permissions' => 'usage,contentadmin', -
plugins/dcCKEditor/_post_config.php
r3055 r3056 80 80 CKEDITOR.timestamp = ''; 81 81 <?php if (!isset($dcckeditor_disable_native_spellchecker) || $dcckeditor_disable_native_spellchecker):?> 82 CKEDITOR. disableNativeSpellChecker = true;82 CKEDITOR.config.disableNativeSpellChecker = true; 83 83 <?php else:?> 84 CKEDITOR. disableNativeSpellChecker = false;84 CKEDITOR.config.disableNativeSpellChecker = false; 85 85 <?php endif;?> 86 86 CKEDITOR.config.skin = 'dotclear,'+dotclear.dcckeditor_plugin_url+'/js/ckeditor-skins/dotclear/';
Note: See TracChangeset
for help on using the changeset viewer.