mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-07-12 16:36:33 +02:00
0cb1baf09a
* Add default permissions to most plugins. Co-authored-by: chippers <chip@chip.sh> Co-authored-by: fabianlars <fabianlars@fabianlars.de> * updated default description * mobile plugin relevant changes --------- Co-authored-by: chippers <chip@chip.sh> Co-authored-by: fabianlars <fabianlars@fabianlars.de>
952 B
952 B
| Permission | Description |
|---|---|
allow-ask |
Enables the ask command without any pre-configured scope. |
deny-ask |
Denies the ask command without any pre-configured scope. |
allow-confirm |
Enables the confirm command without any pre-configured scope. |
deny-confirm |
Denies the confirm command without any pre-configured scope. |
allow-message |
Enables the message command without any pre-configured scope. |
deny-message |
Denies the message command without any pre-configured scope. |
allow-open |
Enables the open command without any pre-configured scope. |
deny-open |
Denies the open command without any pre-configured scope. |
allow-save |
Enables the save command without any pre-configured scope. |
deny-save |
Denies the save command without any pre-configured scope. |
default |
This permission set configures the types of dialogs |
| available from the dialog plugin. |
Granted Permissions
All dialog types are enabled.
|