We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5011197 commit 6a25c79Copy full SHA for 6a25c79
1 file changed
app/Http/Controllers/WikiSettingController.php
@@ -19,7 +19,7 @@ private function getSettingValidations(): array
19
{
20
// FIXME: this list is evil and should be kept in sync with the model in Wiki.php?! (mostly)
21
return [
22
- 'wgDefaultSkin' => ['required', 'string', 'in:vector,modern,timeless'],
+ 'wgDefaultSkin' => ['required', 'string', 'in:vector,modern,timeless,minerva,vector-2022'],
23
'wwExtEnableConfirmAccount' => ['required', 'boolean'],
24
'wwExtEnableWikibaseLexeme' => ['required', 'boolean'],
25
'wwWikibaseStringLengthString' => ['required', 'integer', 'between:400,2500'],
0 commit comments