Manual:$wgCascadingRestrictionLevels
Appearance
| アクセス権: $wgCascadingRestrictionLevels | |
|---|---|
| カスケード保護で使用できる制限レベル |
|
| 導入されたバージョン: | 1.22.0 (Gerrit change 60695; git #I5f8bcc8) |
| 除去されたバージョン: | 使用中 |
| 許容される値: | (文字列の配列) |
| 既定値: | [ 'sysop', ] |
| その他の設定: アルファベット順 | 機能順 | |
詳細
A page can only be protected with cascading protection if the requested restriction level is included in this array.
$wgRestrictionLevels の部分集合になるようにしてください。
Prior to 1.22 this was hardcoded to only allow sysop-level protection.