Skip to content

Commit

Permalink
Set avoidDefaults true by default
Browse files Browse the repository at this point in the history
  • Loading branch information
artf committed Aug 26, 2019
1 parent 3eca291 commit d2a7ed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/editor/config/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d2a7ed6

Please sign in to comment.