Changes between Version 2 and Version 3 of Ticket #13710
- Timestamp:
- Sep 2, 2015, 11:49:50 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13710 – Description
v2 v3 14 14 }}} 15 15 3. Followed with the email_config.js 16 {{{ 16 17 CKEDITOR.editorConfig = function( config ) { 17 18 // Define changes to default configuration here. For example: … … 21 22 config.scayt_autoStartup = true; 22 23 }; 23 24 }}} 24 25 25 26 == Expected result ==