mirror of
https://github.com/heyman/heynote.git
synced 2025-08-16 01:27:57 +02:00
Add setting for configuring the default block language and language auto detection
This commit is contained in:
@ -35,6 +35,8 @@ const schema = {
|
||||
"showInMenu": {type: "boolean", default: false},
|
||||
"alwaysOnTop": {type: "boolean", default: false},
|
||||
"bracketClosing": {type: "boolean", default: false},
|
||||
"defaultBlockLanguage": {type: "string"},
|
||||
"defaultBlockLanguageAutoDetect": {type: "boolean"},
|
||||
|
||||
// when default font settings are used, fontFamily and fontSize is not specified in the
|
||||
// settings file, so that it's possible for us to change the default settings in the
|
||||
|
Reference in New Issue
Block a user