mirror of
https://github.com/zadam/trilium.git
synced 2025-11-07 05:46:10 +01:00
titleTemplate should be sanitized on import
This commit is contained in:
@@ -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' },
|
||||
|
||||
Reference in New Issue
Block a user