1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-14 02:06:29 +00:00

add preference tab

This commit is contained in:
Baptiste Augrain
2018-11-15 03:15:11 +01:00
parent 2af52c193c
commit 168fe212f5
4 changed files with 181 additions and 4 deletions

View File

@@ -80,6 +80,10 @@ export const DEFAULT_CONFIG = {
token: '',
username: '',
password: ''
},
export: {
action: 'DONT_EXPORT', // 'DONT_EXPORT', 'MERGE_HEADER', 'MERGE_VARIABLE'
variable: 'metadata'
}
}