mirror of
https://github.com/processwire/processwire.git
synced 2025-08-16 19:54:24 +02:00
Add "New" dropdown menu option to ProcessModule per comment in processwire/processwire-issues#641
This commit is contained in:
@@ -61,6 +61,11 @@ class ProcessModule extends Process {
|
|||||||
'icon' => 'sign-in',
|
'icon' => 'sign-in',
|
||||||
'navJSON' => 'navJSON/?install=1',
|
'navJSON' => 'navJSON/?install=1',
|
||||||
),
|
),
|
||||||
|
array(
|
||||||
|
'url' => '?new#tab_new_modules',
|
||||||
|
'label' => 'New',
|
||||||
|
'icon' => 'plus',
|
||||||
|
),
|
||||||
array(
|
array(
|
||||||
'url' => '?reset=1',
|
'url' => '?reset=1',
|
||||||
'label' => 'Refresh',
|
'label' => 'Refresh',
|
||||||
|
Reference in New Issue
Block a user