Browse Source

Up Storage doc example

pull/4407/head
Artur Arseniev 4 years ago
parent
commit
e7bae5de0b
  1. 2
      docs/modules/Storage.md

2
docs/modules/Storage.md

@ -369,6 +369,8 @@ grapesjs.init({
});
return { id: projectID, data, pagesHtml };
},
// If on load, you're returning the same JSON from above...
onLoad: result => result.data,
}
},
},

Loading…
Cancel
Save