mirror of
https://github.com/zadam/trilium.git
synced 2024-11-11 18:08:13 +08:00
titleTemplate should be sanitized on import
This commit is contained in:
parent
e206d9cc68
commit
31fb02f810
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ module.exports = [
|
|||
{ type: 'label', name: 'shareDisallowRobotIndexing' },
|
||||
{ type: 'label', name: 'displayRelations' },
|
||||
{ type: 'label', name: 'hideRelations' },
|
||||
{ type: 'label', name: 'titleTemplate' },
|
||||
{ type: 'label', name: 'titleTemplate', isDangerous: true },
|
||||
|
||||
// relation names
|
||||
{ type: 'relation', name: 'internalLink' },
|
||||
|
|
Loading…
Reference in a new issue