Closed calvernaz closed 7 years ago
Looks good, curious tho, why doesn't using the key work since the key is the file name?
I could augment the object on export, but:
this change fits better my use case, as I load the editor for each file, and export like this.
var content = this.editor.exportFile(null, 'json');
Add file name to default schema, useful for exporting purposes.