nautobot-app-circuit-maintenance
nautobot-app-circuit-maintenance copied to clipboard
App Config Schema
Closes Nan
What's Changed
- Added app config schema.
@snaselj what does this do?
@snaselj what does this do?
@jvanderaa
Explained here:
https://github.com/nautobot/nautobot-app-circuit-maintenance/blob/develop/docs/dev/dev_environment.md#app-configuration-schema
The plan was to define configuration schema for each app to verify the configuration provided with PLUGINS_CONFIG[<app_name>] or in Nautobot Cloud.
I still don't understand what it does.
It is used by Nautobot Cloud to generate a form of the available settings
The documentation says that the app has to configure these settings. At least with what is linked. Do I configure foo = bar()? There isn't anything else linked to say how to know that this is a valid PR.