mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-07-24 17:20:51 +02:00
chore(deps): update tauri to 2.0.0-rc.12 (#1785)
This commit is contained in:
committed by
GitHub
parent
6f3f66794a
commit
fb85e5dd76
@@ -295,53 +295,39 @@
|
||||
"type": "string",
|
||||
"oneOf": [
|
||||
{
|
||||
"description": "allow-filename -> Enables the filename command without any pre-configured scope.",
|
||||
"description": "Enables the filename command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"allow-filename"
|
||||
]
|
||||
"const": "allow-filename"
|
||||
},
|
||||
{
|
||||
"description": "deny-filename -> Denies the filename command without any pre-configured scope.",
|
||||
"description": "Denies the filename command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"deny-filename"
|
||||
]
|
||||
"const": "deny-filename"
|
||||
},
|
||||
{
|
||||
"description": "allow-restore-state -> Enables the restore_state command without any pre-configured scope.",
|
||||
"description": "Enables the restore_state command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"allow-restore-state"
|
||||
]
|
||||
"const": "allow-restore-state"
|
||||
},
|
||||
{
|
||||
"description": "deny-restore-state -> Denies the restore_state command without any pre-configured scope.",
|
||||
"description": "Denies the restore_state command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"deny-restore-state"
|
||||
]
|
||||
"const": "deny-restore-state"
|
||||
},
|
||||
{
|
||||
"description": "allow-save-window-state -> Enables the save_window_state command without any pre-configured scope.",
|
||||
"description": "Enables the save_window_state command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"allow-save-window-state"
|
||||
]
|
||||
"const": "allow-save-window-state"
|
||||
},
|
||||
{
|
||||
"description": "deny-save-window-state -> Denies the save_window_state command without any pre-configured scope.",
|
||||
"description": "Denies the save_window_state command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"deny-save-window-state"
|
||||
]
|
||||
"const": "deny-save-window-state"
|
||||
},
|
||||
{
|
||||
"description": "default -> This permission set configures what kind of\noperations are available from the window state plugin.\n\n#### Granted Permissions\n\nAll operations are enabled by default.\n\n",
|
||||
"description": "This permission set configures what kind of\noperations are available from the window state plugin.\n\n#### Granted Permissions\n\nAll operations are enabled by default.\n\n",
|
||||
"type": "string",
|
||||
"enum": [
|
||||
"default"
|
||||
]
|
||||
"const": "default"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user