mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-25 03:33:36 +03:00
chore: generate schema (#10129)
* Generate schema
* -
* Revert "-"
This reverts commit a456975cd2
.
This commit is contained in:
parent
35110dba21
commit
a15a97594f
@ -2,6 +2,28 @@
|
||||
|
||||
Default permissions for the plugin.
|
||||
|
||||
- `allow-new`
|
||||
- `allow-append`
|
||||
- `allow-prepend`
|
||||
- `allow-insert`
|
||||
- `allow-remove`
|
||||
- `allow-remove-at`
|
||||
- `allow-items`
|
||||
- `allow-get`
|
||||
- `allow-popup`
|
||||
- `allow-create-default`
|
||||
- `allow-set-as-app-menu`
|
||||
- `allow-set-as-window-menu`
|
||||
- `allow-text`
|
||||
- `allow-set-text`
|
||||
- `allow-is-enabled`
|
||||
- `allow-set-enabled`
|
||||
- `allow-set-accelerator`
|
||||
- `allow-set-as-windows-menu-for-nsapp`
|
||||
- `allow-set-as-help-menu-for-nsapp`
|
||||
- `allow-is-checked`
|
||||
- `allow-set-checked`
|
||||
- `allow-set-icon`
|
||||
|
||||
### Permission Table
|
||||
|
||||
|
@ -2,6 +2,17 @@
|
||||
|
||||
Default permissions for the plugin.
|
||||
|
||||
- `allow-new`
|
||||
- `allow-get-by-id`
|
||||
- `allow-remove-by-id`
|
||||
- `allow-set-icon`
|
||||
- `allow-set-menu`
|
||||
- `allow-set-tooltip`
|
||||
- `allow-set-title`
|
||||
- `allow-set-visible`
|
||||
- `allow-set-temp-dir-path`
|
||||
- `allow-set-icon-as-template`
|
||||
- `allow-set-show-menu-on-left-click`
|
||||
|
||||
### Permission Table
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user