From 001e27da36b2057384a630b1db37499c69a0abc3 Mon Sep 17 00:00:00 2001 From: mr1716 Date: Thu, 24 Apr 2025 09:15:32 -0400 Subject: [PATCH] Update plugins.md empty defaults to [] --- docs/configuration/plugins.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/configuration/plugins.md b/docs/configuration/plugins.md index a5879ff06..485e840e8 100644 --- a/docs/configuration/plugins.md +++ b/docs/configuration/plugins.md @@ -2,7 +2,7 @@ ## PLUGINS -Default: `` +Default: `[]` A list of installed [NetBox plugins](../plugins/index.md) to enable. Plugins will not take effect unless they are listed here. @@ -13,7 +13,7 @@ A list of installed [NetBox plugins](../plugins/index.md) to enable. Plugins wil ## PLUGINS_CONFIG -Default: `` +Default: `[]` 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. An example configuration is shown below: