https://bugzilla.wikimedia.org/show_bug.cgi?id=47662

       Web browser: ---
            Bug ID: 47662
           Summary: override system notification icons for wikipedia
                    projects
           Product: MediaWiki extensions
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: Echo
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected],
                    [email protected]
    Classification: Unclassified
   Mobile Platform: ---

We now have the welcome and user-rights notifications defaulting to the generic
notification icon, but we want to override these on wikipedia projects.

Should add something like...

if ( $site === 'wikipedia' ) {
    $wgEchoNotifications['welcome']['icon'] = 'w';
    $wgEchoNotifications['user-rights']['icon'] = 'w';
}

... to CommonSettings

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to