Skip to content

Commit

Permalink
Add extendedconfirmedprotected restriction level to famepediawiki (#3837
Browse files Browse the repository at this point in the history
)

* Add extendedconfirmedprotected restriction level to famepediawiki

Per request (https://meta.miraheze.org/w/index.php?diff=171784&oldid=171783&rcid=614715)

* Fix typo
  • Loading branch information
dmehus committed Apr 18, 2021
1 parent c809b6d commit 5d19112
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions LocalSettings.php
Expand Up @@ -2657,6 +2657,11 @@
'read' => true,
],
],
'+famepediawiki' => [
'Extendedconfirmed' => [
'editextendedconfirmedprotected' => true,
],
],
'+hypopediawiki' => [
'bureaucrat' => [
'bureaucrat' => true,
Expand Down Expand Up @@ -3584,6 +3589,9 @@
'+devwiki' => [
'editinterface',
],
'+famepediawiki' => [
'editextendedconfirmedprotected',
],
'+hypopediawiki' => [
'bureaucrat',
],
Expand Down Expand Up @@ -3640,6 +3648,9 @@
'editrestrictedtemplateprotected',
'editimportprotected',
],
'famepediawiki' => [
'editextendedconfirmedprotected',
],
'simulatorwiki' => [
'editfragment',
'edittemplate',
Expand Down

0 comments on commit 5d19112

Please sign in to comment.