2019-04-09 15:29:17 +02:00
|
|
|
{
|
|
|
|
"connection": "default",
|
2019-04-12 18:50:25 +02:00
|
|
|
"collectionName": "articles",
|
2019-04-09 15:29:17 +02:00
|
|
|
"info": {
|
|
|
|
"name": "articles",
|
|
|
|
"description": ""
|
|
|
|
},
|
|
|
|
"options": {
|
2019-04-12 18:50:25 +02:00
|
|
|
"increments": true,
|
2019-05-17 11:11:10 +02:00
|
|
|
"timestamps": [
|
|
|
|
"created_at",
|
|
|
|
"updated_at"
|
|
|
|
],
|
2019-04-12 18:50:25 +02:00
|
|
|
"comment": ""
|
2019-04-09 15:29:17 +02:00
|
|
|
},
|
|
|
|
"attributes": {
|
2019-04-19 17:24:56 +02:00
|
|
|
"content2": {
|
|
|
|
"type": "text"
|
|
|
|
},
|
|
|
|
"posts": {
|
|
|
|
"collection": "post",
|
|
|
|
"via": "articles"
|
2019-05-17 11:11:10 +02:00
|
|
|
},
|
|
|
|
"title": {
|
|
|
|
"type": "string"
|
2019-05-22 18:39:25 +02:00
|
|
|
},
|
|
|
|
"image": {
|
|
|
|
"model": "file",
|
|
|
|
"via": "related",
|
|
|
|
"plugin": "upload"
|
2019-04-09 21:51:28 +02:00
|
|
|
}
|
2019-04-09 15:29:17 +02:00
|
|
|
}
|
2019-05-22 18:39:25 +02:00
|
|
|
}
|