Enable timestamps option as default in the User & Permissions plugin

This commit is contained in:
Abdón Rodríguez Davila 2019-04-12 14:57:17 +02:00 committed by GitHub
parent 0e86e1b130
commit efb989dcfd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,6 +4,9 @@
"name": "user",
"description": ""
},
"options": {
"timestamps": true
},
"attributes": {
"username": {
"type": "string",
@ -51,4 +54,4 @@
}
},
"collectionName": "users-permissions_user"
}
}