26 lines
511 B
JSON
26 lines
511 B
JSON
{
|
|
"pageTitle": {
|
|
"label": "페이지 제목",
|
|
"placeholder": "Homarr 🦞"
|
|
},
|
|
"logo": {
|
|
"label": "로고",
|
|
"placeholder": "/img/logo.png"
|
|
},
|
|
"favicon": {
|
|
"label": "파비콘",
|
|
"placeholder": "/imgs/favicon/favicon.png"
|
|
},
|
|
"background": {
|
|
"label": "배경",
|
|
"placeholder": "/img/background.png"
|
|
},
|
|
"customCSS": {
|
|
"label": "커스텀 CSS",
|
|
"placeholder": "커스텀 CSS는 마지막으로 실행됩니다"
|
|
},
|
|
"buttons": {
|
|
"submit": "적용"
|
|
}
|
|
}
|