27 lines
437 B
JSON
27 lines
437 B
JSON
{
|
|
"pageTitle": {
|
|
"label": "Page Title",
|
|
"placeholder": "Homarr"
|
|
},
|
|
"metaTitle": {
|
|
"label": "Meta Title",
|
|
"placeholder": "Homarr 🦞"
|
|
},
|
|
"logo": {
|
|
"label": "Logo"
|
|
},
|
|
"favicon": {
|
|
"label": "Favicon"
|
|
},
|
|
"background": {
|
|
"label": "Background"
|
|
},
|
|
"customCSS": {
|
|
"label": "Custom CSS",
|
|
"placeholder": "Custom CSS will be executed last"
|
|
},
|
|
"buttons": {
|
|
"submit": "Submit"
|
|
}
|
|
}
|