Skip to content

Commit 4bc0bfd

Browse files
authored
Additional revisions
1 parent c28eb36 commit 4bc0bfd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • content/en/docs/apidocs-mxsdk/apidocs/studio-pro-11/extensibility-api/web/web-extensions-howtos

content/en/docs/apidocs-mxsdk/apidocs/studio-pro-11/extensibility-api/web/web-extensions-howtos/permissions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@ To request a permission, declare it in your extension's `package.json` file unde
4040
}
4141
```
4242

43-
Setting a permission to **true** indicates that your extension requests this permission. The user must grant it before your extension can use the protected functionality.
43+
Setting a permission to **true** indicates that your extension requests this permission. The user must grant it before your extension can use the protected functionality. Default: *False*
4444

4545
## Granting Permissions (User Flow)
4646

4747
When a user installs an extension that requests permissions, they can manage those permissions through the Extensions Overview pane. Follow the steps below:
4848

49-
1. Open Studio Pro and load a project with the extension installed.
49+
1. Open Studio Pro and load an app with the extension installed.
5050
2. Go to **View** > **Extensions Overview** to open the Extensions Overview pane.
5151
3. Find the extension in the list. Under the extension details, the **Permissions** section displays the requested permissions.
5252
4. Check or uncheck the checkbox next to each permission to grant or revoke access.

0 commit comments

Comments
 (0)