diff --git a/src/editor/config/config.js b/src/editor/config/config.js index 23153cca2..50d3026b2 100644 --- a/src/editor/config/config.js +++ b/src/editor/config/config.js @@ -279,6 +279,8 @@ module.exports = { traitManager: {}, // Texts + textViewCode: 'Code', - textViewCode: 'Code' + // Dump unused styles within the editor. + dumpUnusedStyles: false };