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": {
|
"info": {
|
||||||
"singularName": "note",
|
"singularName": "note",
|
||||||
"pluralName": "notes",
|
"pluralName": "notes",
|
||||||
"displayName": "note"
|
"displayName": "note",
|
||||||
|
"description": ""
|
||||||
},
|
},
|
||||||
"options": {
|
"options": {
|
||||||
"draftAndPublish": true
|
"draftAndPublish": true
|
||||||
|
|
@ -21,7 +22,7 @@
|
||||||
"owners": {
|
"owners": {
|
||||||
"type": "relation",
|
"type": "relation",
|
||||||
"relation": "oneToMany",
|
"relation": "oneToMany",
|
||||||
"target": "admin::user"
|
"target": "plugin::users-permissions.user"
|
||||||
},
|
},
|
||||||
"lastViewed": {
|
"lastViewed": {
|
||||||
"type": "datetime",
|
"type": "datetime",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue