mirror of
https://github.com/processwire/processwire.git
synced 2025-08-16 03:34:33 +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',
|
||||
'navJSON' => 'navJSON/?install=1',
|
||||
),
|
||||
array(
|
||||
'url' => '?new#tab_new_modules',
|
||||
'label' => 'New',
|
||||
'icon' => 'plus',
|
||||
),
|
||||
array(
|
||||
'url' => '?reset=1',
|
||||
'label' => 'Refresh',
|
||||
|
Reference in New Issue
Block a user