enable bootstrap, disable ckeditor

This commit is contained in:
Mathieu Jaumotte 2021-03-20 22:47:43 +01:00
parent 7a0f7a4933
commit d7d8f2a60a

View File

@ -57,11 +57,11 @@ module.exports = function(encore, entries)
// Chill2 new assets
encore.addEntry('forkawesome', __dirname + '/Resources/public/modules/forkawesome/index.js');
//encore.addEntry('bootstrap', __dirname + '/Resources/public/modules/bootstrap/index.js');
encore.addEntry('bootstrap', __dirname + '/Resources/public/modules/bootstrap/index.js');
// CKEditor5
buildCKEditor(encore);
encore.addEntry('ckeditor5', __dirname + '/Resources/public/modules/ckeditor5/index.js');
//buildCKEditor(encore);
//encore.addEntry('ckeditor5', __dirname + '/Resources/public/modules/ckeditor5/index.js');
};