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-04-19 17:24:56 +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-12 18:50:25 +02:00
|
|
|
"content": {
|
2019-04-19 17:24:56 +02:00
|
|
|
"required": true,
|
|
|
|
"type": "text"
|
|
|
|
},
|
|
|
|
"content2": {
|
|
|
|
"type": "text"
|
|
|
|
},
|
|
|
|
"bro": {
|
|
|
|
"model": "articles",
|
|
|
|
"via": "bra"
|
|
|
|
},
|
|
|
|
"bra": {
|
|
|
|
"model": "articles",
|
|
|
|
"via": "bro"
|
|
|
|
},
|
|
|
|
"siblingArticles": {
|
|
|
|
"collection": "articles",
|
|
|
|
"dominant": true,
|
|
|
|
"via": "articles"
|
|
|
|
},
|
|
|
|
"articles": {
|
|
|
|
"collection": "articles",
|
|
|
|
"via": "siblingArticles"
|
|
|
|
},
|
|
|
|
"deluxeSiblingArticles": {
|
|
|
|
"collection": "articles",
|
|
|
|
"dominant": true,
|
|
|
|
"via": "deluxeArticles"
|
|
|
|
},
|
|
|
|
"deluxeArticles": {
|
|
|
|
"collection": "articles",
|
|
|
|
"via": "deluxeSiblingArticles"
|
|
|
|
},
|
|
|
|
"posts": {
|
|
|
|
"collection": "post",
|
|
|
|
"via": "articles"
|
2019-04-09 21:51:28 +02:00
|
|
|
}
|
2019-04-09 15:29:17 +02:00
|
|
|
}
|
2019-04-16 09:35:13 +02:00
|
|
|
}
|