mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-19 16:21:13 +01:00
14 lines
334 B
TOML
14 lines
334 B
TOML
[default]
|
|
description = "Default permissions for the plugin"
|
|
permissions = [
|
|
"allow-delete",
|
|
"allow-duplicate",
|
|
"allow-get-settings",
|
|
"allow-get-graphql-introspection",
|
|
"allow-grpc-events",
|
|
"allow-upsert",
|
|
"allow-upsert-graphql-introspection",
|
|
"allow-websocket-events",
|
|
"allow-workspace-models",
|
|
]
|