autostampa/config.json.skel

15 lines
248 B
Plaintext
Raw Normal View History

2018-02-03 02:19:32 +01:00
{
// for now dummy only
"connection": {},
"items": [
{
"text": "birra",
"img": "assets/birra.jpg"
},
{
"text": "acqua",
"img": "assets/acqua.jpg"
}
]
}