✨ Add new config format
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
{
|
||||
"pageTitle": {
|
||||
"label": "Page Title",
|
||||
"placeholder": "Homarr"
|
||||
},
|
||||
"metaTitle": {
|
||||
"label": "Meta Title",
|
||||
"placeholder": "Homarr 🦞"
|
||||
},
|
||||
"logo": {
|
||||
|
||||
@@ -7,6 +7,9 @@
|
||||
"form": {
|
||||
"configName": {
|
||||
"label": "Config name",
|
||||
"validation": {
|
||||
"required": "Config name is required"
|
||||
},
|
||||
"placeholder": "Your new config name"
|
||||
},
|
||||
"submitButton": "Confirm"
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
{
|
||||
"title": "Module enabler"
|
||||
"title": "Enabled modules"
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user