mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-03 10:11:15 +02:00
* feat(acl): generate schema for scope * allow plugin to define its global scope schema * refactor to use schemas folder instead of individual files * change signature * delete .schema.json files
8 lines
158 B
TOML
8 lines
158 B
TOML
"$schema" = "schemas/schema.json"
|
|
|
|
[[permission]]
|
|
identifier = "global-scope"
|
|
description = "Sets a global scope."
|
|
[[permission.scope.allow]]
|
|
path = "global"
|