Add support for imprints
This commit is contained in:
parent
5656d91845
commit
a8f2136736
8 changed files with 358 additions and 60 deletions
22
data/imprint.json
Normal file
22
data/imprint.json
Normal 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": "#"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue