mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-07-06 15:57:50 +02:00
rename createOrLoad to newOrExisting
This commit is contained in:
@@ -314,16 +314,6 @@
|
||||
"type": "string",
|
||||
"const": "deny-close-store"
|
||||
},
|
||||
{
|
||||
"description": "Enables the create_or_load command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "allow-create-or-load"
|
||||
},
|
||||
{
|
||||
"description": "Denies the create_or_load command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "deny-create-or-load"
|
||||
},
|
||||
{
|
||||
"description": "Enables the create_store command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
@@ -414,6 +404,16 @@
|
||||
"type": "string",
|
||||
"const": "deny-load"
|
||||
},
|
||||
{
|
||||
"description": "Enables the new_or_existing command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "allow-new-or-existing"
|
||||
},
|
||||
{
|
||||
"description": "Denies the new_or_existing command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
"const": "deny-new-or-existing"
|
||||
},
|
||||
{
|
||||
"description": "Enables the reset command without any pre-configured scope.",
|
||||
"type": "string",
|
||||
|
||||
Reference in New Issue
Block a user