Skip to content

Commit

Permalink
extendedconfirmed protection level for lhmnwiki T7346
Browse files Browse the repository at this point in the history
  • Loading branch information
Reception123 committed May 24, 2021
1 parent 50a80bd commit 8a43514
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions LocalSettings.php
Expand Up @@ -2777,6 +2777,11 @@
'managewiki-restricted' => true,
],
],
'+lhmnwiki' => [
'extendedconfirmed' => [
'editextendedconfirmedprotected' => true,
],
],
'+memeswiki' => [
'extendedconfirmed' => [
'editextendedconfirmedprotected' => true,
Expand Down Expand Up @@ -3727,6 +3732,9 @@
'ceo',
'co',
],
'+lhmnwiki' => [
'editextendedconfirmedprotected',
],
'+memeswiki' => [
'editextendedconfirmedprotected',
'edittemplateprotected',
Expand Down Expand Up @@ -3792,6 +3800,9 @@
'editextendedconfirmedprotected',
'edittemplateprotected',
],
'lhmnwiki' => [
'editextendedconfirmedprotected',
],
'memeswiki' => [
'editextendedconfirmedprotected',
'edittemplateprotected',
Expand Down

0 comments on commit 8a43514

Please sign in to comment.