mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-05-18 21:57:19 +02:00
14 lines
437 B
TOML
14 lines
437 B
TOML
# Automatically generated - DO NOT EDIT!
|
|
|
|
"$schema" = "../../schemas/schema.json"
|
|
|
|
[[permission]]
|
|
identifier = "allow-workspace-models"
|
|
description = "Enables the workspace_models command without any pre-configured scope."
|
|
commands.allow = ["workspace_models"]
|
|
|
|
[[permission]]
|
|
identifier = "deny-workspace-models"
|
|
description = "Denies the workspace_models command without any pre-configured scope."
|
|
commands.deny = ["workspace_models"]
|