mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-11-07 12:52:54 -05:00
add language selector to login (#5648)
* add language selector to login * add showLanguageSelect to pick top or bottom boxe
This commit is contained in:
@@ -3112,6 +3112,16 @@
|
||||
]
|
||||
}
|
||||
}
|
||||
},
|
||||
"showLanguageSelect": {
|
||||
"type": "string",
|
||||
"default": null,
|
||||
"description": "Show Language Selector on Login Page, \"top\" inside Login Box or \"bottom\" at Bottom of Page",
|
||||
"enum": [
|
||||
null,
|
||||
"top",
|
||||
"bottom"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -3483,4 +3493,4 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user