load.toml 365 B

12345678910111213
  1. # Automatically generated - DO NOT EDIT!
  2. "$schema" = "../../schemas/schema.json"
  3. [[permission]]
  4. identifier = "allow-load"
  5. description = "Enables the load command without any pre-configured scope."
  6. commands.allow = ["load"]
  7. [[permission]]
  8. identifier = "deny-load"
  9. description = "Denies the load command without any pre-configured scope."
  10. commands.deny = ["load"]