1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Initial documentation for plugins framework

This commit is contained in:
Jeremy Stretch
2020-03-20 12:20:25 -04:00
parent dab313897e
commit 33ca352fd9
4 changed files with 143 additions and 1 deletions

View File

@ -299,6 +299,24 @@ Determine how many objects to display per page within each list of objects.
---
## PLUGINS_CONFIG
Default: Empty
This parameter holds configuration settings for individual NetBox plugins. It is defined as a dictionary, with each key using the name of an installed plugin. The specific parameters supported are unique to each plugin: Reference the plugin's documentation to determine the supported parameters.
Note that `PLUGINS_ENABLED` must be set to True for this to take effect.
---
## PLUGINS_ENABLED
Default: `False`
Enable [NetBox plugins](../../plugins/).
---
## PREFER_IPV4
Default: False