add language selector to login (#5648)

* add language selector to login

* add showLanguageSelect to pick top or bottom boxe
This commit is contained in:
Simon Smith
2024-01-04 02:17:27 +00:00
committed by GitHub
parent f33dbd31e5
commit e4001e67ef
3 changed files with 41 additions and 2 deletions

View File

@@ -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 @@
}
}
}
}
}