mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-10-04 20:39:40 +00:00
use ckeditor in custom type
This commit is contained in:
@@ -7,9 +7,8 @@ buildCKEditor = function(encore)
|
||||
.addPlugin( new CKEditorWebpackPlugin( {
|
||||
language: 'fr',
|
||||
addMainLanguageTranslationsToAllAssets: true,
|
||||
verbose: true,
|
||||
strict: true,
|
||||
//additionalLanguages: ['en', 'nl', 'es'],
|
||||
verbose: !encore.isProduction(),
|
||||
strict: true
|
||||
} ) )
|
||||
|
||||
// Use raw-loader for CKEditor 5 SVG files.
|
||||
@@ -35,7 +34,7 @@ buildCKEditor = function(encore)
|
||||
} )
|
||||
} )
|
||||
;
|
||||
}
|
||||
};
|
||||
|
||||
// Compile and loads all assets from the Chill Main Bundle
|
||||
module.exports = function(encore, entries)
|
||||
|
Reference in New Issue
Block a user