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

added export escape html config

This commit is contained in:
Nguyễn Việt Hưng
2018-05-19 19:39:08 +07:00
parent 52f694a714
commit d6c28da3a8
4 changed files with 135 additions and 2 deletions

View File

@@ -65,6 +65,9 @@ export const DEFAULT_CONFIG = {
token: '',
username: '',
password: ''
},
exports: {
escapeHtml: true
}
}