mirror of
https://github.com/strapi/strapi.git
synced 2025-09-09 16:47:06 +00:00
Add password type in documentation
This commit is contained in:
parent
362f7badb0
commit
a5d892cb32
@ -21,6 +21,7 @@ The following types are currently available:
|
||||
- `biginteger`
|
||||
- `float`
|
||||
- `decimal`
|
||||
- `password`
|
||||
- `date`
|
||||
- `time`
|
||||
- `datetime`
|
||||
@ -48,6 +49,9 @@ The following types are currently available:
|
||||
"lastname": {
|
||||
"type": "string"
|
||||
},
|
||||
"password": {
|
||||
"type": "password"
|
||||
},
|
||||
"about": {
|
||||
"type": "description"
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user