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:
|
||||
- str
|
||||
- bool
|
||||
- int
|
||||
- float
|
||||
- int / int(min,) / int(,max) / int(min,max)
|
||||
- float / float(min,) / float(,max) / float(min,max)
|
||||
- email
|
||||
- url
|
||||
- port
|
||||
- match(REGEX)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue