Plugin Config¶
Flask-Plugin uses Json Schema to verify the configuration. The following configurations are currently supported. Some of these options are required, and these configurations will be used by the manager to identify plugins; others are optional, and they are used to describe plugins in more detail.
Properties¶
Property |
Type |
Required |
Description |
---|---|---|---|
|
string |
Yes |
Plugin working domain. |
|
string |
Yes |
Plugin unique ID. Using for identify plugin. |
|
Yes |
Plugin description info. |
|
|
Yes |
Plugin releases. |
plugin¶
Plugin description info.
Properties¶
Property |
Type |
Required |
Description |
---|---|---|---|
|
string |
Yes |
Plugin author. |
|
string |
Yes |
Plugin name. |
|
string |
Yes |
A short description. |
|
string |
No |
A long description. |
|
string[] |
No |
Plugin maintainers. |
|
string |
No |
Git repository adderss. |
|
string |
No |
Plugin official site URL. |
releases¶
Released versions.
Properties¶
Property |
Type |
Required |
Description |
---|---|---|---|
|
string |
Yes |
Download zip package address. |
|
string |
Yes |
Released version number, will be parsed with python |
|
string |
No |
Release note. |