X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2Fpackagist%2Fludivine-ckeditor-component.git;a=blobdiff_plain;f=build-config.js;fp=build-config.js;h=f17ea49079e7baa6331a0b0742a9ddcf9dccd950;hp=03a50a56eed49996838b87e08e7c84d606df2922;hb=7183f6a6a21ad9124e70c997e0168459f377a9f2;hpb=d1844275460a3e3a32e199326f6b36938a329091 diff --git a/build-config.js b/build-config.js index 03a50a5..f17ea49 100644 --- a/build-config.js +++ b/build-config.js @@ -13,10 +13,10 @@ * (1) http://ckeditor.com/builder * Visit online builder to build CKEditor from scratch. * - * (2) http://ckeditor.com/builder/bd11f808b667b2549a00ab11107f4b1a + * (2) http://ckeditor.com/builder/b49fe8199b5f563a76c58f2a8f351380 * Visit online builder to build CKEditor, starting with the same setup as before. * - * (3) http://ckeditor.com/builder/download/bd11f808b667b2549a00ab11107f4b1a + * (3) http://ckeditor.com/builder/download/b49fe8199b5f563a76c58f2a8f351380 * 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: 'moonocolor', preset: 'full', ignore: [ '.bender', @@ -67,6 +67,7 @@ var CKBUILDER_CONFIG = { 'format' : 1, 'horizontalrule' : 1, 'html5audio' : 1, + 'html5video' : 1, 'htmlwriter' : 1, 'iframe' : 1, 'image' : 1,