using users from users permissions
This commit is contained in:
parent
57eef24ca8
commit
0a168ea8b4
1 changed files with 3 additions and 2 deletions
|
|
@ -4,7 +4,8 @@
|
|||
"info": {
|
||||
"singularName": "note",
|
||||
"pluralName": "notes",
|
||||
"displayName": "note"
|
||||
"displayName": "note",
|
||||
"description": ""
|
||||
},
|
||||
"options": {
|
||||
"draftAndPublish": true
|
||||
|
|
@ -21,7 +22,7 @@
|
|||
"owners": {
|
||||
"type": "relation",
|
||||
"relation": "oneToMany",
|
||||
"target": "admin::user"
|
||||
"target": "plugin::users-permissions.user"
|
||||
},
|
||||
"lastViewed": {
|
||||
"type": "datetime",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue