You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 23, 2020. It is now read-only.
In the plugin.json example there is a categories node outside of the agents list, but it looks like when the config is loaded from file, everything but agents is discarded. I'd like to use this section as a global config space instead of relying on an app.config. Is there a way to access that w/o writing my own config reader method or was it intended to be accessed by custom methods only?
"categories": {"big": [1,2,3],"enabled": false}
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In the plugin.json example there is a
categories
node outside of theagents
list, but it looks like when the config is loaded from file, everything butagents
is discarded. I'd like to use this section as a global config space instead of relying on an app.config. Is there a way to access that w/o writing my own config reader method or was it intended to be accessed by custom methods only?The text was updated successfully, but these errors were encountered: