Skip to content

Commit

Permalink
doc: add doc about registering config options, part 5
Browse files Browse the repository at this point in the history
  • Loading branch information
mutantsan committed Feb 12, 2024
1 parent 70592dd commit 7ffc2fa
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,10 @@ def collect_config_sections_subs(sender: None):
If the section with the specified `name` has already been registered by another plugin, the configuration options will be included into it.

The structure of `ConfigurationItem` is as follows:
- `name` - defines the name of the configuration section link
- `blueprint` - indicates the configuration page blueprint
- `info` (optional, default: `No description`) - provides a description for the configuration link
- `name` - defines the name of the configuration section link
- `blueprint` - indicates the configuration page blueprint
- `info` (optional, default: `No description`) - provides a description for the configuration link


## Requirements

Expand Down

0 comments on commit 7ffc2fa

Please sign in to comment.