dashboard/data/imprint.json

25 lines
398 B
JSON
Raw Normal View History

2020-09-08 13:18:58 +02:00
{
"imprint": {
"name": {
"text": "John Doe",
"link": "#"
},
"address": {
"text": "Null Ave. 1234, 90008 Los Angeles",
"link": "#"
},
"phone": {
"text": "+1-202-555-0167",
"link": "#"
},
"email": {
"text": "doe.john@example.com",
"link": "#"
},
"url": {
"text": "example.com",
"link": "#"
}
2020-09-08 13:18:58 +02:00
}
}