Fix AdminMenuPage settings + composer.json

This commit is contained in:
abuyoyo 2020-04-10 22:50:54 +03:00
parent f08d41bcfd
commit b7f59285dd
2 changed files with 3 additions and 2 deletions

View File

@ -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"
} }
} }

View File

@ -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' => [