diff --git a/src/editor/config/config.js b/src/editor/config/config.js index 0d09b8a33..97efb00a7 100644 --- a/src/editor/config/config.js +++ b/src/editor/config/config.js @@ -128,7 +128,7 @@ export default { // Avoid default properties from storable JSON data, like `components` and `styles`. // With this option enabled your data will be smaller (usefull if need to // save some storage space) - avoidDefaults: 0, + avoidDefaults: 1, // (experimental) // The structure of components is always on the screen but it's not the same