mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-25 10:08:29 +02:00
14 lines
437 B
TOML
14 lines
437 B
TOML
# Automatically generated - DO NOT EDIT!
|
|
|
|
"$schema" = "../../schemas/schema.json"
|
|
|
|
[[permission]]
|
|
identifier = "allow-websocket-events"
|
|
description = "Enables the websocket_events command without any pre-configured scope."
|
|
commands.allow = ["websocket_events"]
|
|
|
|
[[permission]]
|
|
identifier = "deny-websocket-events"
|
|
description = "Denies the websocket_events command without any pre-configured scope."
|
|
commands.deny = ["websocket_events"]
|