Skip to content

Commit 9663c6b

Browse files
authored
T14445: Add $wgMirageTheme to ManageWiki (#6158)
https://issue-tracker.miraheze.org/T14445
1 parent c88a435 commit 9663c6b

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

LocalSettings.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4234,6 +4234,11 @@
42344234
],
42354235
],
42364236

4237+
// Mirage
4238+
'wgMirageTheme' => [
4239+
'default' => false,
4240+
],
4241+
42374242
// MirahezeMagic
42384243
'wgMirahezeMagicAccessIdsMap' => [
42394244
'default' => [

ManageWikiSettings.php

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4593,6 +4593,20 @@
45934593
'help' => 'Allow creating sidebars that will be shown on pages in specific categories.',
45944594
'requires' => [],
45954595
],
4596+
'wgMirageTheme' => [
4597+
'name' => 'Mirage Theme',
4598+
'from' => 'mirage',
4599+
'type' => 'list',
4600+
'options' => [
4601+
'Use Theme Extension' => false,
4602+
'Light Mode (Neutral)' => 'Neutral',
4603+
'Dark Mode (DarkMirage)' => 'DarkMirage',
4604+
],
4605+
'overridedefault' => false,
4606+
'section' => 'styling',
4607+
'help' => 'The theme to use for the Mirage skin.',
4608+
'requires' => [],
4609+
],
45964610

45974611
// Wikibase
45984612
'wgMFUseWikibase' => [

0 commit comments

Comments
 (0)