Skip to content

Commit

Permalink
Add edittemplateprotected restriction level to documentcontrolwiki/fa…
Browse files Browse the repository at this point in the history
  • Loading branch information
dmehus committed May 9, 2021
1 parent d1cf29c commit 852b9bd
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions LocalSettings.php
Expand Up @@ -2671,11 +2671,17 @@
'extendedconfirmed' => [
'editextendedconfirmedprotected' => true,
],
'templateeditor' => [
'edittemplateprotected' => true,
],
],
'+famepediawiki' => [
'Extendedconfirmed' => [
'editextendedconfirmedprotected' => true,
],
'templateeditor' => [
'edittemplateprotected' => true,
],
],
'+hypopediawiki' => [
'bureaucrat' => [
Expand Down Expand Up @@ -3644,9 +3650,11 @@
],
'+documentcontrolwiki' => [
'editextendedconfirmedprotected',
'edittemplateprotected',
],
'+famepediawiki' => [
'editextendedconfirmedprotected',
'edittemplateprotected',
],
'+hypopediawiki' => [
'bureaucrat',
Expand Down Expand Up @@ -3706,9 +3714,11 @@
],
'documentcontrolwiki' => [
'editextendedconfirmedprotected',
'edittemplateprotected',
],
'famepediawiki' => [
'editextendedconfirmedprotected',
'edittemplateprotected',
],
'metawiki' => [
'watched-person',
Expand Down

0 comments on commit 852b9bd

Please sign in to comment.