Changes between Initial Version and Version 1 of Ticket #13173, comment 4
- Timestamp:
- Apr 16, 2015, 10:14:48 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #13173, comment 4
initial v1 1 C Onfig listed above is translated to1 Config listed above is translated to 2 2 {{{ 3 3 CKEDITOR.editorConfig = function( config ) { … … 10 10 }}} 11 11 12 but do we really should handle {{{removeButtons}}} in adv toolbar configurator? I think we sh uld end up with12 but do we really should handle {{{removeButtons}}} in adv toolbar configurator? I think we should end up with 13 13 14 14 {{{ … … 20 20 }}} 21 21 22 It's simpler more logical - Why add things and remove them at once?22 It's simpler and more logical - Why add things and remove them at once?