mirror of
https://github.com/cmorooney/obsidian-game-search-plugin.git
synced 2026-07-22 07:50:25 +00:00
change: defaultFrontmatterKeyType from snake to camel
This commit is contained in:
parent
bf1d7afa0d
commit
7fbdd50196
2 changed files with 1 additions and 1 deletions
0
.husky/pre-commit
Normal file → Executable file
0
.husky/pre-commit
Normal file → Executable file
|
|
@ -29,7 +29,7 @@ export const DEFAULT_SETTINGS: BookSearchPluginSettings = {
|
|||
frontmatter: '',
|
||||
content: '',
|
||||
useDefaultFrontmatter: true,
|
||||
defaultFrontmatterKeyType: DefaultFrontmatterKeyType.snakeCase,
|
||||
defaultFrontmatterKeyType: DefaultFrontmatterKeyType.camelCase,
|
||||
templateFile: '',
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue