We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab13e22 commit 8fc42d4Copy full SHA for 8fc42d4
1 file changed
app/Http/Controllers/WikiSettingController.php
@@ -14,7 +14,7 @@ class WikiSettingController extends Controller {
14
private function getSettingValidations(): array {
15
// FIXME: this list is evil and should be kept in sync with the model in Wiki.php?! (mostly)
16
return [
17
- 'wgDefaultSkin' => ['required', 'string', 'in:vector,modern,timeless'],
+ 'wgDefaultSkin' => ['required', 'string', 'in:vector,modern,timeless,minerva,vector-2022'],
18
'wwExtEnableConfirmAccount' => ['required', 'boolean'],
19
'wwExtEnableWikibaseLexeme' => ['required', 'boolean'],
20
'wwWikibaseStringLengthString' => ['required', 'integer', 'between:400,2500'],
0 commit comments