From 9946db9daaa76448d0e43247472cdedd2a5ea22a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Mon, 4 Dec 2017 18:46:08 +0100 Subject: Change audio plugin --- build-config.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'build-config.js') 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, -- cgit v1.2.3