X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2Fpackagist%2Fpiedsjaloux-ckeditor-component.git;a=blobdiff_plain;f=build-config.js;fp=build-config.js;h=a41e6a50c795ffd2b53baa539ad4c59402689833;hp=207d280756f55eed622bec6da835d05096a0b82a;hb=9946db9daaa76448d0e43247472cdedd2a5ea22a;hpb=317f8f8f0651488f226b5280a8f036c7c135c639 diff --git a/build-config.js b/build-config.js index 207d280..a41e6a5 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/9323150a85589a6899021c19376669e6 + * (2) http://ckeditor.com/builder/2e0add19cfb7a81bc954ad48fee22a32 * Visit online builder to build CKEditor, starting with the same setup as before. * - * (3) http://ckeditor.com/builder/download/9323150a85589a6899021c19376669e6 + * (3) http://ckeditor.com/builder/download/2e0add19cfb7a81bc954ad48fee22a32 * Straight download link to the latest version of CKEditor (Optimized) with the same setup as before. * * NOTE: @@ -51,7 +51,6 @@ var CKBUILDER_CONFIG = { 'tests' ], plugins : { - 'Audio' : 1, 'a11yhelp' : 1, 'basicstyles' : 1, 'contextmenu' : 1, @@ -63,6 +62,7 @@ var CKBUILDER_CONFIG = { 'floatingspace' : 1, 'format' : 1, 'horizontalrule' : 1, + 'html5audio' : 1, 'html5video' : 1, 'htmlwriter' : 1, 'iframe' : 1,