using users from users permissions

This commit is contained in:
sprechtl 2022-09-26 00:13:37 +02:00
parent 57eef24ca8
commit 0a168ea8b4

View file

@ -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",