Update addon_config.markdown
This commit is contained in:
parent
2d90337121
commit
e0553ba7d2
1 changed files with 3 additions and 2 deletions
|
@ -155,8 +155,9 @@ The `schema` looks like `options` but describes how we should validate the user
|
||||||
We support:
|
We support:
|
||||||
- str
|
- str
|
||||||
- bool
|
- bool
|
||||||
- int
|
- int / int(min,) / int(,max) / int(min,max)
|
||||||
- float
|
- float / float(min,) / float(,max) / float(min,max)
|
||||||
- email
|
- email
|
||||||
- url
|
- url
|
||||||
- port
|
- port
|
||||||
|
- match(REGEX)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue