subscribe.toml 395 B

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