Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions data/products.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,11 @@
"title": "Papayas",
"description": "Papayas are <span class=\"label label-info\">50 CHF each</span>, but are <span class=\"label label-warning\">available as 3 for the price of 2</span>",
"price": 100
},
{
"id": 5,
"title": "Mangoes",
"description": "Mangoes are <span class=\"label label-info\">100 CHF each</span>, but are <span class=\"label label-warning\">available as 3 for the price of 2</span>",
"price": 100
}
]