mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-05 13:02:54 +00:00
test: add image properties to some entities
This commit is contained in:
committed by
Jovan Krunić
parent
bd3d3820c6
commit
9f50c9c565
@@ -57,7 +57,8 @@
|
||||
"name": "bad"
|
||||
},
|
||||
{
|
||||
"name": "vegetarian"
|
||||
"name": "vegetarian",
|
||||
"image": "https://backend/res/img/characteristic_small_vegetarian.png"
|
||||
}
|
||||
],
|
||||
"additives": [
|
||||
|
||||
@@ -52,7 +52,8 @@
|
||||
],
|
||||
"characteristics": [
|
||||
{
|
||||
"name": "Rind"
|
||||
"name": "Rind",
|
||||
"image": "https://backend/res/img/characteristic_small_rind.png"
|
||||
}
|
||||
],
|
||||
"description": "Salsa Burger (1,2,3,9,A,G)",
|
||||
@@ -61,7 +62,8 @@
|
||||
{
|
||||
"characteristics": [
|
||||
{
|
||||
"name": "Vegan"
|
||||
"name": "Vegan",
|
||||
"image": "https://backend/res/img/characteristic_small_vegan.png"
|
||||
}
|
||||
],
|
||||
"description": "Pommes frites",
|
||||
@@ -93,7 +95,8 @@
|
||||
{
|
||||
"characteristics": [
|
||||
{
|
||||
"name": "Vegan"
|
||||
"name": "Vegan",
|
||||
"image": "https://backend/res/img/characteristic_small_vegan.png"
|
||||
}
|
||||
],
|
||||
"description": "Glasierte Karotten",
|
||||
|
||||
Reference in New Issue
Block a user