From 5dd4586ebe9c62f1058ce0b50e5ba246a84f62c3 Mon Sep 17 00:00:00 2001 From: zadam Date: Sat, 14 Oct 2023 21:09:20 +0200 Subject: [PATCH] added webViewSrc to builtin attrs --- src/services/builtin_attributes.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/services/builtin_attributes.js b/src/services/builtin_attributes.js index c4388622a..bfe28bc4a 100644 --- a/src/services/builtin_attributes.js +++ b/src/services/builtin_attributes.js @@ -66,6 +66,7 @@ module.exports = [ { type: 'label', name: 'executeDescription'}, { type: 'label', name: 'newNotesOnTop'}, { type: 'label', name: 'clipperInbox'}, + { type: 'label', name: 'webViewSrc', isDangerous: true }, // relation names { type: 'relation', name: 'internalLink' },