mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 21:36:05 +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: 'shareDisallowRobotIndexing' },
|
||||||
{ type: 'label', name: 'displayRelations' },
|
{ type: 'label', name: 'displayRelations' },
|
||||||
{ type: 'label', name: 'hideRelations' },
|
{ type: 'label', name: 'hideRelations' },
|
||||||
{ type: 'label', name: 'titleTemplate' },
|
{ type: 'label', name: 'titleTemplate', isDangerous: true },
|
||||||
|
|
||||||
// relation names
|
// relation names
|
||||||
{ type: 'relation', name: 'internalLink' },
|
{ type: 'relation', name: 'internalLink' },
|
||||||
|
|||||||
Reference in New Issue
Block a user