mirror of
https://github.com/strapi/strapi.git
synced 2026-01-06 12:13:52 +00:00
Enable timestamps option as default in the User & Permissions plugin
This commit is contained in:
parent
0e86e1b130
commit
efb989dcfd
@ -4,6 +4,9 @@
|
||||
"name": "user",
|
||||
"description": ""
|
||||
},
|
||||
"options": {
|
||||
"timestamps": true
|
||||
},
|
||||
"attributes": {
|
||||
"username": {
|
||||
"type": "string",
|
||||
@ -51,4 +54,4 @@
|
||||
}
|
||||
},
|
||||
"collectionName": "users-permissions_user"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user