26 lines
510 B
JSON
26 lines
510 B
JSON
{
|
|
"pageTitle": {
|
|
"label": "Sidetitel",
|
|
"placeholder": "Homarr 🦞"
|
|
},
|
|
"logo": {
|
|
"label": "Logo",
|
|
"placeholder": "/img/logo.png"
|
|
},
|
|
"favicon": {
|
|
"label": "Favicon",
|
|
"placeholder": "/imgs/favicon/favicon.png"
|
|
},
|
|
"background": {
|
|
"label": "Baggrund",
|
|
"placeholder": "/img/background.png"
|
|
},
|
|
"customCSS": {
|
|
"label": "Tilpasset CSS",
|
|
"placeholder": "Brugerdefineret CSS vil blive eksekveret som det sidste"
|
|
},
|
|
"buttons": {
|
|
"submit": "Indsend"
|
|
}
|
|
}
|