Merged from sub repository (updated ckeditor, filters - step 2)

This commit is contained in:
RainLoop Team 2014-12-01 21:34:21 +04:00
parent a57dc3720e
commit ec7324b061
427 changed files with 10909 additions and 3336 deletions

View file

@ -13,10 +13,10 @@
* (1) http://ckeditor.com/builder
* Visit online builder to build CKEditor from scratch.
*
* (2) http://ckeditor.com/builder/b1845fab7060f947b250c67fb9992be5
* (2) http://ckeditor.com/builder/7bd3f7a14b9b0ff5faf671393bb9720b
* Visit online builder to build CKEditor, starting with the same setup as before.
*
* (3) http://ckeditor.com/builder/download/b1845fab7060f947b250c67fb9992be5
* (3) http://ckeditor.com/builder/download/7bd3f7a14b9b0ff5faf671393bb9720b
* Straight download link to the latest version of CKEditor (Optimized) with the same setup as before.
*
* NOTE:
@ -25,7 +25,7 @@
*/
var CKBUILDER_CONFIG = {
skin: 'moono',
skin: 'icy_orange',
preset: 'basic',
ignore: [
'.bender',
@ -36,7 +36,7 @@ var CKBUILDER_CONFIG = {
'.DS_Store',
'.gitattributes',
'.gitignore',
'Gruntfile.js',
'gruntfile.js',
'.idea',
'.jscsrc',
'.jshintignore',
@ -50,6 +50,7 @@ var CKBUILDER_CONFIG = {
plugins : {
'base64image' : 1,
'basicstyles' : 1,
'bidi' : 1,
'blockquote' : 1,
'clipboard' : 1,
'colorbutton' : 1,