Implement full CryptDrive export
This commit is contained in:
@@ -368,7 +368,7 @@ define([
|
||||
}
|
||||
|
||||
framework.setFileExporter('json', function () {
|
||||
return new Blob([JSON.stringify(kanban.getBoardsJSON())], {
|
||||
return new Blob([JSON.stringify(kanban.getBoardsJSON(), 0, 2)], {
|
||||
type: 'application/json',
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user