26 lines
473 B
JSON
26 lines
473 B
JSON
{
|
|
"pageTitle": {
|
|
"label": "Page Title",
|
|
"placeholder": "Homarr 🦞"
|
|
},
|
|
"logo": {
|
|
"label": "Logo",
|
|
"placeholder": "/img/logo.png"
|
|
},
|
|
"favicon": {
|
|
"label": "Favicon",
|
|
"placeholder": "/favicon.png"
|
|
},
|
|
"background": {
|
|
"label": "Background",
|
|
"placeholder": "/img/background.png"
|
|
},
|
|
"customCSS": {
|
|
"label": "Custom CSS",
|
|
"placeholder": "Custom CSS will be executed last"
|
|
},
|
|
"buttons": {
|
|
"submit": "Submit"
|
|
}
|
|
}
|