From 5a6a8da4ade912f01f5c2bcae26b502063065d14 Mon Sep 17 00:00:00 2001 From: Dawid Witulski Date: Fri, 19 Apr 2024 14:01:04 +0200 Subject: [PATCH] fix(ID-3847): excluded fragile properties --- widget.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/widget.json b/widget.json index 9ae0ff9..5fe5909 100644 --- a/widget.json +++ b/widget.json @@ -8,6 +8,9 @@ "provider_only": false, "references": [], "html_tag": "div", + "settings": { + "excludedProperties": ["apnKeyId", "apnTeamId", "apnAuthKey", "gcmProjectId", "gcmServerKey"] + }, "interface": { "dependencies": [ "vue.js",