Add new config format

This commit is contained in:
Meierschlumpf
2022-12-04 17:36:30 +01:00
parent b2f5149527
commit d5a3b3f3ba
76 changed files with 2461 additions and 1034 deletions

View File

@@ -1,6 +1,10 @@
{
"pageTitle": {
"label": "Page Title",
"placeholder": "Homarr"
},
"metaTitle": {
"label": "Meta Title",
"placeholder": "Homarr 🦞"
},
"logo": {

View File

@@ -7,6 +7,9 @@
"form": {
"configName": {
"label": "Config name",
"validation": {
"required": "Config name is required"
},
"placeholder": "Your new config name"
},
"submitButton": "Confirm"

View File

@@ -1,3 +1,3 @@
{
"title": "Module enabler"
"title": "Enabled modules"
}

View File

@@ -5,10 +5,14 @@
"placeholderTip": "%s can be used as a placeholder for the query."
},
"customEngine": {
"title": "Custom search engine",
"label": "Query URL",
"placeholder": "Custom query URL"
},
"searchNewTab": {
"label": "Open search results in new tab"
},
"searchEnabled": {
"label": "Search enabled"
}
}