mirror of
https://github.com/strapi/strapi.git
synced 2025-12-28 15:44:59 +00:00
29 lines
480 B
JSON
Executable File
29 lines
480 B
JSON
Executable File
{
|
|
"kind": "collectionType",
|
|
"collectionName": "likes",
|
|
"info": {
|
|
"name": "like",
|
|
"description": ""
|
|
},
|
|
"options": {
|
|
"draftAndPublish": false,
|
|
"increments": true,
|
|
"timestamps": true,
|
|
"comment": ""
|
|
},
|
|
"attributes": {
|
|
"authore": {
|
|
"plugin": "users-permissions",
|
|
"model": "user"
|
|
},
|
|
"review": {
|
|
"model": "review",
|
|
"via": "likes"
|
|
},
|
|
"address": {
|
|
"via": "likes",
|
|
"model": "address"
|
|
}
|
|
}
|
|
}
|