Skip to content

Commit

Permalink
vault: Update data.json to 1.23.0 format (#1593)
Browse files Browse the repository at this point in the history
This will be useful in testing future changes, to make sure
we can still read the 1.23.0 settings version, to check for
backwards compatability.
  • Loading branch information
claremacrae committed Jan 27, 2023
1 parent b165429 commit c2e6ac5
Showing 1 changed file with 39 additions and 0 deletions.
Expand Up @@ -8,7 +8,46 @@
"provideAccessKeys": true,
"useFilenameAsScheduledDate": true,
"filenameAsDateFolders": [],
"statusSettings": {
"coreStatuses": [
{
"symbol": " ",
"name": "Todo",
"nextStatusSymbol": "x",
"availableAsCommand": true,
"type": "TODO"
},
{
"symbol": "x",
"name": "Done",
"nextStatusSymbol": " ",
"availableAsCommand": true,
"type": "DONE"
}
],
"customStatuses": [
{
"symbol": "/",
"name": "In Progress",
"nextStatusSymbol": "x",
"availableAsCommand": true,
"type": "IN_PROGRESS"
},
{
"symbol": "-",
"name": "Cancelled",
"nextStatusSymbol": " ",
"availableAsCommand": true,
"type": "CANCELLED"
}
]
},
"features": {
"INTERNAL_TESTING_ENABLED_BY_DEFAULT": true
},
"generalSettings": {},
"headingOpened": {
"Core Statuses": true,
"Custom Statuses": true
}
}

0 comments on commit c2e6ac5

Please sign in to comment.