From ff99a9bf74d366764ae63b4e25e5f6bbb0378e8d Mon Sep 17 00:00:00 2001 From: TomatoCake <60300461+DEVTomatoCake@users.noreply.github.com> Date: Tue, 27 Dec 2022 14:40:28 +0100 Subject: [PATCH] docs(api): Add missing APIs to dialog allowlist (#5858) --- tooling/api/src/dialog.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tooling/api/src/dialog.ts b/tooling/api/src/dialog.ts index 9976887e6..bc22c63eb 100644 --- a/tooling/api/src/dialog.ts +++ b/tooling/api/src/dialog.ts @@ -14,6 +14,9 @@ * "allowlist": { * "dialog": { * "all": true, // enable all dialog APIs + * "ask": true, // enable dialog ask API + * "confirm": true, // enable dialog confirm API + * "message": true, // enable dialog message API * "open": true, // enable file open API * "save": true // enable file save API * }