Hello, I used the template for the /admin but the image from the author is not showing
I don’t understand why is coming without the image can somebody help me?
Hello, I used the template for the /admin but the image from the author is not showing
I don’t understand why is coming without the image can somebody help me?
{
"kind": "collectionType",
"collectionName": "writers",
"info": {
"singularName": "writer",
"pluralName": "writers",
"displayName": "Writer",
"name": "writer"
},
"options": {
"increments": true,
"timestamps": true
},
"attributes": {
"name": {
"type": "string"
},
"picture": {
"allowedTypes": [
"images",
"files",
"videos"
],
"type": "media",
"multiple": false
},
"articles": {
"type": "relation",
"relation": "oneToMany",
"target": "api::article.article",
"mappedBy": "author"
},
"email": {
"type": "string"
}
}
}
Unfortanelly the template is diff, I need to grab the writer from API writers, nothing good…