mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-09-26 21:41:48 +02:00
Fix js get and close store
This commit is contained in:
@@ -304,6 +304,26 @@
|
||||
"type": "string",
|
||||
"const": "deny-clear"
|
||||
},
|
||||
{
|
||||
"description": "Enables the close command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "allow-close"
|
||||
},
|
||||
{
|
||||
"description": "Denies the close command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "deny-close"
|
||||
},
|
||||
{
|
||||
"description": "Enables the close_store command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "allow-close-store"
|
||||
},
|
||||
{
|
||||
"description": "Denies the close_store command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "deny-close-store"
|
||||
},
|
||||
{
|
||||
"description": "Enables the create_store command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
|
||||
Reference in New Issue
Block a user