mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-06-10 14:13:55 +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>
17 lines
765 B
Markdown
17 lines
765 B
Markdown
| Permission | Description |
|
|
|------|-----|
|
|
|`allow-filename`|Enables the filename command without any pre-configured scope.|
|
|
|`deny-filename`|Denies the filename command without any pre-configured scope.|
|
|
|`allow-restore-state`|Enables the restore_state command without any pre-configured scope.|
|
|
|`deny-restore-state`|Denies the restore_state command without any pre-configured scope.|
|
|
|`allow-save-window-state`|Enables the save_window_state command without any pre-configured scope.|
|
|
|`deny-save-window-state`|Denies the save_window_state command without any pre-configured scope.|
|
|
|`default`|This permission set configures what kind of
|
|
operations are available from the window state plugin.
|
|
|
|
#### Granted Permissions
|
|
|
|
All operations are enabled by default.
|
|
|
|
|
|