titleTemplate should be sanitized on import

This commit is contained in:
zadam 2022-06-09 21:01:02 +02:00
parent e206d9cc68
commit 31fb02f810

View file

@ -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' },