Skip to content

Commit

Permalink
Add protection levels to naasgamelandwiki (#3881)
Browse files Browse the repository at this point in the history
`editarchiveprotected` and `editofficialprotected` per request (https://meta.miraheze.org/w/index.php?title=Community_noticeboard&oldid=174936#Protection)
  • Loading branch information
dmehus committed May 9, 2021
1 parent 852b9bd commit d20caf4
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions LocalSettings.php
Expand Up @@ -2795,6 +2795,15 @@
'createwiki' => true,
],
],
'+naasgamelandwiki' => [
'bot' => [
'editarchiveprotected' => true,
],
'cocreator' => [
'editarchiveprotected' => true,
'editofficialprotected' => true,
],
],
'+nenawikiwiki' => [
'editor' => [
'edit-content-pages' => true,
Expand Down Expand Up @@ -3666,6 +3675,10 @@
'ceo',
'co',
],
'+naasgamelandwiki' => [
'editarchiveprotected',
'editofficialprotected',
],
'+quircwiki' => [
'editstaffprotected',
],
Expand Down Expand Up @@ -3723,6 +3736,10 @@
'metawiki' => [
'watched-person',
],
'naasgamelandwiki' => [
'editarchiveprotected',
'editofficialprotected',
],
'simulatorwiki' => [
'editfragment',
'edittemplate',
Expand Down

0 comments on commit d20caf4

Please sign in to comment.