strapi/examples/getstarted/api/post/models/Post.settings.json
2019-05-17 16:09:22 +02:00

18 lines
279 B
JSON

{
"connection": "default",
"collectionName": "",
"info": {
"name": "post",
"description": ""
},
"options": {
"timestamps": true
},
"attributes": {
"articles": {
"collection": "articles",
"dominant": true,
"via": "posts"
}
}
}