plugin mgmt info
This commit is contained in:
parent
e885a3f28a
commit
63891d72dc
@ -47,6 +47,13 @@ $authmgr_admin_ipranges = array(
|
|||||||
'127.0.0.0/8',
|
'127.0.0.0/8',
|
||||||
);
|
);
|
||||||
```
|
```
|
||||||
|
Plugin management and plugin pages are available to admins only by default. Individual pages can be exposed to non-admin roles like so:
|
||||||
|
```
|
||||||
|
$authmgr_allowed_plugin_pages = array(
|
||||||
|
'sample_page',
|
||||||
|
'another_plugin_slug'
|
||||||
|
);
|
||||||
|
```
|
||||||
|
|
||||||
License
|
License
|
||||||
-------
|
-------
|
||||||
|
Loading…
Reference in New Issue
Block a user