12 lines
372 B
TOML
12 lines
372 B
TOML
# Automatically generated - DO NOT EDIT!
|
|
|
|
[[permission]]
|
|
identifier = "allow-todos-delete"
|
|
description = "Enables the todos_delete command without any pre-configured scope."
|
|
commands.allow = ["todos_delete"]
|
|
|
|
[[permission]]
|
|
identifier = "deny-todos-delete"
|
|
description = "Denies the todos_delete command without any pre-configured scope."
|
|
commands.deny = ["todos_delete"]
|