Add support for imprints

This commit is contained in:
Bastian Meissner 2020-09-08 13:18:58 +02:00
parent 5656d91845
commit a8f2136736
8 changed files with 358 additions and 60 deletions

22
data/imprint.json Normal file
View file

@ -0,0 +1,22 @@
{
"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": "#"
}
}