mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-05-31 13:39:36 +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>
15 lines
533 B
Markdown
15 lines
533 B
Markdown
| Permission | Description |
|
|
|------|-----|
|
|
|`allow-download`|Enables the download command without any pre-configured scope.|
|
|
|`deny-download`|Denies the download command without any pre-configured scope.|
|
|
|`allow-upload`|Enables the upload command without any pre-configured scope.|
|
|
|`deny-upload`|Denies the upload command without any pre-configured scope.|
|
|
|`default`|This permission set configures what kind of
|
|
operations are available from the upload plugin.
|
|
|
|
#### Granted Permissions
|
|
|
|
All operations are enabled by default.
|
|
|
|
|
|