25 lines
501 B
JSON
25 lines
501 B
JSON
{
|
|
"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": "#"
|
|
},
|
|
"text": "This is the place where you should put whatever you want it to say on the imprint page."
|
|
}
|
|
}
|