Update addon_config.markdown
This commit is contained in:
parent
b5716c5afa
commit
4160e39ac4
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ The config for an add-on is stored in `config.json`.
|
||||||
|
|
||||||
### {% linkable_title Options / Schema %}
|
### {% linkable_title Options / Schema %}
|
||||||
|
|
||||||
The `options` dictionary contains all available options and their default value. Set the default value to `null` if the value is required to be given by the user before the add-on can start. Only nested arrays and dictionaries are supported with a deep of two size. If you want make a option optional, put `?` to the end of data type.
|
The `options` dictionary contains all available options and their default value. Set the default value to `null` if the value is required to be given by the user before the add-on can start, and it show it inside default values. Only nested arrays and dictionaries are supported with a deep of two size. If you want make a option optional, put `?` to the end of data type, otherwise it will be a required value.
|
||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue