1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 09:46:22 +00:00

add editorType into ConfigManager

This commit is contained in:
Sosuke Suzuki
2017-12-16 23:17:45 +09:00
parent e72a7ceaea
commit 2581091652

View File

@@ -35,7 +35,8 @@ export const DEFAULT_CONFIG = {
indentType: 'space',
indentSize: '2',
switchPreview: 'BLUR', // Available value: RIGHTCLICK, BLUR
scrollPastEnd: false
scrollPastEnd: false,
type: 'default'
},
preview: {
fontSize: '14',