From b3716754947bc26d9fbf5a5fee2b218501db9f5f Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sat, 4 Apr 2026 21:25:05 +0300 Subject: [PATCH] chore(commons): mark docName as a dangerous attribute --- packages/commons/src/lib/builtin_attributes.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/commons/src/lib/builtin_attributes.ts b/packages/commons/src/lib/builtin_attributes.ts index 0f509c0d25..2172c6fa50 100644 --- a/packages/commons/src/lib/builtin_attributes.ts +++ b/packages/commons/src/lib/builtin_attributes.ts @@ -81,6 +81,7 @@ export default [ { type: "label", name: "webViewSrc", isDangerous: true }, { type: "label", name: "hideHighlightWidget" }, { type: "label", name: "iconPack", isDangerous: true }, + { type: "label", name: "docName", isDangerous: true }, { type: "label", name: "printLandscape" }, { type: "label", name: "printPageSize" },