26 lines
493 B
JSON
26 lines
493 B
JSON
{
|
|
"pageTitle": {
|
|
"label": "Sidotitel",
|
|
"placeholder": "Homarr 🦞"
|
|
},
|
|
"logo": {
|
|
"label": "Logotyp",
|
|
"placeholder": "/img/logo.png"
|
|
},
|
|
"favicon": {
|
|
"label": "Favicon",
|
|
"placeholder": "/imgs/favicon/favicon.png"
|
|
},
|
|
"background": {
|
|
"label": "Bakgrund",
|
|
"placeholder": "/img/background.png"
|
|
},
|
|
"customCSS": {
|
|
"label": "Anpassad CSS",
|
|
"placeholder": "Anpassad CSS kommer att utföras sist"
|
|
},
|
|
"buttons": {
|
|
"submit": "Skicka"
|
|
}
|
|
}
|