Skip to content

Commit

Permalink
T11982: Create edittrusteduserprotected protection level in phighting…
Browse files Browse the repository at this point in the history
  • Loading branch information
redbluegreenhat committed Apr 12, 2024
1 parent ec19a75 commit cfb36c7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions LocalSettings.php
Expand Up @@ -3189,6 +3189,11 @@
'edittemplateprotected' => true,
],
],
'+phightingwiki' => [
'trusted_users' => [
'edittrusteduserprotected' => true,
],
],
'+sesupportwiki' => [
'editor' => [
'editor' => true,
Expand Down Expand Up @@ -4768,6 +4773,9 @@
'autoconfirmed',
'sysop',
],
'+phightingwiki' => [
'edittrusteduserprotected',
],
'+sesupportwiki' => [
'editor',
],
Expand Down Expand Up @@ -4886,6 +4894,9 @@
'editextendedconfirmedprotected',
'edittemplateprotected',
],
'phightingwiki' => [
'edittrusteduserprotected',
],
'pokemonarowiki' => [
'unrestricted_edit',
],
Expand Down

0 comments on commit cfb36c7

Please sign in to comment.