From d2a7ed6c3ba540fdc50eb2bcbdea329a42ef0844 Mon Sep 17 00:00:00 2001 From: Artur Arseniev Date: Mon, 26 Aug 2019 23:58:50 +0200 Subject: [PATCH] Set `avoidDefaults` true by default --- src/editor/config/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/editor/config/config.js b/src/editor/config/config.js index 0d09b8a33d..97efb00a77 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