Sorting components by their 'order' attribute using uasort
authorLaury GvR <laury@gaslightmedia.com>
Thu, 20 Sep 2018 22:39:27 +0000 (18:39 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Thu, 20 Sep 2018 22:39:27 +0000 (18:39 -0400)
setup/adminHooks.php

index 0b70ebe..42e2dff 100644 (file)
@@ -107,7 +107,7 @@ add_filter(
                 'active' => [
                     'title' => "Active Packages",
                     'slug' => "active-packages",
-                    'order' => 5,
+                    'order' => 3,
                     'template' => 'list',
                     'entityID'  => 'packageID',
                     'table' => $packagesTable,