Fix AdminMenuPage settings + composer.json
This commit is contained in:
parent
f08d41bcfd
commit
b7f59285dd
@ -10,6 +10,7 @@
|
|||||||
],
|
],
|
||||||
"require":{
|
"require":{
|
||||||
"composer/installers": "~1.0",
|
"composer/installers": "~1.0",
|
||||||
"abuyoyo/screen-meta-links": "~0.5"
|
"abuyoyo/screen-meta-links": "~0.5",
|
||||||
|
"abuyoyo/plugincore": "~0.14"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -16,7 +16,7 @@ new PluginCore(
|
|||||||
[
|
[
|
||||||
'update_checker' => ['auth'=> $github_oauth],
|
'update_checker' => ['auth'=> $github_oauth],
|
||||||
|
|
||||||
'admin_menu_page' => [
|
'admin_page' => [
|
||||||
'parent' => 'options',
|
'parent' => 'options',
|
||||||
'render' => 'settings-page', // built-in settings page
|
'render' => 'settings-page', // built-in settings page
|
||||||
'settings' => [
|
'settings' => [
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user