4db35406a0
(cherry picked from commit 20e1cc3a1bae59ee401539e9de07f500a37fc7b4)
26 lines
511 B
JSON
26 lines
511 B
JSON
{
|
|
"pageTitle": {
|
|
"label": "Seiten Titel",
|
|
"placeholder": "Homarr 🦞"
|
|
},
|
|
"logo": {
|
|
"label": "Logo",
|
|
"placeholder": "/img/logo.png"
|
|
},
|
|
"favicon": {
|
|
"label": "Favicon",
|
|
"placeholder": "/favicon.png"
|
|
},
|
|
"background": {
|
|
"label": "Hintergrund",
|
|
"placeholder": "/img/background.png"
|
|
},
|
|
"customCSS": {
|
|
"label": "Benutzerdefiniertes CSS",
|
|
"placeholder": "Benutzerdefiniertes CSS wird als letztes ausgeführt"
|
|
},
|
|
"buttons": {
|
|
"submit": "Absenden"
|
|
}
|
|
}
|