Update
This commit addresses the two currently outstanding issues and also introduces some changes: - The port has been changed from 3000 to 8080 - The format of the imprint.json file has changed. See the current example file.
This commit is contained in:
parent
15d4a60958
commit
7de67cbbd8
57 changed files with 3168 additions and 19341 deletions
|
@ -1,22 +1,24 @@
|
|||
{
|
||||
"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": "#"
|
||||
"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": "#"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue