mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-08-07 18:28:39 +02:00
rename createOrLoad to newOrExisting
This commit is contained in:
@@ -10,7 +10,7 @@ All operations are enabled by default.
|
||||
|
||||
|
||||
- `allow-create-store`
|
||||
- `allow-create-or-load`
|
||||
- `allow-new-or-existing`
|
||||
- `allow-get-store`
|
||||
- `allow-close-store`
|
||||
- `allow-set`
|
||||
@@ -90,32 +90,6 @@ Denies the close_store command without any pre-configured scope.
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`store:allow-create-or-load`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Enables the create_or_load command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`store:deny-create-or-load`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Denies the create_or_load command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`store:allow-create-store`
|
||||
|
||||
</td>
|
||||
@@ -350,6 +324,32 @@ Denies the load command without any pre-configured scope.
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`store:allow-new-or-existing`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Enables the new_or_existing command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`store:deny-new-or-existing`
|
||||
|
||||
</td>
|
||||
<td>
|
||||
|
||||
Denies the new_or_existing command without any pre-configured scope.
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
`store:allow-reset`
|
||||
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user