diff --git a/src/services/builtin_attributes.js b/src/services/builtin_attributes.js index 5c4ca4488..ea8276fa6 100644 --- a/src/services/builtin_attributes.js +++ b/src/services/builtin_attributes.js @@ -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' },