1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-17 20:11:46 +02:00

Add "New" dropdown menu option to ProcessModule per comment in processwire/processwire-issues#641

This commit is contained in:
Ryan Cramer
2019-02-28 12:26:25 -05:00
parent fc2103b024
commit e73c2343d1

View File

@@ -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',