Skip to content

Commit 8fc42d4

Browse files
committed
add new skins to possible values
1 parent ab13e22 commit 8fc42d4

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
@@ -14,7 +14,7 @@ class WikiSettingController extends Controller {
1414
private function getSettingValidations(): array {
1515
// FIXME: this list is evil and should be kept in sync with the model in Wiki.php?! (mostly)
1616
return [
17-
'wgDefaultSkin' => ['required', 'string', 'in:vector,modern,timeless'],
17+
'wgDefaultSkin' => ['required', 'string', 'in:vector,modern,timeless,minerva,vector-2022'],
1818
'wwExtEnableConfirmAccount' => ['required', 'boolean'],
1919
'wwExtEnableWikibaseLexeme' => ['required', 'boolean'],
2020
'wwWikibaseStringLengthString' => ['required', 'integer', 'between:400,2500'],

0 commit comments

Comments
 (0)