From 58442b1af67ad8f0befdf46ee0d80abee24d1213 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Mon, 6 Apr 2020 11:43:52 -0400 Subject: [PATCH] Correct author name parameter --- docs/plugins/development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plugins/development.md b/docs/plugins/development.md index 9f9be2514..232cd18da 100644 --- a/docs/plugins/development.md +++ b/docs/plugins/development.md @@ -98,7 +98,7 @@ NetBox looks for the `config` variable within a plugin's `__init__.py` to load i | `verbose_name` | Human-friendly name for the plugin | | `version` | Current release ([semantic versioning](https://semver.org/) is encouraged) | | `description` | Brief description of the plugin's purpose | -| `author_name` | Name of plugin's author | +| `author` | Name of plugin's author | | `author_email` | Author's public email address | | `base_url` | Base path to use for plugin URLs (optional). If not specified, the project's `name` will be used. | | `required_settings` | A list of any configuration parameters that **must** be defined by the user |