pull/1860/head
Tony 8 months ago
parent 7723f48f39
commit 120f39fd9b
No known key found for this signature in database
GPG Key ID: 34BDD3EA27824956

@ -1,13 +0,0 @@
# Automatically generated - DO NOT EDIT!
"$schema" = "../../schemas/schema.json"
[[permission]]
identifier = "allow-close"
description = "Enables the close command without any pre-configured scope."
commands.allow = ["close"]
[[permission]]
identifier = "deny-close"
description = "Denies the close command without any pre-configured scope."
commands.deny = ["close"]

@ -63,32 +63,6 @@ Denies the clear command without any pre-configured scope.
<tr> <tr>
<td> <td>
`store:allow-close`
</td>
<td>
Enables the close command without any pre-configured scope.
</td>
</tr>
<tr>
<td>
`store:deny-close`
</td>
<td>
Denies the close command without any pre-configured scope.
</td>
</tr>
<tr>
<td>
`store:allow-close-store` `store:allow-close-store`
</td> </td>

@ -304,16 +304,6 @@
"type": "string", "type": "string",
"const": "deny-clear" "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.", "description": "Enables the close_store command without any pre-configured scope.",
"type": "string", "type": "string",

Loading…
Cancel
Save