Update addon_config.markdown

This commit is contained in:
Pascal Vizeli 2017-09-12 21:23:28 +02:00 committed by GitHub
parent 2d90337121
commit e0553ba7d2

View File

@ -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)