Skip to content

Commit 6a25c79

Browse files
committed
add new skins to possible values
1 parent 5011197 commit 6a25c79

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/Http/Controllers/WikiSettingController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ private function getSettingValidations(): array
1919
{
2020
// FIXME: this list is evil and should be kept in sync with the model in Wiki.php?! (mostly)
2121
return [
22-
'wgDefaultSkin' => ['required', 'string', 'in:vector,modern,timeless'],
22+
'wgDefaultSkin' => ['required', 'string', 'in:vector,modern,timeless,minerva,vector-2022'],
2323
'wwExtEnableConfirmAccount' => ['required', 'boolean'],
2424
'wwExtEnableWikibaseLexeme' => ['required', 'boolean'],
2525
'wwWikibaseStringLengthString' => ['required', 'integer', 'between:400,2500'],

0 commit comments

Comments
 (0)