Skip to content

Commit

Permalink
T12764: Add protection levels for googlewiki
Browse files Browse the repository at this point in the history
Fixes T12764
  • Loading branch information
AgentIsai authored Nov 22, 2024
1 parent b6b6f40 commit b4803e5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions LocalSettings.php
Original file line number Diff line number Diff line change
Expand Up @@ -5137,6 +5137,9 @@
'+gengbaikewiki' => [
'bureaucrat',
],
'+googlewiki' => [
'editbureauratprotected',
],
'+gratispaideiawiki' => [
'editextendedconfirmedprotected',
'edittemplateprotected',
Expand Down Expand Up @@ -5301,6 +5304,9 @@
'edittemplateprotected',
'editwikistaffprotected',
],
'googlewiki' => [
'editbureaucratprotected',
],
'knightnwiki' => [
'editextendedsemiprotected',
],
Expand Down

0 comments on commit b4803e5

Please sign in to comment.