mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-08-17 19:07:12 +02:00
fix(geolocation): plugin does not have a execute command
This commit is contained in:
@@ -1,13 +0,0 @@
|
|||||||
# Automatically generated - DO NOT EDIT!
|
|
||||||
|
|
||||||
"$schema" = "../../schemas/schema.json"
|
|
||||||
|
|
||||||
[[permission]]
|
|
||||||
identifier = "allow-execute"
|
|
||||||
description = "Enables the execute command without any pre-configured scope."
|
|
||||||
commands.allow = ["execute"]
|
|
||||||
|
|
||||||
[[permission]]
|
|
||||||
identifier = "deny-execute"
|
|
||||||
description = "Denies the execute command without any pre-configured scope."
|
|
||||||
commands.deny = ["execute"]
|
|
||||||
@@ -115,32 +115,6 @@ Denies the clear_watch command without any pre-configured scope.
|
|||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
|
|
||||||
`geolocation:allow-execute`
|
|
||||||
|
|
||||||
</td>
|
|
||||||
<td>
|
|
||||||
|
|
||||||
Enables the execute command without any pre-configured scope.
|
|
||||||
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
|
|
||||||
<tr>
|
|
||||||
<td>
|
|
||||||
|
|
||||||
`geolocation:deny-execute`
|
|
||||||
|
|
||||||
</td>
|
|
||||||
<td>
|
|
||||||
|
|
||||||
Denies the execute command without any pre-configured scope.
|
|
||||||
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
|
|
||||||
<tr>
|
|
||||||
<td>
|
|
||||||
|
|
||||||
`geolocation:allow-get-current-position`
|
`geolocation:allow-get-current-position`
|
||||||
|
|
||||||
</td>
|
</td>
|
||||||
|
|||||||
@@ -350,20 +350,6 @@
|
|||||||
"deny-clear-watch"
|
"deny-clear-watch"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"description": "allow-execute -> Enables the execute command without any pre-configured scope.",
|
|
||||||
"type": "string",
|
|
||||||
"enum": [
|
|
||||||
"allow-execute"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"description": "deny-execute -> Denies the execute command without any pre-configured scope.",
|
|
||||||
"type": "string",
|
|
||||||
"enum": [
|
|
||||||
"deny-execute"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"description": "allow-get-current-position -> Enables the get_current_position command without any pre-configured scope.",
|
"description": "allow-get-current-position -> Enables the get_current_position command without any pre-configured scope.",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
|
|||||||
Reference in New Issue
Block a user