mirror of
https://github.com/strapi/strapi.git
synced 2025-09-11 01:26:42 +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`
|
- `biginteger`
|
||||||
- `float`
|
- `float`
|
||||||
- `decimal`
|
- `decimal`
|
||||||
|
- `password`
|
||||||
- `date`
|
- `date`
|
||||||
- `time`
|
- `time`
|
||||||
- `datetime`
|
- `datetime`
|
||||||
@ -48,6 +49,9 @@ The following types are currently available:
|
|||||||
"lastname": {
|
"lastname": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
|
"password": {
|
||||||
|
"type": "password"
|
||||||
|
},
|
||||||
"about": {
|
"about": {
|
||||||
"type": "description"
|
"type": "description"
|
||||||
},
|
},
|
||||||
@ -392,7 +396,7 @@ Additional settings can be set on models:
|
|||||||
"collectionName": "Users_v1",
|
"collectionName": "Users_v1",
|
||||||
"globalId": "Users",
|
"globalId": "Users",
|
||||||
"attributes": {
|
"attributes": {
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user