Skip to content

Commit

Permalink
Add editextendedconfirmedprotected restrict. level to documentcontrol…
Browse files Browse the repository at this point in the history
…wiki (#3838)

* Add editextendedconfirmedprotected restriction level to documentcontrolwiki

Per request (https://meta.miraheze.org/w/index.php?diff=171790&oldid=171789&rcid=614721)

* Remove +

Maybe this is the `+` @joritochip meant? I do see the other wikis don't have the `+` sign for this variable, but I'm not quite sure why

* Add 'editextendedconfirmedprotected', to line 3598

* Fix tab
  • Loading branch information
dmehus committed Apr 21, 2021
1 parent 7c0ceae commit 6dfd4de
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion LocalSettings.php
Expand Up @@ -2657,7 +2657,12 @@
'read' => true,
],
],
'+famepediawiki' => [
'+documentcontrolwiki' => [
'extendedconfirmed' => [
'editextendedconfirmedprotected' => true,
],
],
'+famepediawiki' => [
'Extendedconfirmed' => [
'editextendedconfirmedprotected' => true,
],
Expand Down Expand Up @@ -3589,6 +3594,9 @@
'+devwiki' => [
'editinterface',
],
'+documentcontrolwiki' => [
'editextendedconfirmedprotected',
],
'+famepediawiki' => [
'editextendedconfirmedprotected',
],
Expand Down Expand Up @@ -3648,6 +3656,9 @@
'editrestrictedtemplateprotected',
'editimportprotected',
],
'documentcontrolwiki' => [
'editextendedconfirmedprotected',
],
'famepediawiki' => [
'editextendedconfirmedprotected',
],
Expand Down

0 comments on commit 6dfd4de

Please sign in to comment.