mirror of
https://github.com/strapi/strapi.git
synced 2025-12-31 09:15:55 +00:00
23 lines
376 B
JSON
Executable File
23 lines
376 B
JSON
Executable File
{
|
|
"connection": "default",
|
|
"collectionName": "likes",
|
|
"info": {
|
|
"name": "like",
|
|
"description": ""
|
|
},
|
|
"options": {
|
|
"increments": true,
|
|
"timestamps": true,
|
|
"comment": ""
|
|
},
|
|
"attributes": {
|
|
"author": {
|
|
"model": "user",
|
|
"plugin": "users-permissions"
|
|
},
|
|
"review": {
|
|
"model": "review",
|
|
"via": "likes"
|
|
}
|
|
}
|
|
} |