mirror of
https://github.com/strapi/strapi.git
synced 2025-12-30 00:37:24 +00:00
18 lines
279 B
JSON
18 lines
279 B
JSON
{
|
|
"connection": "default",
|
|
"collectionName": "",
|
|
"info": {
|
|
"name": "post",
|
|
"description": ""
|
|
},
|
|
"options": {
|
|
"timestamps": true
|
|
},
|
|
"attributes": {
|
|
"articles": {
|
|
"collection": "articles",
|
|
"dominant": true,
|
|
"via": "posts"
|
|
}
|
|
}
|
|
} |