-
-
Notifications
You must be signed in to change notification settings - Fork 261
T14450: Add $wgLakeusWikiDefaultColorScheme #6160
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Adds default color scheme option for Lakeus Theme.
SomeMWDev
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The default (light) for this setting should also be added to the following section in LocalSettings.php:
Lines 3067 to 3079 in 9663c6b
| // Lakeus | |
| 'wgLakeusShowRepositoryLink' => [ | |
| 'default' => true, | |
| ], | |
| 'wgLakeusSiteNoticeHasBorder' => [ | |
| 'default' => false, | |
| ], | |
| 'wgLakeusShouldAnimatePortlets' => [ | |
| 'default' => false, | |
| ], | |
| 'wgLakeusShowStickyTOC' => [ | |
| 'default' => false, | |
| ], |
updated! |
|
updated! |
Adds default color scheme option for Lakeus Theme.