34 lines
591 B
JSON
Raw Normal View History

2019-08-22 14:10:45 +02:00
{
"collectionName": "components_dishes",
2019-08-22 14:10:45 +02:00
"info": {
"name": "dish",
2019-11-29 09:14:31 +01:00
"description": "",
2019-12-10 14:26:12 +01:00
"icon": "address-book"
2019-08-22 14:10:45 +02:00
},
"attributes": {
"name": {
2019-11-04 17:11:45 +01:00
"type": "string",
"required": false,
2019-11-07 14:06:50 +01:00
"default": "My super dish"
2019-08-22 14:10:45 +02:00
},
"description": {
"type": "text"
},
"price": {
"type": "float"
2019-09-17 11:32:57 +02:00
},
"picture": {
"model": "file",
"via": "related",
"plugin": "upload",
"required": false
2019-10-24 15:28:47 +02:00
},
"very_long_description": {
"type": "richtext"
2019-12-11 17:37:31 +01:00
},
"categories": {
"collection": "category"
2019-08-22 14:10:45 +02:00
}
}
2019-10-22 18:01:03 +02:00
}