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 * }