<?php //app-metadata-navigation-1

return [PHP_INT_MAX, [
    'id' => null,
    '_id' => null,
    'userID' => null,
    'tabs' => [
        'home',
        'accounts',
        'contacts',
        'opportunities',
        'leads',
        'quotes',
        'calendar',
        'documents',
        'emails',
        'campaigns',
        'calls',
        'meetings',
        'tasks',
        'notes',
        'invoices',
        'contracts',
        'cases',
        'prospects',
        'prospect-lists',
        'project',
        'project-templates',
        'events',
        'event-locations',
        'products',
        'product-categories',
        'pdf-templates',
        'reports',
        'knowledge-base',
        'knowledge-base-categories',
        'email-templates',
        'surveys',
    ],
    'groupedTabs' => [
        [
            'name' => 'LBL_TABGROUP_SALES',
            'labelKey' => 'LBL_TABGROUP_SALES',
            'modules' => [
                'home',
                'accounts',
                'contacts',
                'opportunities',
                'leads',
            ],
        ],
        [
            'name' => 'LBL_TABGROUP_MARKETING',
            'labelKey' => 'LBL_TABGROUP_MARKETING',
            'modules' => [
                'home',
                'accounts',
                'contacts',
                'leads',
                'campaigns',
                'prospects',
                'prospect-lists',
            ],
        ],
        [
            'name' => 'LBL_TABGROUP_SUPPORT',
            'labelKey' => 'LBL_TABGROUP_SUPPORT',
            'modules' => [
                'home',
                'accounts',
                'contacts',
                'cases',
            ],
        ],
        [
            'name' => 'LBL_TABGROUP_ACTIVITIES',
            'labelKey' => 'LBL_TABGROUP_ACTIVITIES',
            'modules' => [
                'home',
                'calendar',
                'calls',
                'meetings',
                'emails',
                'tasks',
                'notes',
            ],
        ],
        [
            'name' => 'LBL_TABGROUP_COLLABORATION',
            'labelKey' => 'LBL_TABGROUP_COLLABORATION',
            'modules' => [
                'home',
                'emails',
                'documents',
                'project',
            ],
        ],
    ],
    'userActionMenu' => [
        [
            'name' => 'profile',
            'labelKey' => 'LBL_PROFILE_EDIT',
            'url' => 'index.php?module=Users&action=EditView&record=1',
            'icon' => '',
        ],
        [
            'name' => 'employees',
            'labelKey' => 'LBL_EMPLOYEES',
            'url' => 'index.php?module=Employees&action=index',
            'icon' => '',
        ],
        [
            'name' => 'training',
            'labelKey' => 'LBL_TRAINING',
            'url' => 'https://community.suitecrm.com',
            'icon' => '',
        ],
        [
            'name' => 'admin',
            'labelKey' => 'LBL_ADMIN',
            'url' => 'index.php?module=Administration&action=index',
            'icon' => '',
        ],
        [
            'name' => 'about',
            'labelKey' => 'LNK_ABOUT',
            'url' => 'index.php?module=Home&action=About',
            'icon' => '',
        ],
        [
            'name' => 'logout',
            'labelKey' => 'LBL_LOGOUT',
            'url' => 'index.php?module=Users&action=Logout',
            'icon' => '',
        ],
    ],
    'modules' => [
        'home' => [
            'path' => 'home',
            'defaultRoute' => './#/home',
            'name' => 'home',
            'labelKey' => 'Home',
            'menu' => [],
        ],
        'accounts' => [
            'path' => 'accounts',
            'defaultRoute' => './#/accounts',
            'name' => 'accounts',
            'labelKey' => 'Accounts',
            'menu' => [
                [
                    'name' => 'Create',
                    'labelKey' => 'LNK_NEW_ACCOUNT',
                    'url' => './#/accounts/edit',
                    'process' => '',
                    'params' => [
                        'return_module' => 'Accounts',
                        'return_action' => 'DetailView',
                    ],
                    'icon' => 'plus',
                    'actionLabelKey' => 'LBL_NEW',
                    'quickAction' => true,
                    'type' => 'create',
                    'module' => 'accounts',
                ],
                [
                    'name' => 'List',
                    'labelKey' => 'LNK_ACCOUNT_LIST',
                    'url' => './#/accounts/index',
                    'process' => '',
                    'params' => [
                        'return_module' => 'Accounts',
                        'return_action' => 'DetailView',
                    ],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => false,
                    'type' => '',
                    'module' => 'accounts',
                ],
                [
                    'name' => 'Import',
                    'labelKey' => 'LNK_IMPORT_ACCOUNTS',
                    'url' => './#/import/step1',
                    'process' => '',
                    'params' => [
                        'import_module' => 'Accounts',
                        'return_module' => 'Accounts',
                        'return_action' => 'index',
                    ],
                    'icon' => 'download',
                    'actionLabelKey' => 'LBL_IMPORT',
                    'quickAction' => true,
                    'type' => '',
                    'module' => 'import',
                ],
            ],
        ],
        'contacts' => [
            'path' => 'contacts',
            'defaultRoute' => './#/contacts',
            'name' => 'contacts',
            'labelKey' => 'Contacts',
            'menu' => [
                [
                    'name' => 'Create',
                    'labelKey' => 'LNK_NEW_CONTACT',
                    'url' => './#/contacts/edit',
                    'process' => '',
                    'params' => [
                        'return_module' => 'Contacts',
                        'return_action' => 'DetailView',
                    ],
                    'icon' => 'plus',
                    'actionLabelKey' => 'LBL_NEW',
                    'quickAction' => true,
                    'type' => 'create',
                    'module' => 'contacts',
                ],
                [
                    'name' => 'Create_Contact_Vcard',
                    'labelKey' => 'LNK_IMPORT_VCARD',
                    'url' => './#/contacts/importvcard',
                    'process' => '',
                    'params' => [],
                    'icon' => 'plus',
                    'actionLabelKey' => '',
                    'quickAction' => false,
                    'type' => '',
                    'module' => 'contacts',
                ],
                [
                    'name' => 'List',
                    'labelKey' => 'LNK_CONTACT_LIST',
                    'url' => './#/contacts/index',
                    'process' => '',
                    'params' => [
                        'return_module' => 'Contacts',
                        'return_action' => 'DetailView',
                    ],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => false,
                    'type' => '',
                    'module' => 'contacts',
                ],
                [
                    'name' => 'Import',
                    'labelKey' => 'LNK_IMPORT_CONTACTS',
                    'url' => './#/import/step1',
                    'process' => '',
                    'params' => [
                        'import_module' => 'Contacts',
                        'return_module' => 'Contacts',
                        'return_action' => 'index',
                    ],
                    'icon' => 'download',
                    'actionLabelKey' => 'LBL_IMPORT',
                    'quickAction' => true,
                    'type' => '',
                    'module' => 'import',
                ],
            ],
        ],
        'opportunities' => [
            'path' => 'opportunities',
            'defaultRoute' => './#/opportunities',
            'name' => 'opportunities',
            'labelKey' => 'Opportunities',
            'menu' => [
                [
                    'name' => 'Create',
                    'labelKey' => 'LNK_NEW_OPPORTUNITY',
                    'url' => './#/opportunities/edit',
                    'process' => '',
                    'params' => [
                        'return_module' => 'Opportunities',
                        'return_action' => 'DetailView',
                    ],
                    'icon' => 'plus',
                    'actionLabelKey' => 'LBL_NEW',
                    'quickAction' => true,
                    'type' => 'create',
                    'module' => 'opportunities',
                ],
                [
                    'name' => 'List',
                    'labelKey' => 'LNK_OPPORTUNITY_LIST',
                    'url' => './#/opportunities/index',
                    'process' => '',
                    'params' => [
                        'return_module' => 'Opportunities',
                        'return_action' => 'DetailView',
                    ],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => false,
                    'type' => '',
                    'module' => 'opportunities',
                ],
                [
                    'name' => 'Import',
                    'labelKey' => 'LNK_IMPORT_OPPORTUNITIES',
                    'url' => './#/import/step1',
                    'process' => '',
                    'params' => [
                        'import_module' => 'Opportunities',
                        'return_module' => 'Opportunities',
                        'return_action' => 'index',
                    ],
                    'icon' => 'download',
                    'actionLabelKey' => 'LBL_IMPORT',
                    'quickAction' => true,
                    'type' => '',
                    'module' => 'import',
                ],
            ],
        ],
        'leads' => [
            'path' => 'leads',
            'defaultRoute' => './#/leads',
            'name' => 'leads',
            'labelKey' => 'Leads',
            'menu' => [
                [
                    'name' => 'Create',
                    'labelKey' => 'LNK_NEW_LEAD',
                    'url' => './#/leads/edit',
                    'process' => '',
                    'params' => [
                        'return_module' => 'Leads',
                        'return_action' => 'DetailView',
                    ],
                    'icon' => 'plus',
                    'actionLabelKey' => 'LBL_NEW',
                    'quickAction' => true,
                    'type' => 'create',
                    'module' => 'leads',
                ],
                [
                    'name' => 'Create_Lead_Vcard',
                    'labelKey' => 'LNK_IMPORT_VCARD',
                    'url' => './#/leads/importvcard',
                    'process' => '',
                    'params' => [],
                    'icon' => 'plus',
                    'actionLabelKey' => '',
                    'quickAction' => false,
                    'type' => '',
                    'module' => 'leads',
                ],
                [
                    'name' => 'List',
                    'labelKey' => 'LNK_LEAD_LIST',
                    'url' => './#/leads/index',
                    'process' => '',
                    'params' => [
                        'return_module' => 'Leads',
                        'return_action' => 'DetailView',
                    ],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => false,
                    'type' => '',
                    'module' => 'leads',
                ],
                [
                    'name' => 'Import',
                    'labelKey' => 'LNK_IMPORT_LEADS',
                    'url' => './#/import/step1',
                    'process' => '',
                    'params' => [
                        'import_module' => 'Leads',
                        'return_module' => 'Leads',
                        'return_action' => 'index',
                    ],
                    'icon' => 'download',
                    'actionLabelKey' => 'LBL_IMPORT',
                    'quickAction' => true,
                    'type' => '',
                    'module' => 'import',
                ],
            ],
        ],
        'quotes' => [
            'path' => 'quotes',
            'defaultRoute' => './#/quotes',
            'name' => 'quotes',
            'labelKey' => 'AOS_Quotes',
            'menu' => [
                [
                    'name' => 'Create',
                    'labelKey' => 'LNK_NEW_RECORD',
                    'url' => './#/quotes/edit',
                    'process' => '',
                    'params' => [
                        'return_module' => 'AOS_Quotes',
                        'return_action' => 'DetailView',
                    ],
                    'icon' => 'plus',
                    'actionLabelKey' => 'LBL_NEW',
                    'quickAction' => true,
                    'type' => 'create',
                    'module' => 'quotes',
                ],
                [
                    'name' => 'List',
                    'labelKey' => 'LNK_LIST',
                    'url' => './#/quotes/index',
                    'process' => '',
                    'params' => [
                        'return_module' => 'AOS_Quotes',
                        'return_action' => 'DetailView',
                    ],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => false,
                    'type' => '',
                    'module' => 'quotes',
                ],
                [
                    'name' => 'Import',
                    'labelKey' => 'LBL_IMPORT',
                    'url' => './#/import/step1',
                    'process' => '',
                    'params' => [
                        'import_module' => 'AOS_Quotes',
                        'return_module' => 'AOS_Quotes',
                        'return_action' => 'index',
                    ],
                    'icon' => 'download',
                    'actionLabelKey' => 'LBL_IMPORT',
                    'quickAction' => true,
                    'type' => '',
                    'module' => 'import',
                ],
                [
                    'name' => 'Import',
                    'labelKey' => 'LBL_IMPORT_LINE_ITEMS',
                    'url' => './#/import/step1',
                    'process' => '',
                    'params' => [
                        'import_module' => 'AOS_Products_Quotes',
                        'return_module' => 'AOS_Quotes',
                        'return_action' => 'index',
                    ],
                    'icon' => 'download',
                    'actionLabelKey' => 'LBL_IMPORT',
                    'quickAction' => true,
                    'type' => '',
                    'module' => 'import',
                ],
            ],
        ],
        'calendar' => [
            'path' => 'calendar',
            'defaultRoute' => './#/calendar',
            'name' => 'calendar',
            'labelKey' => 'Calendar',
            'menu' => [
                [
                    'name' => 'Schedule_Meeting',
                    'labelKey' => 'LNK_NEW_MEETING',
                    'url' => './#/meetings/edit',
                    'process' => '',
                    'params' => [
                        'return_module' => 'Meetings',
                        'return_action' => 'DetailView',
                    ],
                    'icon' => 'plus',
                    'actionLabelKey' => '',
                    'quickAction' => true,
                    'type' => 'create',
                    'module' => 'meetings',
                ],
                [
                    'name' => 'Schedule_Call',
                    'labelKey' => 'LNK_NEW_CALL',
                    'url' => './#/calls/edit',
                    'process' => '',
                    'params' => [
                        'return_module' => 'Calls',
                        'return_action' => 'DetailView',
                    ],
                    'icon' => 'plus',
                    'actionLabelKey' => '',
                    'quickAction' => true,
                    'type' => 'create',
                    'module' => 'calls',
                ],
                [
                    'name' => 'Create',
                    'labelKey' => 'LNK_NEW_TASK',
                    'url' => './#/tasks/edit',
                    'process' => '',
                    'params' => [
                        'return_module' => 'Tasks',
                        'return_action' => 'DetailView',
                    ],
                    'icon' => 'plus',
                    'actionLabelKey' => 'LBL_NEW',
                    'quickAction' => true,
                    'type' => 'create',
                    'module' => 'tasks',
                ],
                [
                    'name' => 'Today',
                    'labelKey' => 'LNK_VIEW_CALENDAR',
                    'url' => './#/calendar/index',
                    'process' => '',
                    'params' => [
                        'view' => 'agendaDay',
                    ],
                    'icon' => 'calendar',
                    'actionLabelKey' => '',
                    'quickAction' => false,
                    'type' => '',
                    'module' => 'calendar',
                ],
            ],
        ],
        'documents' => [
            'path' => 'documents',
            'defaultRoute' => './#/documents',
            'name' => 'documents',
            'labelKey' => 'Documents',
            'menu' => [
                [
                    'name' => 'Create',
                    'labelKey' => 'LNK_NEW_DOCUMENT',
                    'url' => './#/documents/edit',
                    'process' => '',
                    'params' => [
                        'return_module' => 'Documents',
                        'return_action' => 'DetailView',
                    ],
                    'icon' => 'plus',
                    'actionLabelKey' => 'LBL_NEW',
                    'quickAction' => true,
                    'type' => 'create',
                    'module' => 'documents',
                ],
                [
                    'name' => 'List',
                    'labelKey' => 'LNK_DOCUMENT_LIST',
                    'url' => './#/documents/index',
                    'process' => '',
                    'params' => [],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => false,
                    'type' => '',
                    'module' => 'documents',
                ],
            ],
        ],
        'emails' => [
            'path' => 'emails',
            'defaultRoute' => './#/emails',
            'name' => 'emails',
            'labelKey' => 'Emails',
            'menu' => [
                [
                    'name' => 'Create',
                    'labelKey' => 'LNK_NEW_SEND_EMAIL',
                    'url' => './#/emails/compose',
                    'process' => '',
                    'params' => [
                        'return_module' => 'Emails',
                        'return_action' => 'index',
                    ],
                    'icon' => 'plus',
                    'actionLabelKey' => 'LBL_NEW',
                    'quickAction' => true,
                    'type' => 'create',
                    'module' => 'emails',
                ],
                [
                    'name' => 'List',
                    'labelKey' => 'LNK_VIEW_MY_INBOX',
                    'url' => './#/emails/index',
                    'process' => '',
                    'params' => [
                        'return_module' => 'Emails',
                        'return_action' => 'DetailView',
                    ],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => false,
                    'type' => '',
                    'module' => 'emails',
                ],
            ],
        ],
        'campaigns' => [
            'path' => 'campaigns',
            'defaultRoute' => './#/campaigns',
            'name' => 'campaigns',
            'labelKey' => 'Campaigns',
            'menu' => [
                [
                    'name' => 'Create',
                    'labelKey' => 'LNL_NEW_CAMPAIGN_WIZARD',
                    'url' => './#/campaigns/wizard-home',
                    'process' => '',
                    'params' => [
                        'return_module' => 'Campaigns',
                        'return_action' => 'index',
                    ],
                    'icon' => 'plus',
                    'actionLabelKey' => 'LBL_NEW',
                    'quickAction' => true,
                    'type' => 'create',
                    'module' => 'campaigns',
                ],
                [
                    'name' => 'List',
                    'labelKey' => 'LNK_CAMPAIGN_LIST',
                    'url' => './#/campaigns/index',
                    'process' => '',
                    'params' => [
                        'return_module' => 'Campaigns',
                        'return_action' => 'index',
                    ],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => false,
                    'type' => '',
                    'module' => 'campaigns',
                ],
                [
                    'name' => 'View_Create_Email_Templates',
                    'labelKey' => 'LNK_NEW_EMAIL_TEMPLATE',
                    'url' => './#/email-templates/edit',
                    'process' => '',
                    'params' => [
                        'return_module' => 'EmailTemplates',
                        'return_action' => 'DetailView',
                    ],
                    'icon' => 'plus',
                    'actionLabelKey' => '',
                    'quickAction' => true,
                    'type' => 'create',
                    'module' => 'email-templates',
                ],
                [
                    'name' => 'View_Email_Templates',
                    'labelKey' => 'LNK_EMAIL_TEMPLATE_LIST',
                    'url' => './#/email-templates/index',
                    'process' => '',
                    'params' => [],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => false,
                    'type' => '',
                    'module' => 'email-templates',
                ],
                [
                    'name' => 'Setup_Email',
                    'labelKey' => 'LBL_EMAIL_SETUP_WIZARD',
                    'url' => './#/campaigns/wizard-email-setup',
                    'process' => '',
                    'params' => [
                        'return_module' => 'Campaigns',
                        'return_action' => 'index',
                    ],
                    'icon' => 'email',
                    'actionLabelKey' => '',
                    'quickAction' => false,
                    'type' => '',
                    'module' => 'campaigns',
                ],
                [
                    'name' => 'View_Diagnostics',
                    'labelKey' => 'LBL_DIAGNOSTIC_WIZARD',
                    'url' => './#/campaigns/diagnostic',
                    'process' => '',
                    'params' => [
                        'return_module' => 'Campaigns',
                        'return_action' => 'index',
                    ],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => false,
                    'type' => '',
                    'module' => 'campaigns',
                ],
                [
                    'name' => 'Create_Person_Form',
                    'labelKey' => 'LBL_WEB_TO_LEAD',
                    'url' => './#/campaigns/web-to-lead',
                    'process' => '',
                    'params' => [
                        'return_module' => 'Campaigns',
                        'return_action' => 'index',
                    ],
                    'icon' => 'person',
                    'actionLabelKey' => '',
                    'quickAction' => false,
                    'type' => '',
                    'module' => 'campaigns',
                ],
                [
                    'name' => 'Import',
                    'labelKey' => 'LNK_IMPORT_CAMPAIGNS',
                    'url' => './#/import/step1',
                    'process' => '',
                    'params' => [
                        'import_module' => 'Campaigns',
                        'return_module' => 'Campaigns',
                        'return_action' => 'index',
                    ],
                    'icon' => 'download',
                    'actionLabelKey' => 'LBL_IMPORT',
                    'quickAction' => true,
                    'type' => '',
                    'module' => 'import',
                ],
            ],
        ],
        'calls' => [
            'path' => 'calls',
            'defaultRoute' => './#/calls',
            'name' => 'calls',
            'labelKey' => 'Calls',
            'menu' => [
                [
                    'name' => 'Schedule_Call',
                    'labelKey' => 'LNK_NEW_CALL',
                    'url' => './#/calls/edit',
                    'process' => '',
                    'params' => [
                        'return_module' => 'Calls',
                        'return_action' => 'DetailView',
                    ],
                    'icon' => 'plus',
                    'actionLabelKey' => '',
                    'quickAction' => true,
                    'type' => 'create',
                    'module' => 'calls',
                ],
                [
                    'name' => 'List',
                    'labelKey' => 'LNK_CALL_LIST',
                    'url' => './#/calls/index',
                    'process' => '',
                    'params' => [
                        'return_module' => 'Calls',
                        'return_action' => 'DetailView',
                    ],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => false,
                    'type' => '',
                    'module' => 'calls',
                ],
                [
                    'name' => 'Import',
                    'labelKey' => 'LNK_IMPORT_CALLS',
                    'url' => './#/import/step1',
                    'process' => '',
                    'params' => [
                        'import_module' => 'Calls',
                        'return_module' => 'Calls',
                        'return_action' => 'index',
                    ],
                    'icon' => 'download',
                    'actionLabelKey' => 'LBL_IMPORT',
                    'quickAction' => true,
                    'type' => '',
                    'module' => 'import',
                ],
            ],
        ],
        'meetings' => [
            'path' => 'meetings',
            'defaultRoute' => './#/meetings',
            'name' => 'meetings',
            'labelKey' => 'Meetings',
            'menu' => [
                [
                    'name' => 'Schedule_Meeting',
                    'labelKey' => 'LNK_NEW_MEETING',
                    'url' => './#/meetings/edit',
                    'process' => '',
                    'params' => [
                        'return_module' => 'Meetings',
                        'return_action' => 'DetailView',
                    ],
                    'icon' => 'plus',
                    'actionLabelKey' => '',
                    'quickAction' => true,
                    'type' => 'create',
                    'module' => 'meetings',
                ],
                [
                    'name' => 'List',
                    'labelKey' => 'LNK_MEETING_LIST',
                    'url' => './#/meetings/index',
                    'process' => '',
                    'params' => [
                        'return_module' => 'Meetings',
                        'return_action' => 'DetailView',
                    ],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => false,
                    'type' => '',
                    'module' => 'meetings',
                ],
                [
                    'name' => 'Import',
                    'labelKey' => 'LNK_IMPORT_MEETINGS',
                    'url' => './#/import/step1',
                    'process' => '',
                    'params' => [
                        'import_module' => 'Meetings',
                        'return_module' => 'Meetings',
                        'return_action' => 'index',
                    ],
                    'icon' => 'download',
                    'actionLabelKey' => 'LBL_IMPORT',
                    'quickAction' => true,
                    'type' => '',
                    'module' => 'import',
                ],
            ],
        ],
        'tasks' => [
            'path' => 'tasks',
            'defaultRoute' => './#/tasks',
            'name' => 'tasks',
            'labelKey' => 'Tasks',
            'menu' => [
                [
                    'name' => 'Create',
                    'labelKey' => 'LNK_NEW_TASK',
                    'url' => './#/tasks/edit',
                    'process' => '',
                    'params' => [
                        'return_module' => 'Tasks',
                        'return_action' => 'DetailView',
                    ],
                    'icon' => 'plus',
                    'actionLabelKey' => 'LBL_NEW',
                    'quickAction' => true,
                    'type' => 'create',
                    'module' => 'tasks',
                ],
                [
                    'name' => 'List',
                    'labelKey' => 'LNK_TASK_LIST',
                    'url' => './#/tasks/index',
                    'process' => '',
                    'params' => [
                        'return_module' => 'Tasks',
                        'return_action' => 'DetailView',
                    ],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => false,
                    'type' => '',
                    'module' => 'tasks',
                ],
                [
                    'name' => 'Import',
                    'labelKey' => 'LNK_IMPORT_TASKS',
                    'url' => './#/import/step1',
                    'process' => '',
                    'params' => [
                        'import_module' => 'Tasks',
                        'return_module' => 'Tasks',
                        'return_action' => 'index',
                    ],
                    'icon' => 'download',
                    'actionLabelKey' => 'LBL_IMPORT',
                    'quickAction' => true,
                    'type' => '',
                    'module' => 'import',
                ],
            ],
        ],
        'notes' => [
            'path' => 'notes',
            'defaultRoute' => './#/notes',
            'name' => 'notes',
            'labelKey' => 'Notes',
            'menu' => [
                [
                    'name' => 'Create',
                    'labelKey' => 'LNK_NEW_NOTE',
                    'url' => './#/notes/edit',
                    'process' => '',
                    'params' => [
                        'return_module' => 'Notes',
                        'return_action' => 'DetailView',
                    ],
                    'icon' => 'plus',
                    'actionLabelKey' => 'LBL_NEW',
                    'quickAction' => true,
                    'type' => 'create',
                    'module' => 'notes',
                ],
                [
                    'name' => 'List',
                    'labelKey' => 'LNK_NOTE_LIST',
                    'url' => './#/notes/index',
                    'process' => '',
                    'params' => [
                        'return_module' => 'Notes',
                        'return_action' => 'DetailView',
                    ],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => false,
                    'type' => '',
                    'module' => 'notes',
                ],
                [
                    'name' => 'Import',
                    'labelKey' => 'LNK_IMPORT_NOTES',
                    'url' => './#/import/step1',
                    'process' => '',
                    'params' => [
                        'import_module' => 'Notes',
                        'return_module' => 'Notes',
                        'return_action' => 'index',
                    ],
                    'icon' => 'download',
                    'actionLabelKey' => 'LBL_IMPORT',
                    'quickAction' => true,
                    'type' => '',
                    'module' => 'import',
                ],
            ],
        ],
        'invoices' => [
            'path' => 'invoices',
            'defaultRoute' => './#/invoices',
            'name' => 'invoices',
            'labelKey' => 'AOS_Invoices',
            'menu' => [
                [
                    'name' => 'Create',
                    'labelKey' => 'LNK_NEW_RECORD',
                    'url' => './#/invoices/edit',
                    'process' => '',
                    'params' => [
                        'return_module' => 'AOS_Invoices',
                        'return_action' => 'DetailView',
                    ],
                    'icon' => 'plus',
                    'actionLabelKey' => 'LBL_NEW',
                    'quickAction' => true,
                    'type' => 'create',
                    'module' => 'invoices',
                ],
                [
                    'name' => 'List',
                    'labelKey' => 'LNK_LIST',
                    'url' => './#/invoices/index',
                    'process' => '',
                    'params' => [
                        'return_module' => 'AOS_Invoices',
                        'return_action' => 'DetailView',
                    ],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => false,
                    'type' => '',
                    'module' => 'invoices',
                ],
                [
                    'name' => 'Import',
                    'labelKey' => 'LBL_IMPORT',
                    'url' => './#/import/step1',
                    'process' => '',
                    'params' => [
                        'import_module' => 'AOS_Invoices',
                        'return_module' => 'AOS_Invoices',
                        'return_action' => 'index',
                    ],
                    'icon' => 'download',
                    'actionLabelKey' => 'LBL_IMPORT',
                    'quickAction' => true,
                    'type' => '',
                    'module' => 'import',
                ],
                [
                    'name' => 'Import',
                    'labelKey' => 'LBL_IMPORT_LINE_ITEMS',
                    'url' => './#/import/step1',
                    'process' => '',
                    'params' => [
                        'import_module' => 'AOS_Products_Quotes',
                        'return_module' => 'AOS_Invoices',
                        'return_action' => 'index',
                    ],
                    'icon' => 'download',
                    'actionLabelKey' => 'LBL_IMPORT',
                    'quickAction' => true,
                    'type' => '',
                    'module' => 'import',
                ],
            ],
        ],
        'contracts' => [
            'path' => 'contracts',
            'defaultRoute' => './#/contracts',
            'name' => 'contracts',
            'labelKey' => 'AOS_Contracts',
            'menu' => [
                [
                    'name' => 'Create',
                    'labelKey' => 'LNK_NEW_RECORD',
                    'url' => './#/contracts/edit',
                    'process' => '',
                    'params' => [
                        'return_module' => 'AOS_Contracts',
                        'return_action' => 'DetailView',
                    ],
                    'icon' => 'plus',
                    'actionLabelKey' => 'LBL_NEW',
                    'quickAction' => true,
                    'type' => 'create',
                    'module' => 'contracts',
                ],
                [
                    'name' => 'List',
                    'labelKey' => 'LNK_LIST',
                    'url' => './#/contracts/index',
                    'process' => '',
                    'params' => [
                        'return_module' => 'AOS_Contracts',
                        'return_action' => 'DetailView',
                    ],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => false,
                    'type' => '',
                    'module' => 'contracts',
                ],
                [
                    'name' => 'Import',
                    'labelKey' => 'LBL_IMPORT',
                    'url' => './#/import/step1',
                    'process' => '',
                    'params' => [
                        'import_module' => 'AOS_Contracts',
                        'return_module' => 'AOS_Contracts',
                        'return_action' => 'index',
                    ],
                    'icon' => 'download',
                    'actionLabelKey' => 'LBL_IMPORT',
                    'quickAction' => true,
                    'type' => '',
                    'module' => 'import',
                ],
            ],
        ],
        'cases' => [
            'path' => 'cases',
            'defaultRoute' => './#/cases',
            'name' => 'cases',
            'labelKey' => 'Cases',
            'menu' => [
                [
                    'name' => 'Create',
                    'labelKey' => 'LNK_NEW_CASE',
                    'url' => './#/cases/edit',
                    'process' => '',
                    'params' => [
                        'return_module' => 'Cases',
                        'return_action' => 'DetailView',
                    ],
                    'icon' => 'plus',
                    'actionLabelKey' => 'LBL_NEW',
                    'quickAction' => true,
                    'type' => 'create',
                    'module' => 'cases',
                ],
                [
                    'name' => 'List',
                    'labelKey' => 'LNK_CASE_LIST',
                    'url' => './#/cases/index',
                    'process' => '',
                    'params' => [
                        'return_module' => 'Cases',
                        'return_action' => 'DetailView',
                    ],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => false,
                    'type' => '',
                    'module' => 'cases',
                ],
                [
                    'name' => 'Import',
                    'labelKey' => 'LNK_IMPORT_CASES',
                    'url' => './#/import/step1',
                    'process' => '',
                    'params' => [
                        'import_module' => 'Cases',
                        'return_module' => 'Cases',
                        'return_action' => 'index',
                    ],
                    'icon' => 'download',
                    'actionLabelKey' => 'LBL_IMPORT',
                    'quickAction' => true,
                    'type' => '',
                    'module' => 'import',
                ],
            ],
        ],
        'prospects' => [
            'path' => 'prospects',
            'defaultRoute' => './#/prospects',
            'name' => 'prospects',
            'labelKey' => 'Prospects',
            'menu' => [
                [
                    'name' => 'Create',
                    'labelKey' => 'LNK_NEW_PROSPECT',
                    'url' => './#/prospects/edit',
                    'process' => '',
                    'params' => [
                        'return_module' => 'Prospects',
                        'return_action' => 'DetailView',
                    ],
                    'icon' => 'plus',
                    'actionLabelKey' => 'LBL_NEW',
                    'quickAction' => true,
                    'type' => 'create',
                    'module' => 'prospects',
                ],
                [
                    'name' => 'List',
                    'labelKey' => 'LNK_PROSPECT_LIST',
                    'url' => './#/prospects/index',
                    'process' => '',
                    'params' => [
                        'return_module' => 'Prospects',
                        'return_action' => 'index',
                    ],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => false,
                    'type' => '',
                    'module' => 'prospects',
                ],
                [
                    'name' => 'Import',
                    'labelKey' => 'LNK_IMPORT_PROSPECTS',
                    'url' => './#/import/step1',
                    'process' => '',
                    'params' => [
                        'import_module' => 'Prospects',
                        'return_module' => 'Prospects',
                        'return_action' => 'index',
                    ],
                    'icon' => 'download',
                    'actionLabelKey' => 'LBL_IMPORT',
                    'quickAction' => true,
                    'type' => '',
                    'module' => 'import',
                ],
            ],
        ],
        'prospect-lists' => [
            'path' => 'prospect-lists',
            'defaultRoute' => './#/prospect-lists',
            'name' => 'prospect-lists',
            'labelKey' => 'ProspectLists',
            'menu' => [
                [
                    'name' => 'Create',
                    'labelKey' => 'LNK_NEW_PROSPECT_LIST',
                    'url' => './#/prospect-lists/edit',
                    'process' => '',
                    'params' => [
                        'return_module' => 'ProspectLists',
                        'return_action' => 'DetailView',
                    ],
                    'icon' => 'plus',
                    'actionLabelKey' => 'LBL_NEW',
                    'quickAction' => true,
                    'type' => 'create',
                    'module' => 'prospect-lists',
                ],
                [
                    'name' => 'List',
                    'labelKey' => 'LNK_PROSPECT_LIST_LIST',
                    'url' => './#/prospect-lists/index',
                    'process' => '',
                    'params' => [
                        'return_module' => 'ProspectLists',
                        'return_action' => 'index',
                    ],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => false,
                    'type' => '',
                    'module' => 'prospect-lists',
                ],
            ],
        ],
        'project' => [
            'path' => 'project',
            'defaultRoute' => './#/project',
            'name' => 'project',
            'labelKey' => 'Project',
            'menu' => [
                [
                    'name' => 'Create',
                    'labelKey' => 'LNK_NEW_PROJECT',
                    'url' => './#/project/edit',
                    'process' => '',
                    'params' => [
                        'return_module' => 'Project',
                        'return_action' => 'DetailView',
                    ],
                    'icon' => 'plus',
                    'actionLabelKey' => 'LBL_NEW',
                    'quickAction' => true,
                    'type' => 'create',
                    'module' => 'project',
                ],
                [
                    'name' => 'List',
                    'labelKey' => 'LNK_PROJECT_LIST',
                    'url' => './#/project/index',
                    'process' => '',
                    'params' => [],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => false,
                    'type' => '',
                    'module' => 'project',
                ],
                [
                    'name' => 'Import',
                    'labelKey' => 'LBL_IMPORT_PROJECTS',
                    'url' => './#/import/step1',
                    'process' => '',
                    'params' => [
                        'import_module' => 'Project',
                        'return_module' => 'Project',
                        'return_action' => 'index',
                    ],
                    'icon' => 'download',
                    'actionLabelKey' => 'LBL_IMPORT',
                    'quickAction' => true,
                    'type' => '',
                    'module' => 'import',
                ],
                [
                    'name' => 'Resource_Chart',
                    'labelKey' => 'LBL_RESOURCE_CHART',
                    'url' => './#/project/resource-list',
                    'process' => '',
                    'params' => [],
                    'icon' => 'piechart',
                    'actionLabelKey' => '',
                    'quickAction' => false,
                    'type' => '',
                    'module' => 'project',
                ],
                [
                    'name' => 'View_Project_Tasks',
                    'labelKey' => 'LNK_PROJECT_TASK_LIST',
                    'url' => './#/project-task/index',
                    'process' => '',
                    'params' => [],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => false,
                    'type' => '',
                    'module' => 'project-task',
                ],
            ],
        ],
        'project-templates' => [
            'path' => 'project-templates',
            'defaultRoute' => './#/project-templates',
            'name' => 'project-templates',
            'labelKey' => 'AM_ProjectTemplates',
            'menu' => [
                [
                    'name' => 'Create',
                    'labelKey' => 'LNK_NEW_RECORD',
                    'url' => './#/project-templates/edit',
                    'process' => '',
                    'params' => [
                        'return_module' => 'AM_ProjectTemplates',
                        'return_action' => 'index',
                    ],
                    'icon' => 'plus',
                    'actionLabelKey' => 'LBL_NEW',
                    'quickAction' => true,
                    'type' => 'create',
                    'module' => 'project-templates',
                ],
                [
                    'name' => 'List',
                    'labelKey' => 'LNK_LIST',
                    'url' => './#/project-templates/index',
                    'process' => '',
                    'params' => [
                        'return_module' => 'AM_ProjectTemplates',
                        'return_action' => 'DetailView',
                    ],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => false,
                    'type' => '',
                    'module' => 'project-templates',
                ],
                [
                    'name' => 'Import',
                    'labelKey' => 'LNK_IMPORT_AM_PROJECTTEMPLATES',
                    'url' => './#/import/step1',
                    'process' => '',
                    'params' => [
                        'import_module' => 'AM_ProjectTemplates',
                        'return_module' => 'AM_ProjectTemplates',
                        'return_action' => 'index',
                    ],
                    'icon' => 'download',
                    'actionLabelKey' => 'LBL_IMPORT',
                    'quickAction' => true,
                    'type' => '',
                    'module' => 'import',
                ],
            ],
        ],
        'events' => [
            'path' => 'events',
            'defaultRoute' => './#/events',
            'name' => 'events',
            'labelKey' => 'FP_events',
            'menu' => [
                [
                    'name' => 'Create',
                    'labelKey' => 'LNK_NEW_RECORD',
                    'url' => './#/events/edit',
                    'process' => '',
                    'params' => [
                        'return_module' => 'FP_events',
                        'return_action' => 'DetailView',
                    ],
                    'icon' => 'plus',
                    'actionLabelKey' => 'LBL_NEW',
                    'quickAction' => true,
                    'type' => 'create',
                    'module' => 'events',
                ],
                [
                    'name' => 'List',
                    'labelKey' => 'LNK_LIST',
                    'url' => './#/events/index',
                    'process' => '',
                    'params' => [
                        'return_module' => 'FP_events',
                        'return_action' => 'DetailView',
                    ],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => false,
                    'type' => '',
                    'module' => 'events',
                ],
                [
                    'name' => 'Import',
                    'labelKey' => 'LBL_IMPORT',
                    'url' => './#/import/step1',
                    'process' => '',
                    'params' => [
                        'import_module' => 'FP_events',
                        'return_module' => 'FP_events',
                        'return_action' => 'index',
                    ],
                    'icon' => 'download',
                    'actionLabelKey' => 'LBL_IMPORT',
                    'quickAction' => true,
                    'type' => '',
                    'module' => 'import',
                ],
            ],
        ],
        'event-locations' => [
            'path' => 'event-locations',
            'defaultRoute' => './#/event-locations',
            'name' => 'event-locations',
            'labelKey' => 'FP_Event_Locations',
            'menu' => [
                [
                    'name' => 'Create',
                    'labelKey' => 'LNK_NEW_RECORD',
                    'url' => './#/event-locations/edit',
                    'process' => '',
                    'params' => [
                        'return_module' => 'FP_Event_Locations',
                        'return_action' => 'DetailView',
                    ],
                    'icon' => 'plus',
                    'actionLabelKey' => 'LBL_NEW',
                    'quickAction' => true,
                    'type' => 'create',
                    'module' => 'event-locations',
                ],
                [
                    'name' => 'List',
                    'labelKey' => 'LNK_LIST',
                    'url' => './#/event-locations/index',
                    'process' => '',
                    'params' => [],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => false,
                    'type' => '',
                    'module' => 'event-locations',
                ],
            ],
        ],
        'products' => [
            'path' => 'products',
            'defaultRoute' => './#/products',
            'name' => 'products',
            'labelKey' => 'AOS_Products',
            'menu' => [
                [
                    'name' => 'Create',
                    'labelKey' => 'LNK_NEW_RECORD',
                    'url' => './#/products/edit',
                    'process' => '',
                    'params' => [
                        'return_module' => 'AOS_Products',
                        'return_action' => 'DetailView',
                    ],
                    'icon' => 'plus',
                    'actionLabelKey' => 'LBL_NEW',
                    'quickAction' => true,
                    'type' => 'create',
                    'module' => 'products',
                ],
                [
                    'name' => 'List',
                    'labelKey' => 'LNK_LIST',
                    'url' => './#/products/index',
                    'process' => '',
                    'params' => [
                        'return_module' => 'AOS_Products',
                        'return_action' => 'DetailView',
                    ],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => false,
                    'type' => '',
                    'module' => 'products',
                ],
                [
                    'name' => 'Import',
                    'labelKey' => 'LBL_IMPORT',
                    'url' => './#/import/step1',
                    'process' => '',
                    'params' => [
                        'import_module' => 'AOS_Products',
                        'return_module' => 'AOS_Products',
                        'return_action' => 'index',
                    ],
                    'icon' => 'download',
                    'actionLabelKey' => 'LBL_IMPORT',
                    'quickAction' => true,
                    'type' => '',
                    'module' => 'import',
                ],
            ],
        ],
        'product-categories' => [
            'path' => 'product-categories',
            'defaultRoute' => './#/product-categories',
            'name' => 'product-categories',
            'labelKey' => 'AOS_Product_Categories',
            'menu' => [
                [
                    'name' => 'Create',
                    'labelKey' => 'LNK_NEW_RECORD',
                    'url' => './#/product-categories/edit',
                    'process' => '',
                    'params' => [
                        'return_module' => 'AOS_Product_Categories',
                        'return_action' => 'DetailView',
                    ],
                    'icon' => 'plus',
                    'actionLabelKey' => 'LBL_NEW',
                    'quickAction' => true,
                    'type' => 'create',
                    'module' => 'product-categories',
                ],
                [
                    'name' => 'List',
                    'labelKey' => 'LNK_LIST',
                    'url' => './#/product-categories/index',
                    'process' => '',
                    'params' => [
                        'return_module' => 'AOS_Product_Categories',
                        'return_action' => 'DetailView',
                    ],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => false,
                    'type' => '',
                    'module' => 'product-categories',
                ],
                [
                    'name' => 'Import',
                    'labelKey' => 'LBL_IMPORT',
                    'url' => './#/import/step1',
                    'process' => '',
                    'params' => [
                        'import_module' => 'AOS_Product_Categories',
                        'return_module' => 'AOS_Product_Categories',
                        'return_action' => 'index',
                    ],
                    'icon' => 'download',
                    'actionLabelKey' => 'LBL_IMPORT',
                    'quickAction' => true,
                    'type' => '',
                    'module' => 'import',
                ],
            ],
        ],
        'pdf-templates' => [
            'path' => 'pdf-templates',
            'defaultRoute' => './#/pdf-templates',
            'name' => 'pdf-templates',
            'labelKey' => 'AOS_PDF_Templates',
            'menu' => [
                [
                    'name' => 'Create',
                    'labelKey' => 'LNK_NEW_RECORD',
                    'url' => './#/pdf-templates/edit',
                    'process' => '',
                    'params' => [
                        'return_module' => 'AOS_PDF_Templates',
                        'return_action' => 'DetailView',
                    ],
                    'icon' => 'plus',
                    'actionLabelKey' => 'LBL_NEW',
                    'quickAction' => true,
                    'type' => 'create',
                    'module' => 'pdf-templates',
                ],
                [
                    'name' => 'List',
                    'labelKey' => 'LNK_LIST',
                    'url' => './#/pdf-templates/index',
                    'process' => '',
                    'params' => [
                        'return_module' => 'AOS_PDF_Templates',
                        'return_action' => 'DetailView',
                    ],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => false,
                    'type' => '',
                    'module' => 'pdf-templates',
                ],
                [
                    'name' => 'Import',
                    'labelKey' => 'LBL_IMPORT',
                    'url' => './#/import/step1',
                    'process' => '',
                    'params' => [
                        'import_module' => 'AOS_PDF_Templates',
                        'return_module' => 'AOS_PDF_Templates',
                        'return_action' => 'index',
                    ],
                    'icon' => 'download',
                    'actionLabelKey' => 'LBL_IMPORT',
                    'quickAction' => true,
                    'type' => '',
                    'module' => 'import',
                ],
            ],
        ],
        'reports' => [
            'path' => 'reports',
            'defaultRoute' => './#/reports',
            'name' => 'reports',
            'labelKey' => 'AOR_Reports',
            'menu' => [
                [
                    'name' => 'Create',
                    'labelKey' => 'LNK_NEW_RECORD',
                    'url' => './#/reports/edit',
                    'process' => '',
                    'params' => [
                        'return_module' => 'AOR_Reports',
                        'return_action' => 'DetailView',
                    ],
                    'icon' => 'plus',
                    'actionLabelKey' => 'LBL_NEW',
                    'quickAction' => true,
                    'type' => 'create',
                    'module' => 'reports',
                ],
                [
                    'name' => 'List',
                    'labelKey' => 'LNK_LIST',
                    'url' => './#/reports/index',
                    'process' => '',
                    'params' => [
                        'return_module' => 'AOR_Reports',
                        'return_action' => 'DetailView',
                    ],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => false,
                    'type' => '',
                    'module' => 'reports',
                ],
                [
                    'name' => 'Import',
                    'labelKey' => 'LBL_IMPORT',
                    'url' => './#/import/step1',
                    'process' => '',
                    'params' => [
                        'import_module' => 'AOR_Reports',
                        'return_module' => 'AOR_Reports',
                        'return_action' => 'index',
                    ],
                    'icon' => 'download',
                    'actionLabelKey' => 'LBL_IMPORT',
                    'quickAction' => true,
                    'type' => '',
                    'module' => 'import',
                ],
            ],
        ],
        'knowledge-base' => [
            'path' => 'knowledge-base',
            'defaultRoute' => './#/knowledge-base',
            'name' => 'knowledge-base',
            'labelKey' => 'AOK_KnowledgeBase',
            'menu' => [
                [
                    'name' => 'Create',
                    'labelKey' => 'LNK_NEW_RECORD',
                    'url' => './#/knowledge-base/edit',
                    'process' => '',
                    'params' => [],
                    'icon' => 'plus',
                    'actionLabelKey' => 'LBL_NEW',
                    'quickAction' => true,
                    'type' => 'create',
                    'module' => 'knowledge-base',
                ],
                [
                    'name' => 'List',
                    'labelKey' => 'LNK_LIST',
                    'url' => './#/knowledge-base/index',
                    'process' => '',
                    'params' => [],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => false,
                    'type' => '',
                    'module' => 'knowledge-base',
                ],
            ],
        ],
        'knowledge-base-categories' => [
            'path' => 'knowledge-base-categories',
            'defaultRoute' => './#/knowledge-base-categories',
            'name' => 'knowledge-base-categories',
            'labelKey' => 'AOK_Knowledge_Base_Categories',
            'menu' => [
                [
                    'name' => 'Create',
                    'labelKey' => 'LNK_NEW_RECORD',
                    'url' => './#/knowledge-base-categories/edit',
                    'process' => '',
                    'params' => [],
                    'icon' => 'plus',
                    'actionLabelKey' => 'LBL_NEW',
                    'quickAction' => true,
                    'type' => 'create',
                    'module' => 'knowledge-base-categories',
                ],
                [
                    'name' => 'List',
                    'labelKey' => 'LNK_LIST',
                    'url' => './#/knowledge-base-categories/index',
                    'process' => '',
                    'params' => [],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => false,
                    'type' => '',
                    'module' => 'knowledge-base-categories',
                ],
            ],
        ],
        'email-templates' => [
            'path' => 'email-templates',
            'defaultRoute' => './#/email-templates',
            'name' => 'email-templates',
            'labelKey' => 'EmailTemplates',
            'menu' => [
                [
                    'name' => 'Create',
                    'labelKey' => 'LNK_NEW_EMAIL_TEMPLATE',
                    'url' => './#/email-templates/edit',
                    'process' => '',
                    'params' => [
                        'return_module' => 'EmailTemplates',
                        'return_action' => 'DetailView',
                    ],
                    'icon' => 'plus',
                    'actionLabelKey' => 'LBL_NEW',
                    'quickAction' => true,
                    'type' => 'create',
                    'module' => 'email-templates',
                ],
                [
                    'name' => 'View_Email_Templates',
                    'labelKey' => 'LNK_EMAIL_TEMPLATE_LIST',
                    'url' => './#/email-templates/index',
                    'process' => '',
                    'params' => [],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => false,
                    'type' => '',
                    'module' => 'email-templates',
                ],
            ],
        ],
        'surveys' => [
            'path' => 'surveys',
            'defaultRoute' => './#/surveys',
            'name' => 'surveys',
            'labelKey' => 'Surveys',
            'menu' => [
                [
                    'name' => 'Add',
                    'labelKey' => 'LNK_NEW_RECORD',
                    'url' => './#/surveys/edit',
                    'process' => '',
                    'params' => [
                        'return_module' => 'Surveys',
                        'return_action' => 'DetailView',
                    ],
                    'icon' => 'plus',
                    'actionLabelKey' => 'LBL_NEW',
                    'quickAction' => true,
                    'type' => 'create',
                    'module' => 'surveys',
                ],
                [
                    'name' => 'List',
                    'labelKey' => 'LNK_LIST',
                    'url' => './#/surveys/index',
                    'process' => '',
                    'params' => [
                        'return_module' => 'Surveys',
                        'return_action' => 'DetailView',
                    ],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => false,
                    'type' => '',
                    'module' => 'surveys',
                ],
                [
                    'name' => 'List',
                    'labelKey' => 'LNK_LIST_SURVEY_RESPONSES',
                    'url' => './#/survey-responses/index',
                    'process' => '',
                    'params' => [
                        'return_module' => 'Surveys',
                        'return_action' => 'index',
                    ],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => false,
                    'type' => '',
                    'module' => 'survey-responses',
                ],
            ],
        ],
        'bugs' => [
            'path' => 'bugs',
            'defaultRoute' => './#/bugs',
            'name' => 'bugs',
            'labelKey' => 'Bugs',
            'menu' => [
                [
                    'name' => 'Create',
                    'labelKey' => 'LNK_NEW_BUG',
                    'url' => './#/bugs/edit',
                    'process' => '',
                    'params' => [
                        'return_module' => 'Bugs',
                        'return_action' => 'DetailView',
                    ],
                    'icon' => 'plus',
                    'actionLabelKey' => 'LBL_NEW',
                    'quickAction' => true,
                    'type' => 'create',
                    'module' => 'bugs',
                ],
                [
                    'name' => 'List',
                    'labelKey' => 'LNK_BUG_LIST',
                    'url' => './#/bugs/index',
                    'process' => '',
                    'params' => [
                        'return_module' => 'Bugs',
                        'return_action' => 'DetailView',
                    ],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => false,
                    'type' => '',
                    'module' => 'bugs',
                ],
                [
                    'name' => 'Import',
                    'labelKey' => 'LNK_IMPORT_BUGS',
                    'url' => './#/import/step1',
                    'process' => '',
                    'params' => [
                        'import_module' => 'Bugs',
                        'return_module' => 'Bugs',
                        'return_action' => 'index',
                    ],
                    'icon' => 'download',
                    'actionLabelKey' => 'LBL_IMPORT',
                    'quickAction' => true,
                    'type' => '',
                    'module' => 'import',
                ],
            ],
        ],
        'resource-calendar' => [
            'path' => 'resource-calendar',
            'defaultRoute' => './#/resource-calendar',
            'name' => 'resource-calendar',
            'labelKey' => 'ResourceCalendar',
            'menu' => [],
        ],
        'business-hours' => [
            'path' => 'business-hours',
            'defaultRoute' => './#/business-hours',
            'name' => 'business-hours',
            'labelKey' => 'AOBH_BusinessHours',
            'menu' => [
                [
                    'name' => 'Create',
                    'labelKey' => 'LNK_NEW_RECORD',
                    'url' => './#/business-hours/edit',
                    'process' => '',
                    'params' => [
                        'return_module' => 'AOBH_BusinessHours',
                        'return_action' => 'DetailView',
                    ],
                    'icon' => 'plus',
                    'actionLabelKey' => 'LBL_NEW',
                    'quickAction' => true,
                    'type' => 'create',
                    'module' => 'business-hours',
                ],
                [
                    'name' => 'List',
                    'labelKey' => 'LNK_LIST',
                    'url' => './#/business-hours/index',
                    'process' => '',
                    'params' => [],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => false,
                    'type' => '',
                    'module' => 'business-hours',
                ],
            ],
        ],
        'alerts' => [
            'path' => 'alerts',
            'defaultRoute' => './#/alerts',
            'name' => 'alerts',
            'labelKey' => 'Alerts',
            'menu' => [
                [
                    'name' => 'Create',
                    'labelKey' => 'LNK_NEW_RECORD',
                    'url' => './#/alerts/edit',
                    'process' => '',
                    'params' => [
                        'return_module' => 'Alerts',
                        'return_action' => 'DetailView',
                    ],
                    'icon' => 'plus',
                    'actionLabelKey' => 'LBL_NEW',
                    'quickAction' => true,
                    'type' => 'create',
                    'module' => 'alerts',
                ],
                [
                    'name' => 'List',
                    'labelKey' => 'LNK_LIST',
                    'url' => './#/alerts/index',
                    'process' => '',
                    'params' => [],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => false,
                    'type' => '',
                    'module' => 'alerts',
                ],
            ],
        ],
        'scheduled-reports' => [
            'path' => 'scheduled-reports',
            'defaultRoute' => './#/scheduled-reports',
            'name' => 'scheduled-reports',
            'labelKey' => 'AOR_Scheduled_Reports',
            'menu' => [
                [
                    'name' => 'Create',
                    'labelKey' => 'LNK_NEW_RECORD',
                    'url' => './#/scheduled-reports/edit',
                    'process' => '',
                    'params' => [
                        'return_module' => 'AOR_Scheduled_Reports',
                        'return_action' => 'DetailView',
                    ],
                    'icon' => 'plus',
                    'actionLabelKey' => 'LBL_NEW',
                    'quickAction' => true,
                    'type' => 'create',
                    'module' => 'scheduled-reports',
                ],
                [
                    'name' => 'List',
                    'labelKey' => 'LNK_LIST',
                    'url' => './#/scheduled-reports/index',
                    'process' => '',
                    'params' => [],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => false,
                    'type' => '',
                    'module' => 'scheduled-reports',
                ],
            ],
        ],
        'workflow' => [
            'path' => 'workflow',
            'defaultRoute' => './#/workflow',
            'name' => 'workflow',
            'labelKey' => 'AOW_WorkFlow',
            'menu' => [
                [
                    'name' => 'Create',
                    'labelKey' => 'LNK_NEW_RECORD',
                    'url' => './#/workflow/edit',
                    'process' => '',
                    'params' => [
                        'return_module' => 'AOW_WorkFlow',
                        'return_action' => 'DetailView',
                    ],
                    'icon' => 'plus',
                    'actionLabelKey' => 'LBL_NEW',
                    'quickAction' => true,
                    'type' => 'create',
                    'module' => 'workflow',
                ],
                [
                    'name' => 'List',
                    'labelKey' => 'LNK_LIST',
                    'url' => './#/workflow/index',
                    'process' => '',
                    'params' => [
                        'return_module' => 'AOW_WorkFlow',
                        'return_action' => 'DetailView',
                    ],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => false,
                    'type' => '',
                    'module' => 'workflow',
                ],
                [
                    'name' => 'View_Process_Audit',
                    'labelKey' => 'LNK_PROCESSED_LIST',
                    'url' => './#/workflow-processed/index',
                    'process' => '',
                    'params' => [
                        'return_module' => 'AOW_Processed',
                        'return_action' => 'DetailView',
                    ],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => false,
                    'type' => '',
                    'module' => 'workflow-processed',
                ],
            ],
        ],
        'maps' => [
            'path' => 'maps',
            'defaultRoute' => './#/maps',
            'name' => 'maps',
            'labelKey' => 'jjwg_Maps',
            'menu' => [
                [
                    'name' => 'Create',
                    'labelKey' => 'LNK_NEW_MAP',
                    'url' => './#/maps/edit',
                    'process' => '',
                    'params' => [
                        'return_module' => 'jjwg_Maps',
                        'return_action' => 'index',
                    ],
                    'icon' => 'plus',
                    'actionLabelKey' => 'LBL_NEW',
                    'quickAction' => true,
                    'type' => 'create',
                    'module' => 'maps',
                ],
                [
                    'name' => 'List_Maps',
                    'labelKey' => 'LNK_MAP_LIST',
                    'url' => './#/maps/index',
                    'process' => '',
                    'params' => [
                        'return_module' => 'jjwg_Maps',
                        'return_action' => 'DetailView',
                    ],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => false,
                    'type' => '',
                    'module' => 'maps',
                ],
                [
                    'name' => 'Quick_Radius_Map',
                    'labelKey' => 'LBL_MAP_QUICK_RADIUS',
                    'url' => './#/maps/quick-radius',
                    'process' => '',
                    'params' => [
                        'return_module' => 'jjwg_Maps',
                        'return_action' => 'index',
                    ],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => false,
                    'type' => '',
                    'module' => 'maps',
                ],
                [
                    'name' => 'Import',
                    'labelKey' => 'LBL_IMPORT',
                    'url' => './#/import/step1',
                    'process' => '',
                    'params' => [
                        'import_module' => 'jjwg_Maps',
                        'return_module' => 'jjwg_Maps',
                        'return_action' => 'index',
                    ],
                    'icon' => 'download',
                    'actionLabelKey' => 'LBL_IMPORT',
                    'quickAction' => true,
                    'type' => '',
                    'module' => 'import',
                ],
            ],
        ],
        'markers' => [
            'path' => 'markers',
            'defaultRoute' => './#/markers',
            'name' => 'markers',
            'labelKey' => 'jjwg_Markers',
            'menu' => [
                [
                    'name' => 'Create',
                    'labelKey' => 'LNK_NEW_RECORD',
                    'url' => './#/markers/edit',
                    'process' => '',
                    'params' => [],
                    'icon' => 'plus',
                    'actionLabelKey' => 'LBL_NEW',
                    'quickAction' => true,
                    'type' => 'create',
                    'module' => 'markers',
                ],
                [
                    'name' => 'List',
                    'labelKey' => 'LNK_LIST',
                    'url' => './#/markers/index',
                    'process' => '',
                    'params' => [],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => false,
                    'type' => '',
                    'module' => 'markers',
                ],
                [
                    'name' => 'Import',
                    'labelKey' => 'LNK_IMPORT_JJWG_MARKERS',
                    'url' => './#/markers/index',
                    'process' => '',
                    'params' => [],
                    'icon' => 'download',
                    'actionLabelKey' => 'LBL_IMPORT',
                    'quickAction' => false,
                    'type' => '',
                    'module' => 'markers',
                ],
            ],
        ],
        'areas' => [
            'path' => 'areas',
            'defaultRoute' => './#/areas',
            'name' => 'areas',
            'labelKey' => 'jjwg_Areas',
            'menu' => [
                [
                    'name' => 'Create',
                    'labelKey' => 'LNK_NEW_RECORD',
                    'url' => './#/areas/edit',
                    'process' => '',
                    'params' => [
                        'return_module' => 'jjwg_Areas',
                        'return_action' => 'index',
                    ],
                    'icon' => 'plus',
                    'actionLabelKey' => 'LBL_NEW',
                    'quickAction' => true,
                    'type' => 'create',
                    'module' => 'areas',
                ],
                [
                    'name' => 'List',
                    'labelKey' => 'LNK_LIST',
                    'url' => './#/areas/index',
                    'process' => '',
                    'params' => [
                        'return_module' => 'jjwg_Areas',
                        'return_action' => 'DetailView',
                    ],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => false,
                    'type' => '',
                    'module' => 'areas',
                ],
                [
                    'name' => 'Import',
                    'labelKey' => 'LBL_IMPORT',
                    'url' => './#/import/step1',
                    'process' => '',
                    'params' => [
                        'import_module' => 'jjwg_Areas',
                        'return_module' => 'jjwg_Areas',
                        'return_action' => 'index',
                    ],
                    'icon' => 'download',
                    'actionLabelKey' => 'LBL_IMPORT',
                    'quickAction' => true,
                    'type' => '',
                    'module' => 'import',
                ],
            ],
        ],
        'address-cache' => [
            'path' => 'address-cache',
            'defaultRoute' => './#/address-cache',
            'name' => 'address-cache',
            'labelKey' => 'jjwg_Address_Cache',
            'menu' => [
                [
                    'name' => 'Createjjwg_Address_Cache',
                    'labelKey' => 'LNK_NEW_RECORD',
                    'url' => './#/address-cache/edit',
                    'process' => '',
                    'params' => [
                        'return_module' => 'jjwg_Address_Cache',
                        'return_action' => 'DetailView',
                    ],
                    'icon' => 'plus',
                    'actionLabelKey' => '',
                    'quickAction' => true,
                    'type' => 'create',
                    'module' => 'address-cache',
                ],
                [
                    'name' => 'jjwg_Address_Cache',
                    'labelKey' => 'LNK_LIST',
                    'url' => './#/address-cache/index',
                    'process' => '',
                    'params' => [
                        'return_module' => 'jjwg_Address_Cache',
                        'return_action' => 'DetailView',
                    ],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => false,
                    'type' => '',
                    'module' => 'address-cache',
                ],
                [
                    'name' => 'Import',
                    'labelKey' => 'LBL_IMPORT',
                    'url' => './#/import/step1',
                    'process' => '',
                    'params' => [
                        'import_module' => 'jjwg_Address_Cache',
                        'return_module' => 'jjwg_Address_Cache',
                        'return_action' => 'index',
                    ],
                    'icon' => 'download',
                    'actionLabelKey' => 'LBL_IMPORT',
                    'quickAction' => true,
                    'type' => '',
                    'module' => 'import',
                ],
            ],
        ],
        'security-groups' => [
            'path' => 'security-groups',
            'defaultRoute' => './#/security-groups',
            'name' => 'security-groups',
            'labelKey' => 'SecurityGroups',
            'menu' => [
                [
                    'name' => 'Create_Security_Group',
                    'labelKey' => 'LNK_NEW_RECORD',
                    'url' => './#/security-groups/edit',
                    'process' => '',
                    'params' => [
                        'return_module' => 'SecurityGroups',
                        'return_action' => 'DetailView',
                    ],
                    'icon' => 'plus',
                    'actionLabelKey' => '',
                    'quickAction' => true,
                    'type' => 'create',
                    'module' => 'security-groups',
                ],
                [
                    'name' => 'Security_Groups',
                    'labelKey' => 'LBL_LIST_FORM_TITLE',
                    'url' => './#/security-groups/list',
                    'process' => '',
                    'params' => [
                        'return_module' => 'SecurityGroups',
                        'return_action' => 'ListView',
                    ],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => false,
                    'type' => '',
                    'module' => 'security-groups',
                ],
                [
                    'name' => 'Create',
                    'labelKey' => 'LBL_MANAGE_USERS_TITLE',
                    'url' => './#/users/index',
                    'process' => '',
                    'params' => [
                        'return_module' => 'SecurityGroups',
                        'return_action' => 'ListView',
                    ],
                    'icon' => 'plus',
                    'actionLabelKey' => 'LBL_NEW',
                    'quickAction' => false,
                    'type' => '',
                    'module' => 'users',
                ],
                [
                    'name' => 'Role_Management',
                    'labelKey' => 'LBL_MANAGE_ROLES_TITLE',
                    'url' => './#/acl-roles/index',
                    'process' => '',
                    'params' => [
                        'return_module' => 'SecurityGroups',
                        'return_action' => 'ListView',
                    ],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => false,
                    'type' => '',
                    'module' => 'acl-roles',
                ],
                [
                    'name' => 'Security_Suite_Settings',
                    'labelKey' => 'LBL_CONFIG_SECURITYGROUPS_TITLE',
                    'url' => './#/security-groups/config',
                    'process' => '',
                    'params' => [
                        'return_module' => 'SecurityGroups',
                        'return_action' => 'ListView',
                    ],
                    'icon' => 'padlock',
                    'actionLabelKey' => '',
                    'quickAction' => false,
                    'type' => '',
                    'module' => 'security-groups',
                ],
            ],
        ],
        'template-section-line' => [
            'path' => 'template-section-line',
            'defaultRoute' => './#/template-section-line',
            'name' => 'template-section-line',
            'labelKey' => 'TemplateSectionLine',
            'menu' => [],
        ],
        'calls-reschedule' => [
            'path' => 'calls-reschedule',
            'defaultRoute' => './#/calls-reschedule',
            'name' => 'calls-reschedule',
            'labelKey' => 'Calls_Reschedule',
            'menu' => [
                [
                    'name' => 'Schedule_Call',
                    'labelKey' => 'LNK_NEW_RECORD',
                    'url' => './#/calls-reschedule/edit',
                    'process' => '',
                    'params' => [
                        'return_module' => 'Calls_Reschedule',
                        'return_action' => 'DetailView',
                    ],
                    'icon' => 'plus',
                    'actionLabelKey' => '',
                    'quickAction' => true,
                    'type' => 'create',
                    'module' => 'calls-reschedule',
                ],
                [
                    'name' => 'List',
                    'labelKey' => 'LNK_LIST',
                    'url' => './#/calls-reschedule/index',
                    'process' => '',
                    'params' => [
                        'return_module' => 'Calls_Reschedule',
                        'return_action' => 'DetailView',
                    ],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => false,
                    'type' => '',
                    'module' => 'calls-reschedule',
                ],
                [
                    'name' => 'Import',
                    'labelKey' => 'LBL_IMPORT',
                    'url' => './#/import/step1',
                    'process' => '',
                    'params' => [
                        'import_module' => 'Calls_Reschedule',
                        'return_module' => 'Calls_Reschedule',
                        'return_action' => 'index',
                    ],
                    'icon' => 'download',
                    'actionLabelKey' => 'LBL_IMPORT',
                    'quickAction' => true,
                    'type' => '',
                    'module' => 'import',
                ],
            ],
        ],
        'eapm' => [
            'path' => 'eapm',
            'defaultRoute' => './#/eapm',
            'name' => 'eapm',
            'labelKey' => 'EAPM',
            'menu' => [
                [
                    'name' => 'Create',
                    'labelKey' => 'LNK_NEW_RECORD',
                    'url' => './#/eapm/edit',
                    'process' => '',
                    'params' => [
                        'return_module' => 'EAPM',
                        'return_action' => 'DetailView',
                    ],
                    'icon' => 'plus',
                    'actionLabelKey' => 'LBL_NEW',
                    'quickAction' => true,
                    'type' => 'create',
                    'module' => 'eapm',
                ],
                [
                    'name' => 'List',
                    'labelKey' => 'LNK_LIST',
                    'url' => './#/eapm/index',
                    'process' => '',
                    'params' => [],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => false,
                    'type' => '',
                    'module' => 'eapm',
                ],
            ],
        ],
        'currencies' => [
            'path' => 'administration',
            'defaultRoute' => './#/administration',
            'name' => 'administration',
            'labelKey' => 'Administration',
            'menu' => [
                [
                    'name' => 'View',
                    'labelKey' => 'LBL_USERS_TITLE',
                    'url' => '',
                    'process' => '',
                    'params' => [],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => [
                        'Users' => [
                            'user_management' => [
                                'UserManagement',
                                'LBL_MANAGE_USERS_TITLE',
                                'LBL_MANAGE_USERS',
                                './index.php?module=Users&action=index',
                                'admin-user-management',
                            ],
                            'roles_management' => [
                                'Roles',
                                'LBL_MANAGE_ROLES_TITLE',
                                'LBL_MANAGE_ROLES',
                                './index.php?module=ACLRoles&action=index',
                                'admin-roles',
                            ],
                        ],
                        'Administration' => [
                            'password_management' => [
                                'Password',
                                'LBL_MANAGE_PASSWORD_TITLE',
                                'LBL_MANAGE_PASSWORD',
                                './index.php?module=Administration&action=PasswordManager',
                                'admin-password',
                            ],
                            'oauth2_clients' => [
                                'Password',
                                'LBL_OAUTH2_CLIENTS_TITLE',
                                'LBL_OAUTH2_CLIENTS',
                                './index.php?module=OAuth2Clients&action=index',
                                'admin-oauth2',
                            ],
                            'oauth_keys' => [
                                'Password',
                                'LBL_OAUTH_TITLE',
                                'LBL_OAUTH',
                                './index.php?module=OAuthKeys&action=index',
                                'admin-oauth-keys',
                            ],
                            'securitygroup_management' => [
                                'SecuritySuiteGroupManagement',
                                'LBL_MANAGE_SECURITYGROUPS_TITLE',
                                'LBL_MANAGE_SECURITYGROUPS',
                                './index.php?module=SecurityGroups&action=index',
                                'admin-security',
                            ],
                            'securitygroup_config' => [
                                'SecurityGroupsManagement',
                                'LBL_CONFIG_SECURITYGROUPS_TITLE',
                                'LBL_CONFIG_SECURITYGROUPS',
                                './index.php?module=SecurityGroups&action=config',
                                'admin-security-suite-group-management',
                            ],
                        ],
                    ],
                    'type' => '',
                    'module' => 'administration',
                    'sublinks' => [
                        [
                            'name' => 'UserManagement',
                            'labelKey' => 'LBL_MANAGE_USERS_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/users/index',
                            'icon' => '',
                        ],
                        [
                            'name' => 'Roles',
                            'labelKey' => 'LBL_MANAGE_ROLES_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/acl-roles/index',
                            'icon' => '',
                        ],
                        [
                            'name' => 'Password',
                            'labelKey' => 'LBL_MANAGE_PASSWORD_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/administration/PasswordManager',
                            'icon' => '',
                        ],
                        [
                            'name' => 'Password',
                            'labelKey' => 'LBL_OAUTH2_CLIENTS_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/oauth2-clients/index',
                            'icon' => '',
                        ],
                        [
                            'name' => 'Password',
                            'labelKey' => 'LBL_OAUTH_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/oauth-keys/index',
                            'icon' => '',
                        ],
                        [
                            'name' => 'SecuritySuiteGroupManagement',
                            'labelKey' => 'LBL_MANAGE_SECURITYGROUPS_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/security-groups/index',
                            'icon' => '',
                        ],
                        [
                            'name' => 'SecurityGroupsManagement',
                            'labelKey' => 'LBL_CONFIG_SECURITYGROUPS_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/security-groups/config',
                            'icon' => '',
                        ],
                    ],
                ],
                [
                    'name' => 'View',
                    'labelKey' => 'LBL_ADMINISTRATION_HOME_TITLE',
                    'url' => '',
                    'process' => '',
                    'params' => [],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => [
                        'Administration' => [
                            'configphp_settings' => [
                                'Administration',
                                'LBL_CONFIGURE_SETTINGS_TITLE',
                                'LBL_CONFIGURE_SETTINGS',
                                './index.php?module=Configurator&action=EditView',
                                'admin-system-settings',
                            ],
                            'currencies_management' => [
                                'Currencies',
                                'LBL_MANAGE_CURRENCIES',
                                'LBL_CURRENCY',
                                './index.php?module=Currencies&action=index',
                                'admin-currencies',
                            ],
                            'languages' => [
                                'Currencies',
                                'LBL_MANAGE_LANGUAGES',
                                'LBL_LANGUAGES',
                                './index.php?module=Administration&action=Languages&view=default',
                                'admin-languages',
                            ],
                            'locale' => [
                                'Currencies',
                                'LBL_MANAGE_LOCALE',
                                'LBL_LOCALE',
                                './index.php?module=Administration&action=Locale&view=default',
                                'admin-locale',
                            ],
                            'pdf' => [
                                'PDF',
                                'LBL_PDF_HEADER',
                                'LBL_CHANGE_PDF_SETTINGS',
                                './index.php?module=Administration&action=PDFSettings',
                                'admin-pdf-settings',
                            ],
                            'search_wrapper' => [
                                'icon_SearchForm',
                                'LBL_SEARCH_WRAPPER',
                                'LBL_SEARCH_WRAPPER_DESC',
                                './index.php?module=Administration&action=SearchSettings',
                                'admin-global-search',
                            ],
                            'elastic_search' => [
                                'ElasticSearchIndexerSettings',
                                'LBL_ELASTIC_SEARCH_SETTINGS',
                                'LBL_ELASTIC_SEARCH_SETTINGS_DESC',
                                './index.php?module=Administration&action=ElasticSearchSettings',
                                'admin-global-search',
                            ],
                            'scheduler' => [
                                'Schedulers',
                                'LBL_SUITE_SCHEDULER_TITLE',
                                'LBL_SUITE_SCHEDULER',
                                './index.php?module=Schedulers&action=index',
                                'admin-scheduler',
                            ],
                            'theme_settings' => [
                                'icon_AdminThemes',
                                'LBL_THEME_SETTINGS',
                                'LBL_THEME_SETTINGS_DESC',
                                './index.php?module=Administration&action=ThemeSettings',
                                'admin-themes',
                            ],
                        ],
                    ],
                    'type' => '',
                    'module' => 'administration',
                    'sublinks' => [
                        [
                            'name' => 'Administration',
                            'labelKey' => 'LBL_CONFIGURE_SETTINGS_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/configurator/edit',
                            'icon' => '',
                        ],
                        [
                            'name' => 'Currencies',
                            'labelKey' => 'LBL_MANAGE_CURRENCIES',
                            'actionLabelKey' => '',
                            'url' => './#/currencies/index',
                            'icon' => '',
                        ],
                        [
                            'name' => 'Currencies',
                            'labelKey' => 'LBL_MANAGE_LANGUAGES',
                            'actionLabelKey' => '',
                            'url' => './#/administration/Languages?view=default',
                            'icon' => '',
                        ],
                        [
                            'name' => 'Currencies',
                            'labelKey' => 'LBL_MANAGE_LOCALE',
                            'actionLabelKey' => '',
                            'url' => './#/administration/Locale?view=default',
                            'icon' => '',
                        ],
                        [
                            'name' => 'PDF',
                            'labelKey' => 'LBL_PDF_HEADER',
                            'actionLabelKey' => '',
                            'url' => './#/administration/PDFSettings',
                            'icon' => '',
                        ],
                        [
                            'name' => 'icon_SearchForm',
                            'labelKey' => 'LBL_SEARCH_WRAPPER',
                            'actionLabelKey' => '',
                            'url' => './#/administration/SearchSettings',
                            'icon' => '',
                        ],
                        [
                            'name' => 'ElasticSearchIndexerSettings',
                            'labelKey' => 'LBL_ELASTIC_SEARCH_SETTINGS',
                            'actionLabelKey' => '',
                            'url' => './#/administration/ElasticSearchSettings',
                            'icon' => '',
                        ],
                        [
                            'name' => 'Schedulers',
                            'labelKey' => 'LBL_SUITE_SCHEDULER_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/schedulers/index',
                            'icon' => '',
                        ],
                        [
                            'name' => 'icon_AdminThemes',
                            'labelKey' => 'LBL_THEME_SETTINGS',
                            'actionLabelKey' => '',
                            'url' => './#/administration/ThemeSettings',
                            'icon' => '',
                        ],
                    ],
                ],
                [
                    'name' => 'View',
                    'labelKey' => 'LBL_MODULE_ADMIN',
                    'url' => '',
                    'process' => '',
                    'params' => [],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => [
                        'Administration' => [
                            'feed_settings' => [
                                'icon_SugarFeed',
                                'LBL_SUITEFEED_SETTINGS',
                                'LBL_SUITEFEED_SETTINGS_DESC',
                                './index.php?module=SugarFeed&action=AdminSettings',
                                'admin-activity-streams',
                            ],
                            'business_hours' => [
                                'AOBH_BusinessHours',
                                'LBL_BUSINESS_HOURS',
                                'LBL_AOP_BUSINESS_HOURS_DESC',
                                './index.php?module=Administration&action=BusinessHours',
                                'admin-aobh-businesshours',
                            ],
                            'aop' => [
                                'AOP',
                                'LBL_AOP_SETTINGS',
                                'LBL_CHANGE_SETTINGS_AOP',
                                './index.php?module=Administration&action=AOPAdmin',
                                'admin-aop-settings',
                            ],
                            'configure_group_tabs' => [
                                'ConfigureTabs',
                                'LBL_CONFIGURE_GROUP_TABS',
                                'LBL_CONFIGURE_GROUP_TABS_DESC',
                                './index.php?action=wizard&module=Studio&wizard=StudioWizard&option=ConfigureGroupTabs',
                                'admin-configure-module-menu-filters',
                            ],
                            'connector_settings' => [
                                'icon_Connectors',
                                'LBL_CONNECTOR_SETTINGS',
                                'LBL_CONNECTOR_SETTINGS_DESC',
                                './index.php?module=Connectors&action=ConnectorSettings',
                                'admin-connectors',
                            ],
                            'configure_tabs' => [
                                'ConfigureTabs',
                                'LBL_CONFIGURE_TABS_AND_SUBPANELS',
                                'LBL_CONFIGURE_TABS_AND_SUBPANELS_DESC',
                                './index.php?module=Administration&action=ConfigureTabs',
                                'admin-display-modules-and-subpanels',
                            ],
                            'history_contacts_emails' => [
                                'ConfigureTabs',
                                'LBL_HISTORY_CONTACTS_EMAILS',
                                'LBL_HISTORY_CONTACTS_EMAILS_DESC',
                                './index.php?module=Configurator&action=historyContactsEmails',
                                'admin-history-subpanel',
                            ],
                            'aos' => [
                                'AOS',
                                'LBL_AOS_SETTINGS',
                                'LBL_CHANGE_SETTINGS',
                                './index.php?module=Administration&action=AOSAdmin',
                                'admin-aos-settings',
                            ],
                        ],
                        'Bugs' => [
                            'bug_tracker' => [
                                'Releases',
                                'LBL_MANAGE_RELEASES',
                                'LBL_RELEASE',
                                './index.php?module=Releases&action=index',
                                'admin-releases',
                            ],
                        ],
                    ],
                    'type' => '',
                    'module' => 'administration',
                    'sublinks' => [
                        [
                            'name' => 'icon_SugarFeed',
                            'labelKey' => 'LBL_SUITEFEED_SETTINGS',
                            'actionLabelKey' => '',
                            'url' => './#/sugar-feed/AdminSettings',
                            'icon' => '',
                        ],
                        [
                            'name' => 'AOBH_BusinessHours',
                            'labelKey' => 'LBL_BUSINESS_HOURS',
                            'actionLabelKey' => '',
                            'url' => './#/administration/BusinessHours',
                            'icon' => '',
                        ],
                        [
                            'name' => 'AOP',
                            'labelKey' => 'LBL_AOP_SETTINGS',
                            'actionLabelKey' => '',
                            'url' => './#/administration/AOPAdmin',
                            'icon' => '',
                        ],
                        [
                            'name' => 'ConfigureTabs',
                            'labelKey' => 'LBL_CONFIGURE_GROUP_TABS',
                            'actionLabelKey' => '',
                            'url' => './#/studio/wizard?wizard=StudioWizard&option=ConfigureGroupTabs',
                            'icon' => '',
                        ],
                        [
                            'name' => 'icon_Connectors',
                            'labelKey' => 'LBL_CONNECTOR_SETTINGS',
                            'actionLabelKey' => '',
                            'url' => './#/connectors/ConnectorSettings',
                            'icon' => '',
                        ],
                        [
                            'name' => 'ConfigureTabs',
                            'labelKey' => 'LBL_CONFIGURE_TABS_AND_SUBPANELS',
                            'actionLabelKey' => '',
                            'url' => './#/administration/ConfigureTabs',
                            'icon' => '',
                        ],
                        [
                            'name' => 'ConfigureTabs',
                            'labelKey' => 'LBL_HISTORY_CONTACTS_EMAILS',
                            'actionLabelKey' => '',
                            'url' => './#/configurator/historyContactsEmails',
                            'icon' => '',
                        ],
                        [
                            'name' => 'AOS',
                            'labelKey' => 'LBL_AOS_SETTINGS',
                            'actionLabelKey' => '',
                            'url' => './#/administration/AOSAdmin',
                            'icon' => '',
                        ],
                        [
                            'name' => 'Releases',
                            'labelKey' => 'LBL_MANAGE_RELEASES',
                            'actionLabelKey' => '',
                            'url' => './#/releases/index',
                            'icon' => '',
                        ],
                    ],
                ],
                [
                    'name' => 'View',
                    'labelKey' => 'LBL_EMAIL_TITLE',
                    'url' => '',
                    'process' => '',
                    'params' => [],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => [
                        'Emails' => [
                            'mass_Email_config' => [
                                'EmailMan',
                                'LBL_MASS_EMAIL_CONFIG_TITLE',
                                'LBL_MASS_EMAIL_CONFIG_DESC',
                                './index.php?module=EmailMan&action=config',
                                'admin-email-settings',
                            ],
                            'mailboxes' => [
                                'EmailInbound',
                                'LBL_MANAGE_MAILBOX',
                                'LBL_MAILBOX_DESC',
                                './index.php?module=InboundEmail&action=index',
                                'admin-inbound-email',
                            ],
                            'mailboxes_outbound' => [
                                'EmailOutbound',
                                'LBL_MANAGE_MAILBOX_OUTBOUND',
                                'LBL_MAILBOX_OUTBOUND_DESC',
                                './index.php?module=OutboundEmailAccounts&action=index',
                                'admin-outbound-email',
                            ],
                            'external_oauth_connections' => [
                                'ExternalOAuthConnection',
                                'LBL_MANAGE_EXTERNAL_OAUTH_CONNECTIONS',
                                'LBL_MANAGE_EXTERNAL_OAUTH_CONNECTIONS_DESC',
                                'index.php?module=ExternalOAuthConnection&action=index',
                                'admin-oauth2',
                            ],
                            'external_oauth_providers' => [
                                'ExternalOAuthProvider',
                                'LBL_MANAGE_EXTERNAL_OAUTH_PROVIDERS',
                                'LBL_MANAGE_EXTERNAL_OAUTH_PROVIDERS_DESC',
                                'index.php?module=ExternalOAuthProvider&action=index',
                                'admin-oauth2',
                            ],
                        ],
                        'Campaigns' => [
                            'campaignconfig' => [
                                'EmailCampaigns',
                                'LBL_CAMPAIGN_CONFIG_TITLE',
                                'LBL_CAMPAIGN_CONFIG_DESC',
                                './index.php?module=EmailMan&action=campaignconfig',
                                'admin-campaign-email-settings',
                            ],
                            'mass_Email' => [
                                'EmailQueue',
                                'LBL_MASS_EMAIL_MANAGER_TITLE',
                                'LBL_MASS_EMAIL_MANAGER_DESC',
                                './index.php?module=EmailMan&action=index',
                                'admin-email-queue',
                            ],
                        ],
                    ],
                    'type' => '',
                    'module' => 'administration',
                    'sublinks' => [
                        [
                            'name' => 'EmailMan',
                            'labelKey' => 'LBL_MASS_EMAIL_CONFIG_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/emailman/config',
                            'icon' => '',
                        ],
                        [
                            'name' => 'EmailInbound',
                            'labelKey' => 'LBL_MANAGE_MAILBOX',
                            'actionLabelKey' => '',
                            'url' => './#/inbound-email/index',
                            'icon' => '',
                        ],
                        [
                            'name' => 'EmailOutbound',
                            'labelKey' => 'LBL_MANAGE_MAILBOX_OUTBOUND',
                            'actionLabelKey' => '',
                            'url' => './#/outbound-email-accounts/index',
                            'icon' => '',
                        ],
                        [
                            'name' => 'ExternalOAuthConnection',
                            'labelKey' => 'LBL_MANAGE_EXTERNAL_OAUTH_CONNECTIONS',
                            'actionLabelKey' => '',
                            'url' => './#/external-oauth-connection/index',
                            'icon' => '',
                        ],
                        [
                            'name' => 'ExternalOAuthProvider',
                            'labelKey' => 'LBL_MANAGE_EXTERNAL_OAUTH_PROVIDERS',
                            'actionLabelKey' => '',
                            'url' => './#/external-oauth-provider/index',
                            'icon' => '',
                        ],
                        [
                            'name' => 'EmailCampaigns',
                            'labelKey' => 'LBL_CAMPAIGN_CONFIG_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/emailman/campaignconfig',
                            'icon' => '',
                        ],
                        [
                            'name' => 'EmailQueue',
                            'labelKey' => 'LBL_MASS_EMAIL_MANAGER_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/emailman/index',
                            'icon' => '',
                        ],
                    ],
                ],
                [
                    'name' => 'View',
                    'labelKey' => 'LBL_ADMIN_TOOLS_TITLE',
                    'url' => '',
                    'process' => '',
                    'params' => [],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => [
                        'Administration' => [
                            'repair' => [
                                'Repair',
                                'LBL_UPGRADE_TITLE',
                                'LBL_UPGRADE',
                                './index.php?module=Administration&action=Upgrade',
                                'admin-repair',
                            ],
                            'backup_management' => [
                                'Backups',
                                'LBL_BACKUPS_TITLE',
                                'LBL_BACKUPS',
                                './index.php?module=Administration&action=Backups',
                                'admin-backups',
                            ],
                            'diagnostic' => [
                                'Diagnostic',
                                'LBL_DIAGNOSTIC_TITLE',
                                'LBL_DIAGNOSTIC_DESC',
                                './index.php?module=Administration&action=Diagnostic',
                                'admin-diagnostic',
                            ],
                            'import' => [
                                'Import',
                                'LBL_IMPORT_WIZARD',
                                'LBL_IMPORT_WIZARD_DESC',
                                './index.php?module=Import&action=step1&import_module=Administration',
                                'admin-import',
                            ],
                            'module_loader' => [
                                'ModuleLoader',
                                'LBL_MODULE_LOADER_TITLE',
                                'LBL_MODULE_LOADER',
                                './index.php?module=Administration&action=UpgradeWizard&view=module',
                                'admin-module-loader',
                            ],
                        ],
                    ],
                    'type' => '',
                    'module' => 'administration',
                    'sublinks' => [
                        [
                            'name' => 'Repair',
                            'labelKey' => 'LBL_UPGRADE_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/administration/upgrade',
                            'icon' => '',
                        ],
                        [
                            'name' => 'Backups',
                            'labelKey' => 'LBL_BACKUPS_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/administration/Backups',
                            'icon' => '',
                        ],
                        [
                            'name' => 'Diagnostic',
                            'labelKey' => 'LBL_DIAGNOSTIC_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/administration/Diagnostic',
                            'icon' => '',
                        ],
                        [
                            'name' => 'Import',
                            'labelKey' => 'LBL_IMPORT_WIZARD',
                            'actionLabelKey' => '',
                            'url' => './#/import/step1?import_module=Administration',
                            'icon' => '',
                        ],
                        [
                            'name' => 'ModuleLoader',
                            'labelKey' => 'LBL_MODULE_LOADER_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/administration/UpgradeWizard?view=module',
                            'icon' => '',
                        ],
                    ],
                ],
                [
                    'name' => 'View',
                    'labelKey' => 'LBL_STUDIO_TITLE',
                    'url' => '',
                    'process' => '',
                    'params' => [],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => [
                        'studio' => [
                            'studio' => [
                                'Studio',
                                'LBL_STUDIO',
                                'LBL_STUDIO_DESC',
                                './index.php?module=ModuleBuilder&action=index&type=studio',
                                'admin-studio',
                            ],
                        ],
                        'Administration' => [
                            'rename_tabs' => [
                                'RenameTabs',
                                'LBL_RENAME_TABS',
                                'LBL_CHANGE_NAME_MODULES',
                                './index.php?action=wizard&module=Studio&wizard=StudioWizard&option=RenameTabs',
                                'admin-rename-modules',
                            ],
                            'moduleBuilder' => [
                                'ModuleBuilder',
                                'LBL_MODULEBUILDER',
                                'LBL_MODULEBUILDER_DESC',
                                './index.php?module=ModuleBuilder&action=index&type=mb',
                                'admin-module-builder',
                            ],
                        ],
                        'any' => [
                            'dropdowneditor' => [
                                'Dropdown',
                                'LBL_DROPDOWN_EDITOR',
                                'DESC_DROPDOWN_EDITOR',
                                './index.php?module=ModuleBuilder&action=index&type=dropdowns',
                                'admin-dropdown-editor',
                            ],
                            'workflow_management' => [
                                'Workflow',
                                'LBL_WORKFLOW_MANAGER',
                                'LBL_WORKFLOW_MANAGER_DESC',
                                './index.php?module=AOW_WorkFlow',
                                'admin-workflow',
                            ],
                        ],
                    ],
                    'type' => '',
                    'module' => 'administration',
                    'sublinks' => [
                        [
                            'name' => 'Studio',
                            'labelKey' => 'LBL_STUDIO',
                            'actionLabelKey' => '',
                            'url' => './#/module-builder/index?type=studio',
                            'icon' => '',
                        ],
                        [
                            'name' => 'RenameTabs',
                            'labelKey' => 'LBL_RENAME_TABS',
                            'actionLabelKey' => '',
                            'url' => './#/studio/wizard?wizard=StudioWizard&option=RenameTabs',
                            'icon' => '',
                        ],
                        [
                            'name' => 'ModuleBuilder',
                            'labelKey' => 'LBL_MODULEBUILDER',
                            'actionLabelKey' => '',
                            'url' => './#/module-builder/index?type=mb',
                            'icon' => '',
                        ],
                        [
                            'name' => 'Dropdown',
                            'labelKey' => 'LBL_DROPDOWN_EDITOR',
                            'actionLabelKey' => '',
                            'url' => './#/module-builder/index?type=dropdowns',
                            'icon' => '',
                        ],
                        [
                            'name' => 'Workflow',
                            'labelKey' => 'LBL_WORKFLOW_MANAGER',
                            'actionLabelKey' => '',
                            'url' => './#/workflow',
                            'icon' => '',
                        ],
                    ],
                ],
                [
                    'name' => 'View',
                    'labelKey' => 'LBL_GOOGLE_SUITE_ADMIN_HEADER',
                    'url' => '',
                    'process' => '',
                    'params' => [],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => [
                        'Administration' => [
                            'google_calendar_settings' => [
                                'Google Calendar Settings',
                                'LBL_GOOGLE_CALENDAR_SETTINGS_TITLE',
                                'LBL_GOOGLE_CALENDAR_SETTINGS_DESC',
                                './index.php?module=Administration&action=GoogleCalendarSettings',
                                'admin-system-settings',
                            ],
                        ],
                        'jjwg_Maps' => [
                            'config' => [
                                'Administration',
                                'LBL_JJWG_MAPS_ADMIN_CONFIG_TITLE',
                                'LBL_JJWG_MAPS_ADMIN_CONFIG_DESC',
                                './index.php?module=jjwg_Maps&action=config',
                                'admin-google-maps-settings',
                            ],
                            'geocoded_counts' => [
                                'Geocoded_Counts',
                                'LBL_JJWG_MAPS_ADMIN_GEOCODED_COUNTS_TITLE',
                                'LBL_JJWG_MAPS_ADMIN_GEOCODED_COUNTS_DESC',
                                './index.php?module=jjwg_Maps&action=geocoded_counts',
                                'admin-geocoded-counts',
                            ],
                            'geocoding_test' => [
                                'GeocodingTests',
                                'LBL_JJWG_MAPS_ADMIN_GEOCODING_TEST_TITLE',
                                'LBL_JJWG_MAPS_ADMIN_GEOCODING_TEST_DESC',
                                './index.php?module=jjwg_Maps&action=geocoding_test',
                                'admin-geocoding-test',
                            ],
                            'geocode_addresses' => [
                                'GeocodeAddresses',
                                'LBL_JJWG_MAPS_ADMIN_GEOCODE_ADDRESSES_TITLE',
                                'LBL_JJWG_MAPS_ADMIN_GEOCODE_ADDRESSES_DESC',
                                './index.php?module=jjwg_Maps&action=geocode_addresses',
                                'admin-geocode-addresses',
                            ],
                            'address_cache' => [
                                'Address_Cache',
                                'LBL_JJWG_MAPS_ADMIN_ADDRESS_CACHE_TITLE',
                                'LBL_JJWG_MAPS_ADMIN_ADDRESS_CACHE_DESC',
                                './index.php?module=jjwg_Address_Cache&action=index',
                                'admin-address-cache',
                            ],
                        ],
                    ],
                    'type' => '',
                    'module' => 'administration',
                    'sublinks' => [
                        [
                            'name' => 'Google Calendar Settings',
                            'labelKey' => 'LBL_GOOGLE_CALENDAR_SETTINGS_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/administration/GoogleCalendarSettings',
                            'icon' => '',
                        ],
                        [
                            'name' => 'Administration',
                            'labelKey' => 'LBL_JJWG_MAPS_ADMIN_CONFIG_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/maps/config',
                            'icon' => '',
                        ],
                        [
                            'name' => 'Geocoded_Counts',
                            'labelKey' => 'LBL_JJWG_MAPS_ADMIN_GEOCODED_COUNTS_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/maps/geocoded_counts',
                            'icon' => '',
                        ],
                        [
                            'name' => 'GeocodingTests',
                            'labelKey' => 'LBL_JJWG_MAPS_ADMIN_GEOCODING_TEST_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/maps/geocoding_test',
                            'icon' => '',
                        ],
                        [
                            'name' => 'GeocodeAddresses',
                            'labelKey' => 'LBL_JJWG_MAPS_ADMIN_GEOCODE_ADDRESSES_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/maps/geocode_addresses',
                            'icon' => '',
                        ],
                        [
                            'name' => 'Address_Cache',
                            'labelKey' => 'LBL_JJWG_MAPS_ADMIN_ADDRESS_CACHE_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/address-cache/index',
                            'icon' => '',
                        ],
                    ],
                ],
            ],
        ],
        'activities' => [
            'path' => 'activities',
            'defaultRoute' => './#/activities',
            'name' => 'activities',
            'labelKey' => 'Activities',
            'menu' => [
                [
                    'name' => 'Schedule_Call',
                    'labelKey' => 'LNK_NEW_CALL',
                    'url' => './#/calls/edit',
                    'process' => '',
                    'params' => [
                        'return_module' => 'Calls',
                        'return_action' => 'DetailView',
                    ],
                    'icon' => 'plus',
                    'actionLabelKey' => '',
                    'quickAction' => true,
                    'type' => 'create',
                    'module' => 'calls',
                ],
                [
                    'name' => 'Schedule_Meetings',
                    'labelKey' => 'LNK_NEW_MEETING',
                    'url' => './#/meetings/edit',
                    'process' => '',
                    'params' => [
                        'return_module' => 'Meetings',
                        'return_action' => 'DetailView',
                    ],
                    'icon' => 'plus',
                    'actionLabelKey' => '',
                    'quickAction' => true,
                    'type' => 'create',
                    'module' => 'meetings',
                ],
                [
                    'name' => 'Create',
                    'labelKey' => 'LNK_NEW_TASK',
                    'url' => './#/tasks/edit',
                    'process' => '',
                    'params' => [
                        'return_module' => 'Tasks',
                        'return_action' => 'DetailView',
                    ],
                    'icon' => 'plus',
                    'actionLabelKey' => 'LBL_NEW',
                    'quickAction' => true,
                    'type' => 'create',
                    'module' => 'tasks',
                ],
                [
                    'name' => 'Create',
                    'labelKey' => 'LNK_NEW_NOTE',
                    'url' => './#/notes/edit',
                    'process' => '',
                    'params' => [
                        'return_module' => 'Notes',
                        'return_action' => 'DetailView',
                    ],
                    'icon' => 'plus',
                    'actionLabelKey' => 'LBL_NEW',
                    'quickAction' => true,
                    'type' => 'create',
                    'module' => 'notes',
                ],
                [
                    'name' => 'Calls',
                    'labelKey' => 'LNK_CALL_LIST',
                    'url' => './#/calls/index',
                    'process' => '',
                    'params' => [
                        'return_module' => 'Calls',
                        'return_action' => 'DetailView',
                    ],
                    'icon' => '',
                    'actionLabelKey' => '',
                    'quickAction' => false,
                    'type' => '',
                    'module' => 'calls',
                ],
                [
                    'name' => 'List',
                    'labelKey' => 'LNK_MEETING_LIST',
                    'url' => './#/meetings/index',
                    'process' => '',
                    'params' => [
                        'return_module' => 'Meetings',
                        'return_action' => 'DetailView',
                    ],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => false,
                    'type' => '',
                    'module' => 'meetings',
                ],
                [
                    'name' => 'List',
                    'labelKey' => 'LNK_TASK_LIST',
                    'url' => './#/tasks/index',
                    'process' => '',
                    'params' => [
                        'return_module' => 'Tasks',
                        'return_action' => 'DetailView',
                    ],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => false,
                    'type' => '',
                    'module' => 'tasks',
                ],
                [
                    'name' => 'List',
                    'labelKey' => 'LNK_NOTE_LIST',
                    'url' => './#/notes/index',
                    'process' => '',
                    'params' => [
                        'return_module' => 'Notes',
                        'return_action' => 'DetailView',
                    ],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => false,
                    'type' => '',
                    'module' => 'notes',
                ],
                [
                    'name' => 'Calendar',
                    'labelKey' => 'LNK_VIEW_CALENDAR',
                    'url' => './#/calendar/index',
                    'process' => '',
                    'params' => [
                        'view' => 'day',
                    ],
                    'icon' => '',
                    'actionLabelKey' => '',
                    'quickAction' => false,
                    'type' => '',
                    'module' => 'calendar',
                ],
                [
                    'name' => 'Import',
                    'labelKey' => 'LNK_IMPORT_CALLS',
                    'url' => './#/import/step1',
                    'process' => '',
                    'params' => [
                        'import_module' => 'Calls',
                        'return_module' => 'Calls',
                        'return_action' => 'index',
                    ],
                    'icon' => 'download',
                    'actionLabelKey' => 'LBL_IMPORT',
                    'quickAction' => true,
                    'type' => '',
                    'module' => 'import',
                ],
                [
                    'name' => 'Import',
                    'labelKey' => 'LNK_IMPORT_MEETINGS',
                    'url' => './#/import/step1',
                    'process' => '',
                    'params' => [
                        'import_module' => 'Meetings',
                        'return_module' => 'Meetings',
                        'return_action' => 'index',
                    ],
                    'icon' => 'download',
                    'actionLabelKey' => 'LBL_IMPORT',
                    'quickAction' => true,
                    'type' => '',
                    'module' => 'import',
                ],
                [
                    'name' => 'Import',
                    'labelKey' => 'LNK_IMPORT_TASKS',
                    'url' => './#/import/step1',
                    'process' => '',
                    'params' => [
                        'import_module' => 'Tasks',
                        'return_module' => 'Tasks',
                        'return_action' => 'index',
                    ],
                    'icon' => 'download',
                    'actionLabelKey' => 'LBL_IMPORT',
                    'quickAction' => true,
                    'type' => '',
                    'module' => 'import',
                ],
                [
                    'name' => 'Import',
                    'labelKey' => 'LNK_IMPORT_NOTES',
                    'url' => './#/import/step1',
                    'process' => '',
                    'params' => [
                        'import_module' => 'Notes',
                        'return_module' => 'Notes',
                        'return_action' => 'index',
                    ],
                    'icon' => 'download',
                    'actionLabelKey' => 'LBL_IMPORT',
                    'quickAction' => true,
                    'type' => '',
                    'module' => 'import',
                ],
            ],
        ],
        'Feeds' => [
            'path' => 'Feeds',
            'defaultRoute' => './#/Feeds',
            'name' => 'Feeds',
            'labelKey' => 'Feeds',
            'menu' => [],
        ],
        'iFrames' => [
            'path' => 'iFrames',
            'defaultRoute' => './#/iFrames',
            'name' => 'iFrames',
            'labelKey' => 'iFrames',
            'menu' => [],
        ],
        'TimePeriods' => [
            'path' => 'TimePeriods',
            'defaultRoute' => './#/TimePeriods',
            'name' => 'TimePeriods',
            'labelKey' => 'TimePeriods',
            'menu' => [],
        ],
        'ContractTypes' => [
            'path' => 'ContractTypes',
            'defaultRoute' => './#/ContractTypes',
            'name' => 'ContractTypes',
            'labelKey' => 'ContractTypes',
            'menu' => [],
        ],
        'schedulers' => [
            'path' => 'schedulers',
            'defaultRoute' => './#/schedulers',
            'name' => 'schedulers',
            'labelKey' => 'Schedulers',
            'menu' => [
                [
                    'name' => 'Add',
                    'labelKey' => 'LNK_NEW_SCHEDULER',
                    'url' => './#/schedulers/edit',
                    'process' => '',
                    'params' => [],
                    'icon' => 'plus',
                    'actionLabelKey' => 'LBL_NEW',
                    'quickAction' => true,
                    'type' => 'create',
                    'module' => 'schedulers',
                ],
                [
                    'name' => 'List',
                    'labelKey' => 'LNK_LIST_SCHEDULER',
                    'url' => './#/schedulers/index',
                    'process' => '',
                    'params' => [],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => false,
                    'type' => '',
                    'module' => 'schedulers',
                ],
            ],
        ],
        'project-task' => [
            'path' => 'project-task',
            'defaultRoute' => './#/project-task',
            'name' => 'project-task',
            'labelKey' => 'ProjectTask',
            'menu' => [
                [
                    'name' => 'Create',
                    'labelKey' => 'LNK_NEW_PROJECT',
                    'url' => './#/project/edit',
                    'process' => '',
                    'params' => [
                        'return_module' => 'Project',
                        'return_action' => 'DetailView',
                    ],
                    'icon' => 'plus',
                    'actionLabelKey' => 'LBL_NEW',
                    'quickAction' => true,
                    'type' => 'create',
                    'module' => 'project',
                ],
                [
                    'name' => 'List',
                    'labelKey' => 'LNK_PROJECT_LIST',
                    'url' => './#/project/index',
                    'process' => '',
                    'params' => [],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => false,
                    'type' => '',
                    'module' => 'project',
                ],
                [
                    'name' => 'View_Project_Tasks',
                    'labelKey' => 'LNK_PROJECT_TASK_LIST',
                    'url' => './#/project-task/index',
                    'process' => '',
                    'params' => [],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => false,
                    'type' => '',
                    'module' => 'project-task',
                ],
                [
                    'name' => 'Import',
                    'labelKey' => 'LBL_IMPORT_PROJECT_TASKS',
                    'url' => './#/import/step1',
                    'process' => '',
                    'params' => [
                        'import_module' => 'ProjectTask',
                        'return_module' => 'ProjectTask',
                        'return_action' => 'index',
                    ],
                    'icon' => 'download',
                    'actionLabelKey' => 'LBL_IMPORT',
                    'quickAction' => true,
                    'type' => '',
                    'module' => 'import',
                ],
            ],
        ],
        'campaign-log' => [
            'path' => 'campaign-log',
            'defaultRoute' => './#/campaign-log',
            'name' => 'campaign-log',
            'labelKey' => 'CampaignLog',
            'menu' => [],
        ],
        'document-revisions' => [
            'path' => 'document-revisions',
            'defaultRoute' => './#/document-revisions',
            'name' => 'document-revisions',
            'labelKey' => 'DocumentRevisions',
            'menu' => [
                [
                    'name' => 'Create',
                    'labelKey' => 'LNK_NEW_DOCUMENT',
                    'url' => './#/documents/edit',
                    'process' => '',
                    'params' => [
                        'return_module' => 'Documents',
                        'return_action' => 'DetailView',
                    ],
                    'icon' => 'plus',
                    'actionLabelKey' => 'LBL_NEW',
                    'quickAction' => true,
                    'type' => 'create',
                    'module' => 'documents',
                ],
                [
                    'name' => 'List',
                    'labelKey' => 'LNK_DOCUMENT_LIST',
                    'url' => './#/documents/index',
                    'process' => '',
                    'params' => [],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => false,
                    'type' => '',
                    'module' => 'documents',
                ],
            ],
        ],
        'connectors' => [
            'path' => 'administration',
            'defaultRoute' => './#/administration',
            'name' => 'administration',
            'labelKey' => 'Administration',
            'menu' => [
                [
                    'name' => 'View',
                    'labelKey' => 'LBL_USERS_TITLE',
                    'url' => '',
                    'process' => '',
                    'params' => [],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => [
                        'Users' => [
                            'user_management' => [
                                'UserManagement',
                                'LBL_MANAGE_USERS_TITLE',
                                'LBL_MANAGE_USERS',
                                './index.php?module=Users&action=index',
                                'admin-user-management',
                            ],
                            'roles_management' => [
                                'Roles',
                                'LBL_MANAGE_ROLES_TITLE',
                                'LBL_MANAGE_ROLES',
                                './index.php?module=ACLRoles&action=index',
                                'admin-roles',
                            ],
                        ],
                        'Administration' => [
                            'password_management' => [
                                'Password',
                                'LBL_MANAGE_PASSWORD_TITLE',
                                'LBL_MANAGE_PASSWORD',
                                './index.php?module=Administration&action=PasswordManager',
                                'admin-password',
                            ],
                            'oauth2_clients' => [
                                'Password',
                                'LBL_OAUTH2_CLIENTS_TITLE',
                                'LBL_OAUTH2_CLIENTS',
                                './index.php?module=OAuth2Clients&action=index',
                                'admin-oauth2',
                            ],
                            'oauth_keys' => [
                                'Password',
                                'LBL_OAUTH_TITLE',
                                'LBL_OAUTH',
                                './index.php?module=OAuthKeys&action=index',
                                'admin-oauth-keys',
                            ],
                            'securitygroup_management' => [
                                'SecuritySuiteGroupManagement',
                                'LBL_MANAGE_SECURITYGROUPS_TITLE',
                                'LBL_MANAGE_SECURITYGROUPS',
                                './index.php?module=SecurityGroups&action=index',
                                'admin-security',
                            ],
                            'securitygroup_config' => [
                                'SecurityGroupsManagement',
                                'LBL_CONFIG_SECURITYGROUPS_TITLE',
                                'LBL_CONFIG_SECURITYGROUPS',
                                './index.php?module=SecurityGroups&action=config',
                                'admin-security-suite-group-management',
                            ],
                        ],
                    ],
                    'type' => '',
                    'module' => 'administration',
                    'sublinks' => [
                        [
                            'name' => 'UserManagement',
                            'labelKey' => 'LBL_MANAGE_USERS_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/users/index',
                            'icon' => '',
                        ],
                        [
                            'name' => 'Roles',
                            'labelKey' => 'LBL_MANAGE_ROLES_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/acl-roles/index',
                            'icon' => '',
                        ],
                        [
                            'name' => 'Password',
                            'labelKey' => 'LBL_MANAGE_PASSWORD_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/administration/PasswordManager',
                            'icon' => '',
                        ],
                        [
                            'name' => 'Password',
                            'labelKey' => 'LBL_OAUTH2_CLIENTS_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/oauth2-clients/index',
                            'icon' => '',
                        ],
                        [
                            'name' => 'Password',
                            'labelKey' => 'LBL_OAUTH_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/oauth-keys/index',
                            'icon' => '',
                        ],
                        [
                            'name' => 'SecuritySuiteGroupManagement',
                            'labelKey' => 'LBL_MANAGE_SECURITYGROUPS_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/security-groups/index',
                            'icon' => '',
                        ],
                        [
                            'name' => 'SecurityGroupsManagement',
                            'labelKey' => 'LBL_CONFIG_SECURITYGROUPS_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/security-groups/config',
                            'icon' => '',
                        ],
                    ],
                ],
                [
                    'name' => 'View',
                    'labelKey' => 'LBL_ADMINISTRATION_HOME_TITLE',
                    'url' => '',
                    'process' => '',
                    'params' => [],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => [
                        'Administration' => [
                            'configphp_settings' => [
                                'Administration',
                                'LBL_CONFIGURE_SETTINGS_TITLE',
                                'LBL_CONFIGURE_SETTINGS',
                                './index.php?module=Configurator&action=EditView',
                                'admin-system-settings',
                            ],
                            'currencies_management' => [
                                'Currencies',
                                'LBL_MANAGE_CURRENCIES',
                                'LBL_CURRENCY',
                                './index.php?module=Currencies&action=index',
                                'admin-currencies',
                            ],
                            'languages' => [
                                'Currencies',
                                'LBL_MANAGE_LANGUAGES',
                                'LBL_LANGUAGES',
                                './index.php?module=Administration&action=Languages&view=default',
                                'admin-languages',
                            ],
                            'locale' => [
                                'Currencies',
                                'LBL_MANAGE_LOCALE',
                                'LBL_LOCALE',
                                './index.php?module=Administration&action=Locale&view=default',
                                'admin-locale',
                            ],
                            'pdf' => [
                                'PDF',
                                'LBL_PDF_HEADER',
                                'LBL_CHANGE_PDF_SETTINGS',
                                './index.php?module=Administration&action=PDFSettings',
                                'admin-pdf-settings',
                            ],
                            'search_wrapper' => [
                                'icon_SearchForm',
                                'LBL_SEARCH_WRAPPER',
                                'LBL_SEARCH_WRAPPER_DESC',
                                './index.php?module=Administration&action=SearchSettings',
                                'admin-global-search',
                            ],
                            'elastic_search' => [
                                'ElasticSearchIndexerSettings',
                                'LBL_ELASTIC_SEARCH_SETTINGS',
                                'LBL_ELASTIC_SEARCH_SETTINGS_DESC',
                                './index.php?module=Administration&action=ElasticSearchSettings',
                                'admin-global-search',
                            ],
                            'scheduler' => [
                                'Schedulers',
                                'LBL_SUITE_SCHEDULER_TITLE',
                                'LBL_SUITE_SCHEDULER',
                                './index.php?module=Schedulers&action=index',
                                'admin-scheduler',
                            ],
                            'theme_settings' => [
                                'icon_AdminThemes',
                                'LBL_THEME_SETTINGS',
                                'LBL_THEME_SETTINGS_DESC',
                                './index.php?module=Administration&action=ThemeSettings',
                                'admin-themes',
                            ],
                        ],
                    ],
                    'type' => '',
                    'module' => 'administration',
                    'sublinks' => [
                        [
                            'name' => 'Administration',
                            'labelKey' => 'LBL_CONFIGURE_SETTINGS_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/configurator/edit',
                            'icon' => '',
                        ],
                        [
                            'name' => 'Currencies',
                            'labelKey' => 'LBL_MANAGE_CURRENCIES',
                            'actionLabelKey' => '',
                            'url' => './#/currencies/index',
                            'icon' => '',
                        ],
                        [
                            'name' => 'Currencies',
                            'labelKey' => 'LBL_MANAGE_LANGUAGES',
                            'actionLabelKey' => '',
                            'url' => './#/administration/Languages?view=default',
                            'icon' => '',
                        ],
                        [
                            'name' => 'Currencies',
                            'labelKey' => 'LBL_MANAGE_LOCALE',
                            'actionLabelKey' => '',
                            'url' => './#/administration/Locale?view=default',
                            'icon' => '',
                        ],
                        [
                            'name' => 'PDF',
                            'labelKey' => 'LBL_PDF_HEADER',
                            'actionLabelKey' => '',
                            'url' => './#/administration/PDFSettings',
                            'icon' => '',
                        ],
                        [
                            'name' => 'icon_SearchForm',
                            'labelKey' => 'LBL_SEARCH_WRAPPER',
                            'actionLabelKey' => '',
                            'url' => './#/administration/SearchSettings',
                            'icon' => '',
                        ],
                        [
                            'name' => 'ElasticSearchIndexerSettings',
                            'labelKey' => 'LBL_ELASTIC_SEARCH_SETTINGS',
                            'actionLabelKey' => '',
                            'url' => './#/administration/ElasticSearchSettings',
                            'icon' => '',
                        ],
                        [
                            'name' => 'Schedulers',
                            'labelKey' => 'LBL_SUITE_SCHEDULER_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/schedulers/index',
                            'icon' => '',
                        ],
                        [
                            'name' => 'icon_AdminThemes',
                            'labelKey' => 'LBL_THEME_SETTINGS',
                            'actionLabelKey' => '',
                            'url' => './#/administration/ThemeSettings',
                            'icon' => '',
                        ],
                    ],
                ],
                [
                    'name' => 'View',
                    'labelKey' => 'LBL_MODULE_ADMIN',
                    'url' => '',
                    'process' => '',
                    'params' => [],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => [
                        'Administration' => [
                            'feed_settings' => [
                                'icon_SugarFeed',
                                'LBL_SUITEFEED_SETTINGS',
                                'LBL_SUITEFEED_SETTINGS_DESC',
                                './index.php?module=SugarFeed&action=AdminSettings',
                                'admin-activity-streams',
                            ],
                            'business_hours' => [
                                'AOBH_BusinessHours',
                                'LBL_BUSINESS_HOURS',
                                'LBL_AOP_BUSINESS_HOURS_DESC',
                                './index.php?module=Administration&action=BusinessHours',
                                'admin-aobh-businesshours',
                            ],
                            'aop' => [
                                'AOP',
                                'LBL_AOP_SETTINGS',
                                'LBL_CHANGE_SETTINGS_AOP',
                                './index.php?module=Administration&action=AOPAdmin',
                                'admin-aop-settings',
                            ],
                            'configure_group_tabs' => [
                                'ConfigureTabs',
                                'LBL_CONFIGURE_GROUP_TABS',
                                'LBL_CONFIGURE_GROUP_TABS_DESC',
                                './index.php?action=wizard&module=Studio&wizard=StudioWizard&option=ConfigureGroupTabs',
                                'admin-configure-module-menu-filters',
                            ],
                            'connector_settings' => [
                                'icon_Connectors',
                                'LBL_CONNECTOR_SETTINGS',
                                'LBL_CONNECTOR_SETTINGS_DESC',
                                './index.php?module=Connectors&action=ConnectorSettings',
                                'admin-connectors',
                            ],
                            'configure_tabs' => [
                                'ConfigureTabs',
                                'LBL_CONFIGURE_TABS_AND_SUBPANELS',
                                'LBL_CONFIGURE_TABS_AND_SUBPANELS_DESC',
                                './index.php?module=Administration&action=ConfigureTabs',
                                'admin-display-modules-and-subpanels',
                            ],
                            'history_contacts_emails' => [
                                'ConfigureTabs',
                                'LBL_HISTORY_CONTACTS_EMAILS',
                                'LBL_HISTORY_CONTACTS_EMAILS_DESC',
                                './index.php?module=Configurator&action=historyContactsEmails',
                                'admin-history-subpanel',
                            ],
                            'aos' => [
                                'AOS',
                                'LBL_AOS_SETTINGS',
                                'LBL_CHANGE_SETTINGS',
                                './index.php?module=Administration&action=AOSAdmin',
                                'admin-aos-settings',
                            ],
                        ],
                        'Bugs' => [
                            'bug_tracker' => [
                                'Releases',
                                'LBL_MANAGE_RELEASES',
                                'LBL_RELEASE',
                                './index.php?module=Releases&action=index',
                                'admin-releases',
                            ],
                        ],
                    ],
                    'type' => '',
                    'module' => 'administration',
                    'sublinks' => [
                        [
                            'name' => 'icon_SugarFeed',
                            'labelKey' => 'LBL_SUITEFEED_SETTINGS',
                            'actionLabelKey' => '',
                            'url' => './#/sugar-feed/AdminSettings',
                            'icon' => '',
                        ],
                        [
                            'name' => 'AOBH_BusinessHours',
                            'labelKey' => 'LBL_BUSINESS_HOURS',
                            'actionLabelKey' => '',
                            'url' => './#/administration/BusinessHours',
                            'icon' => '',
                        ],
                        [
                            'name' => 'AOP',
                            'labelKey' => 'LBL_AOP_SETTINGS',
                            'actionLabelKey' => '',
                            'url' => './#/administration/AOPAdmin',
                            'icon' => '',
                        ],
                        [
                            'name' => 'ConfigureTabs',
                            'labelKey' => 'LBL_CONFIGURE_GROUP_TABS',
                            'actionLabelKey' => '',
                            'url' => './#/studio/wizard?wizard=StudioWizard&option=ConfigureGroupTabs',
                            'icon' => '',
                        ],
                        [
                            'name' => 'icon_Connectors',
                            'labelKey' => 'LBL_CONNECTOR_SETTINGS',
                            'actionLabelKey' => '',
                            'url' => './#/connectors/ConnectorSettings',
                            'icon' => '',
                        ],
                        [
                            'name' => 'ConfigureTabs',
                            'labelKey' => 'LBL_CONFIGURE_TABS_AND_SUBPANELS',
                            'actionLabelKey' => '',
                            'url' => './#/administration/ConfigureTabs',
                            'icon' => '',
                        ],
                        [
                            'name' => 'ConfigureTabs',
                            'labelKey' => 'LBL_HISTORY_CONTACTS_EMAILS',
                            'actionLabelKey' => '',
                            'url' => './#/configurator/historyContactsEmails',
                            'icon' => '',
                        ],
                        [
                            'name' => 'AOS',
                            'labelKey' => 'LBL_AOS_SETTINGS',
                            'actionLabelKey' => '',
                            'url' => './#/administration/AOSAdmin',
                            'icon' => '',
                        ],
                        [
                            'name' => 'Releases',
                            'labelKey' => 'LBL_MANAGE_RELEASES',
                            'actionLabelKey' => '',
                            'url' => './#/releases/index',
                            'icon' => '',
                        ],
                    ],
                ],
                [
                    'name' => 'View',
                    'labelKey' => 'LBL_EMAIL_TITLE',
                    'url' => '',
                    'process' => '',
                    'params' => [],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => [
                        'Emails' => [
                            'mass_Email_config' => [
                                'EmailMan',
                                'LBL_MASS_EMAIL_CONFIG_TITLE',
                                'LBL_MASS_EMAIL_CONFIG_DESC',
                                './index.php?module=EmailMan&action=config',
                                'admin-email-settings',
                            ],
                            'mailboxes' => [
                                'EmailInbound',
                                'LBL_MANAGE_MAILBOX',
                                'LBL_MAILBOX_DESC',
                                './index.php?module=InboundEmail&action=index',
                                'admin-inbound-email',
                            ],
                            'mailboxes_outbound' => [
                                'EmailOutbound',
                                'LBL_MANAGE_MAILBOX_OUTBOUND',
                                'LBL_MAILBOX_OUTBOUND_DESC',
                                './index.php?module=OutboundEmailAccounts&action=index',
                                'admin-outbound-email',
                            ],
                            'external_oauth_connections' => [
                                'ExternalOAuthConnection',
                                'LBL_MANAGE_EXTERNAL_OAUTH_CONNECTIONS',
                                'LBL_MANAGE_EXTERNAL_OAUTH_CONNECTIONS_DESC',
                                'index.php?module=ExternalOAuthConnection&action=index',
                                'admin-oauth2',
                            ],
                            'external_oauth_providers' => [
                                'ExternalOAuthProvider',
                                'LBL_MANAGE_EXTERNAL_OAUTH_PROVIDERS',
                                'LBL_MANAGE_EXTERNAL_OAUTH_PROVIDERS_DESC',
                                'index.php?module=ExternalOAuthProvider&action=index',
                                'admin-oauth2',
                            ],
                        ],
                        'Campaigns' => [
                            'campaignconfig' => [
                                'EmailCampaigns',
                                'LBL_CAMPAIGN_CONFIG_TITLE',
                                'LBL_CAMPAIGN_CONFIG_DESC',
                                './index.php?module=EmailMan&action=campaignconfig',
                                'admin-campaign-email-settings',
                            ],
                            'mass_Email' => [
                                'EmailQueue',
                                'LBL_MASS_EMAIL_MANAGER_TITLE',
                                'LBL_MASS_EMAIL_MANAGER_DESC',
                                './index.php?module=EmailMan&action=index',
                                'admin-email-queue',
                            ],
                        ],
                    ],
                    'type' => '',
                    'module' => 'administration',
                    'sublinks' => [
                        [
                            'name' => 'EmailMan',
                            'labelKey' => 'LBL_MASS_EMAIL_CONFIG_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/emailman/config',
                            'icon' => '',
                        ],
                        [
                            'name' => 'EmailInbound',
                            'labelKey' => 'LBL_MANAGE_MAILBOX',
                            'actionLabelKey' => '',
                            'url' => './#/inbound-email/index',
                            'icon' => '',
                        ],
                        [
                            'name' => 'EmailOutbound',
                            'labelKey' => 'LBL_MANAGE_MAILBOX_OUTBOUND',
                            'actionLabelKey' => '',
                            'url' => './#/outbound-email-accounts/index',
                            'icon' => '',
                        ],
                        [
                            'name' => 'ExternalOAuthConnection',
                            'labelKey' => 'LBL_MANAGE_EXTERNAL_OAUTH_CONNECTIONS',
                            'actionLabelKey' => '',
                            'url' => './#/external-oauth-connection/index',
                            'icon' => '',
                        ],
                        [
                            'name' => 'ExternalOAuthProvider',
                            'labelKey' => 'LBL_MANAGE_EXTERNAL_OAUTH_PROVIDERS',
                            'actionLabelKey' => '',
                            'url' => './#/external-oauth-provider/index',
                            'icon' => '',
                        ],
                        [
                            'name' => 'EmailCampaigns',
                            'labelKey' => 'LBL_CAMPAIGN_CONFIG_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/emailman/campaignconfig',
                            'icon' => '',
                        ],
                        [
                            'name' => 'EmailQueue',
                            'labelKey' => 'LBL_MASS_EMAIL_MANAGER_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/emailman/index',
                            'icon' => '',
                        ],
                    ],
                ],
                [
                    'name' => 'View',
                    'labelKey' => 'LBL_ADMIN_TOOLS_TITLE',
                    'url' => '',
                    'process' => '',
                    'params' => [],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => [
                        'Administration' => [
                            'repair' => [
                                'Repair',
                                'LBL_UPGRADE_TITLE',
                                'LBL_UPGRADE',
                                './index.php?module=Administration&action=Upgrade',
                                'admin-repair',
                            ],
                            'backup_management' => [
                                'Backups',
                                'LBL_BACKUPS_TITLE',
                                'LBL_BACKUPS',
                                './index.php?module=Administration&action=Backups',
                                'admin-backups',
                            ],
                            'diagnostic' => [
                                'Diagnostic',
                                'LBL_DIAGNOSTIC_TITLE',
                                'LBL_DIAGNOSTIC_DESC',
                                './index.php?module=Administration&action=Diagnostic',
                                'admin-diagnostic',
                            ],
                            'import' => [
                                'Import',
                                'LBL_IMPORT_WIZARD',
                                'LBL_IMPORT_WIZARD_DESC',
                                './index.php?module=Import&action=step1&import_module=Administration',
                                'admin-import',
                            ],
                            'module_loader' => [
                                'ModuleLoader',
                                'LBL_MODULE_LOADER_TITLE',
                                'LBL_MODULE_LOADER',
                                './index.php?module=Administration&action=UpgradeWizard&view=module',
                                'admin-module-loader',
                            ],
                        ],
                    ],
                    'type' => '',
                    'module' => 'administration',
                    'sublinks' => [
                        [
                            'name' => 'Repair',
                            'labelKey' => 'LBL_UPGRADE_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/administration/upgrade',
                            'icon' => '',
                        ],
                        [
                            'name' => 'Backups',
                            'labelKey' => 'LBL_BACKUPS_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/administration/Backups',
                            'icon' => '',
                        ],
                        [
                            'name' => 'Diagnostic',
                            'labelKey' => 'LBL_DIAGNOSTIC_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/administration/Diagnostic',
                            'icon' => '',
                        ],
                        [
                            'name' => 'Import',
                            'labelKey' => 'LBL_IMPORT_WIZARD',
                            'actionLabelKey' => '',
                            'url' => './#/import/step1?import_module=Administration',
                            'icon' => '',
                        ],
                        [
                            'name' => 'ModuleLoader',
                            'labelKey' => 'LBL_MODULE_LOADER_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/administration/UpgradeWizard?view=module',
                            'icon' => '',
                        ],
                    ],
                ],
                [
                    'name' => 'View',
                    'labelKey' => 'LBL_STUDIO_TITLE',
                    'url' => '',
                    'process' => '',
                    'params' => [],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => [
                        'studio' => [
                            'studio' => [
                                'Studio',
                                'LBL_STUDIO',
                                'LBL_STUDIO_DESC',
                                './index.php?module=ModuleBuilder&action=index&type=studio',
                                'admin-studio',
                            ],
                        ],
                        'Administration' => [
                            'rename_tabs' => [
                                'RenameTabs',
                                'LBL_RENAME_TABS',
                                'LBL_CHANGE_NAME_MODULES',
                                './index.php?action=wizard&module=Studio&wizard=StudioWizard&option=RenameTabs',
                                'admin-rename-modules',
                            ],
                            'moduleBuilder' => [
                                'ModuleBuilder',
                                'LBL_MODULEBUILDER',
                                'LBL_MODULEBUILDER_DESC',
                                './index.php?module=ModuleBuilder&action=index&type=mb',
                                'admin-module-builder',
                            ],
                        ],
                        'any' => [
                            'dropdowneditor' => [
                                'Dropdown',
                                'LBL_DROPDOWN_EDITOR',
                                'DESC_DROPDOWN_EDITOR',
                                './index.php?module=ModuleBuilder&action=index&type=dropdowns',
                                'admin-dropdown-editor',
                            ],
                            'workflow_management' => [
                                'Workflow',
                                'LBL_WORKFLOW_MANAGER',
                                'LBL_WORKFLOW_MANAGER_DESC',
                                './index.php?module=AOW_WorkFlow',
                                'admin-workflow',
                            ],
                        ],
                    ],
                    'type' => '',
                    'module' => 'administration',
                    'sublinks' => [
                        [
                            'name' => 'Studio',
                            'labelKey' => 'LBL_STUDIO',
                            'actionLabelKey' => '',
                            'url' => './#/module-builder/index?type=studio',
                            'icon' => '',
                        ],
                        [
                            'name' => 'RenameTabs',
                            'labelKey' => 'LBL_RENAME_TABS',
                            'actionLabelKey' => '',
                            'url' => './#/studio/wizard?wizard=StudioWizard&option=RenameTabs',
                            'icon' => '',
                        ],
                        [
                            'name' => 'ModuleBuilder',
                            'labelKey' => 'LBL_MODULEBUILDER',
                            'actionLabelKey' => '',
                            'url' => './#/module-builder/index?type=mb',
                            'icon' => '',
                        ],
                        [
                            'name' => 'Dropdown',
                            'labelKey' => 'LBL_DROPDOWN_EDITOR',
                            'actionLabelKey' => '',
                            'url' => './#/module-builder/index?type=dropdowns',
                            'icon' => '',
                        ],
                        [
                            'name' => 'Workflow',
                            'labelKey' => 'LBL_WORKFLOW_MANAGER',
                            'actionLabelKey' => '',
                            'url' => './#/workflow',
                            'icon' => '',
                        ],
                    ],
                ],
                [
                    'name' => 'View',
                    'labelKey' => 'LBL_GOOGLE_SUITE_ADMIN_HEADER',
                    'url' => '',
                    'process' => '',
                    'params' => [],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => [
                        'Administration' => [
                            'google_calendar_settings' => [
                                'Google Calendar Settings',
                                'LBL_GOOGLE_CALENDAR_SETTINGS_TITLE',
                                'LBL_GOOGLE_CALENDAR_SETTINGS_DESC',
                                './index.php?module=Administration&action=GoogleCalendarSettings',
                                'admin-system-settings',
                            ],
                        ],
                        'jjwg_Maps' => [
                            'config' => [
                                'Administration',
                                'LBL_JJWG_MAPS_ADMIN_CONFIG_TITLE',
                                'LBL_JJWG_MAPS_ADMIN_CONFIG_DESC',
                                './index.php?module=jjwg_Maps&action=config',
                                'admin-google-maps-settings',
                            ],
                            'geocoded_counts' => [
                                'Geocoded_Counts',
                                'LBL_JJWG_MAPS_ADMIN_GEOCODED_COUNTS_TITLE',
                                'LBL_JJWG_MAPS_ADMIN_GEOCODED_COUNTS_DESC',
                                './index.php?module=jjwg_Maps&action=geocoded_counts',
                                'admin-geocoded-counts',
                            ],
                            'geocoding_test' => [
                                'GeocodingTests',
                                'LBL_JJWG_MAPS_ADMIN_GEOCODING_TEST_TITLE',
                                'LBL_JJWG_MAPS_ADMIN_GEOCODING_TEST_DESC',
                                './index.php?module=jjwg_Maps&action=geocoding_test',
                                'admin-geocoding-test',
                            ],
                            'geocode_addresses' => [
                                'GeocodeAddresses',
                                'LBL_JJWG_MAPS_ADMIN_GEOCODE_ADDRESSES_TITLE',
                                'LBL_JJWG_MAPS_ADMIN_GEOCODE_ADDRESSES_DESC',
                                './index.php?module=jjwg_Maps&action=geocode_addresses',
                                'admin-geocode-addresses',
                            ],
                            'address_cache' => [
                                'Address_Cache',
                                'LBL_JJWG_MAPS_ADMIN_ADDRESS_CACHE_TITLE',
                                'LBL_JJWG_MAPS_ADMIN_ADDRESS_CACHE_DESC',
                                './index.php?module=jjwg_Address_Cache&action=index',
                                'admin-address-cache',
                            ],
                        ],
                    ],
                    'type' => '',
                    'module' => 'administration',
                    'sublinks' => [
                        [
                            'name' => 'Google Calendar Settings',
                            'labelKey' => 'LBL_GOOGLE_CALENDAR_SETTINGS_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/administration/GoogleCalendarSettings',
                            'icon' => '',
                        ],
                        [
                            'name' => 'Administration',
                            'labelKey' => 'LBL_JJWG_MAPS_ADMIN_CONFIG_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/maps/config',
                            'icon' => '',
                        ],
                        [
                            'name' => 'Geocoded_Counts',
                            'labelKey' => 'LBL_JJWG_MAPS_ADMIN_GEOCODED_COUNTS_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/maps/geocoded_counts',
                            'icon' => '',
                        ],
                        [
                            'name' => 'GeocodingTests',
                            'labelKey' => 'LBL_JJWG_MAPS_ADMIN_GEOCODING_TEST_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/maps/geocoding_test',
                            'icon' => '',
                        ],
                        [
                            'name' => 'GeocodeAddresses',
                            'labelKey' => 'LBL_JJWG_MAPS_ADMIN_GEOCODE_ADDRESSES_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/maps/geocode_addresses',
                            'icon' => '',
                        ],
                        [
                            'name' => 'Address_Cache',
                            'labelKey' => 'LBL_JJWG_MAPS_ADMIN_ADDRESS_CACHE_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/address-cache/index',
                            'icon' => '',
                        ],
                    ],
                ],
            ],
        ],
        'roles' => [
            'path' => 'roles',
            'defaultRoute' => './#/roles',
            'name' => 'roles',
            'labelKey' => 'Roles',
            'menu' => [
                [
                    'name' => 'Create',
                    'labelKey' => 'LNK_NEW_ROLE',
                    'url' => './#/roles/edit',
                    'process' => '',
                    'params' => [
                        'return_module' => 'Roles',
                        'return_action' => 'index',
                    ],
                    'icon' => 'plus',
                    'actionLabelKey' => 'LBL_NEW',
                    'quickAction' => true,
                    'type' => 'create',
                    'module' => 'roles',
                ],
                [
                    'name' => 'Role_Management',
                    'labelKey' => 'LNK_ROLES',
                    'url' => './#/roles/index',
                    'process' => '',
                    'params' => [],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => false,
                    'type' => '',
                    'module' => 'roles',
                ],
            ],
        ],
        'Notifications' => [
            'path' => 'Notifications',
            'defaultRoute' => './#/Notifications',
            'name' => 'Notifications',
            'labelKey' => 'Notifications',
            'menu' => [],
        ],
        'sync' => [
            'path' => 'sync',
            'defaultRoute' => './#/sync',
            'name' => 'sync',
            'labelKey' => 'Sync',
            'menu' => [],
        ],
        'users' => [
            'path' => 'users',
            'defaultRoute' => './#/users',
            'name' => 'users',
            'labelKey' => 'Users',
            'menu' => [
                [
                    'name' => 'Create',
                    'labelKey' => 'LNK_NEW_USER',
                    'url' => './#/users/edit',
                    'process' => '',
                    'params' => [
                        'return_module' => 'Users',
                        'return_action' => 'DetailView',
                    ],
                    'icon' => 'plus',
                    'actionLabelKey' => 'LBL_NEW',
                    'quickAction' => true,
                    'type' => 'create',
                    'module' => 'users',
                ],
                [
                    'name' => 'Create_Group_User',
                    'labelKey' => 'LNK_NEW_GROUP_USER',
                    'url' => './#/users/edit',
                    'process' => '',
                    'params' => [
                        'usertype' => 'group',
                        'return_module' => 'Users',
                        'return_action' => 'DetailView',
                    ],
                    'icon' => 'plus',
                    'actionLabelKey' => '',
                    'quickAction' => true,
                    'type' => 'create',
                    'module' => 'users',
                ],
                [
                    'name' => 'List',
                    'labelKey' => 'LNK_USER_LIST',
                    'url' => './#/users/list',
                    'process' => '',
                    'params' => [
                        'return_module' => 'Users',
                        'return_action' => 'DetailView',
                    ],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => false,
                    'type' => '',
                    'module' => 'users',
                ],
                [
                    'name' => 'Import',
                    'labelKey' => 'LNK_IMPORT_USERS',
                    'url' => './#/import/step1',
                    'process' => '',
                    'params' => [
                        'import_module' => 'Users',
                        'return_module' => 'Users',
                        'return_action' => 'index',
                    ],
                    'icon' => 'download',
                    'actionLabelKey' => 'LBL_IMPORT',
                    'quickAction' => true,
                    'type' => '',
                    'module' => 'import',
                ],
                [
                    'name' => 'Create_Security_Group',
                    'labelKey' => 'LNK_NEW_RECORD',
                    'url' => './#/security-groups/edit',
                    'process' => '',
                    'params' => [
                        'return_module' => 'SecurityGroups',
                        'return_action' => 'DetailView',
                    ],
                    'icon' => 'plus',
                    'actionLabelKey' => '',
                    'quickAction' => true,
                    'type' => 'create',
                    'module' => 'security-groups',
                ],
                [
                    'name' => 'Security_Groups',
                    'labelKey' => 'LBL_SECURITYGROUPS',
                    'url' => './#/security-groups/list',
                    'process' => '',
                    'params' => [
                        'return_module' => 'SecurityGroups',
                        'return_action' => 'ListView',
                    ],
                    'icon' => 'view',
                    'actionLabelKey' => 'LBL_SECURITYGROUPS',
                    'quickAction' => false,
                    'type' => '',
                    'module' => 'security-groups',
                ],
                [
                    'name' => 'Role_Management',
                    'labelKey' => 'LBL_MANAGE_ROLES_TITLE',
                    'url' => './#/acl-roles/index',
                    'process' => '',
                    'params' => [
                        'return_module' => 'SecurityGroups',
                        'return_action' => 'ListView',
                    ],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => false,
                    'type' => '',
                    'module' => 'acl-roles',
                ],
                [
                    'name' => 'Security_Suite_Settings',
                    'labelKey' => 'LBL_CONFIG_SECURITYGROUPS_TITLE',
                    'url' => './#/security-groups/config',
                    'process' => '',
                    'params' => [
                        'return_module' => 'SecurityGroups',
                        'return_action' => 'ListView',
                    ],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => false,
                    'type' => '',
                    'module' => 'security-groups',
                ],
                [
                    'name' => 'List',
                    'labelKey' => 'LNK_LIST_INBOUND_EMAIL_ACCOUNTS',
                    'url' => './#/inbound-email/index',
                    'process' => '',
                    'params' => [],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => false,
                    'type' => '',
                    'module' => 'inbound-email',
                ],
                [
                    'name' => 'List',
                    'labelKey' => 'LNK_LIST_OUTBOUND_EMAIL_ACCOUNTS',
                    'url' => './#/outbound-email-accounts/index',
                    'process' => '',
                    'params' => [],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => false,
                    'type' => '',
                    'module' => 'outbound-email-accounts',
                ],
                [
                    'name' => 'List',
                    'labelKey' => 'LNK_EXTERNAL_OAUTH_CONNECTIONS',
                    'url' => './#/external-oauth-connection/index',
                    'process' => '',
                    'params' => [],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => false,
                    'type' => '',
                    'module' => 'external-oauth-connection',
                ],
            ],
        ],
        'employees' => [
            'path' => 'employees',
            'defaultRoute' => './#/employees',
            'name' => 'employees',
            'labelKey' => 'Employees',
            'menu' => [
                [
                    'name' => 'Create',
                    'labelKey' => 'LNK_NEW_EMPLOYEE',
                    'url' => './#/employees/edit',
                    'process' => '',
                    'params' => [
                        'return_module' => 'Employees',
                        'return_action' => 'DetailView',
                    ],
                    'icon' => 'plus',
                    'actionLabelKey' => 'LBL_NEW',
                    'quickAction' => true,
                    'type' => 'create',
                    'module' => 'employees',
                ],
                [
                    'name' => 'List',
                    'labelKey' => 'LNK_EMPLOYEE_LIST',
                    'url' => './#/employees/index',
                    'process' => '',
                    'params' => [
                        'return_module' => 'Employees',
                        'return_action' => 'DetailView',
                    ],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => false,
                    'type' => '',
                    'module' => 'employees',
                ],
            ],
        ],
        'administration' => [
            'path' => 'administration',
            'defaultRoute' => './#/administration',
            'name' => 'administration',
            'labelKey' => 'Administration',
            'menu' => [
                [
                    'name' => 'View',
                    'labelKey' => 'LBL_USERS_TITLE',
                    'url' => '',
                    'process' => '',
                    'params' => [],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => [
                        'Users' => [
                            'user_management' => [
                                'UserManagement',
                                'LBL_MANAGE_USERS_TITLE',
                                'LBL_MANAGE_USERS',
                                './index.php?module=Users&action=index',
                                'admin-user-management',
                            ],
                            'roles_management' => [
                                'Roles',
                                'LBL_MANAGE_ROLES_TITLE',
                                'LBL_MANAGE_ROLES',
                                './index.php?module=ACLRoles&action=index',
                                'admin-roles',
                            ],
                        ],
                        'Administration' => [
                            'password_management' => [
                                'Password',
                                'LBL_MANAGE_PASSWORD_TITLE',
                                'LBL_MANAGE_PASSWORD',
                                './index.php?module=Administration&action=PasswordManager',
                                'admin-password',
                            ],
                            'oauth2_clients' => [
                                'Password',
                                'LBL_OAUTH2_CLIENTS_TITLE',
                                'LBL_OAUTH2_CLIENTS',
                                './index.php?module=OAuth2Clients&action=index',
                                'admin-oauth2',
                            ],
                            'oauth_keys' => [
                                'Password',
                                'LBL_OAUTH_TITLE',
                                'LBL_OAUTH',
                                './index.php?module=OAuthKeys&action=index',
                                'admin-oauth-keys',
                            ],
                            'securitygroup_management' => [
                                'SecuritySuiteGroupManagement',
                                'LBL_MANAGE_SECURITYGROUPS_TITLE',
                                'LBL_MANAGE_SECURITYGROUPS',
                                './index.php?module=SecurityGroups&action=index',
                                'admin-security',
                            ],
                            'securitygroup_config' => [
                                'SecurityGroupsManagement',
                                'LBL_CONFIG_SECURITYGROUPS_TITLE',
                                'LBL_CONFIG_SECURITYGROUPS',
                                './index.php?module=SecurityGroups&action=config',
                                'admin-security-suite-group-management',
                            ],
                        ],
                    ],
                    'type' => '',
                    'module' => 'administration',
                    'sublinks' => [
                        [
                            'name' => 'UserManagement',
                            'labelKey' => 'LBL_MANAGE_USERS_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/users/index',
                            'icon' => '',
                        ],
                        [
                            'name' => 'Roles',
                            'labelKey' => 'LBL_MANAGE_ROLES_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/acl-roles/index',
                            'icon' => '',
                        ],
                        [
                            'name' => 'Password',
                            'labelKey' => 'LBL_MANAGE_PASSWORD_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/administration/PasswordManager',
                            'icon' => '',
                        ],
                        [
                            'name' => 'Password',
                            'labelKey' => 'LBL_OAUTH2_CLIENTS_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/oauth2-clients/index',
                            'icon' => '',
                        ],
                        [
                            'name' => 'Password',
                            'labelKey' => 'LBL_OAUTH_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/oauth-keys/index',
                            'icon' => '',
                        ],
                        [
                            'name' => 'SecuritySuiteGroupManagement',
                            'labelKey' => 'LBL_MANAGE_SECURITYGROUPS_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/security-groups/index',
                            'icon' => '',
                        ],
                        [
                            'name' => 'SecurityGroupsManagement',
                            'labelKey' => 'LBL_CONFIG_SECURITYGROUPS_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/security-groups/config',
                            'icon' => '',
                        ],
                    ],
                ],
                [
                    'name' => 'View',
                    'labelKey' => 'LBL_ADMINISTRATION_HOME_TITLE',
                    'url' => '',
                    'process' => '',
                    'params' => [],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => [
                        'Administration' => [
                            'configphp_settings' => [
                                'Administration',
                                'LBL_CONFIGURE_SETTINGS_TITLE',
                                'LBL_CONFIGURE_SETTINGS',
                                './index.php?module=Configurator&action=EditView',
                                'admin-system-settings',
                            ],
                            'currencies_management' => [
                                'Currencies',
                                'LBL_MANAGE_CURRENCIES',
                                'LBL_CURRENCY',
                                './index.php?module=Currencies&action=index',
                                'admin-currencies',
                            ],
                            'languages' => [
                                'Currencies',
                                'LBL_MANAGE_LANGUAGES',
                                'LBL_LANGUAGES',
                                './index.php?module=Administration&action=Languages&view=default',
                                'admin-languages',
                            ],
                            'locale' => [
                                'Currencies',
                                'LBL_MANAGE_LOCALE',
                                'LBL_LOCALE',
                                './index.php?module=Administration&action=Locale&view=default',
                                'admin-locale',
                            ],
                            'pdf' => [
                                'PDF',
                                'LBL_PDF_HEADER',
                                'LBL_CHANGE_PDF_SETTINGS',
                                './index.php?module=Administration&action=PDFSettings',
                                'admin-pdf-settings',
                            ],
                            'search_wrapper' => [
                                'icon_SearchForm',
                                'LBL_SEARCH_WRAPPER',
                                'LBL_SEARCH_WRAPPER_DESC',
                                './index.php?module=Administration&action=SearchSettings',
                                'admin-global-search',
                            ],
                            'elastic_search' => [
                                'ElasticSearchIndexerSettings',
                                'LBL_ELASTIC_SEARCH_SETTINGS',
                                'LBL_ELASTIC_SEARCH_SETTINGS_DESC',
                                './index.php?module=Administration&action=ElasticSearchSettings',
                                'admin-global-search',
                            ],
                            'scheduler' => [
                                'Schedulers',
                                'LBL_SUITE_SCHEDULER_TITLE',
                                'LBL_SUITE_SCHEDULER',
                                './index.php?module=Schedulers&action=index',
                                'admin-scheduler',
                            ],
                            'theme_settings' => [
                                'icon_AdminThemes',
                                'LBL_THEME_SETTINGS',
                                'LBL_THEME_SETTINGS_DESC',
                                './index.php?module=Administration&action=ThemeSettings',
                                'admin-themes',
                            ],
                        ],
                    ],
                    'type' => '',
                    'module' => 'administration',
                    'sublinks' => [
                        [
                            'name' => 'Administration',
                            'labelKey' => 'LBL_CONFIGURE_SETTINGS_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/configurator/edit',
                            'icon' => '',
                        ],
                        [
                            'name' => 'Currencies',
                            'labelKey' => 'LBL_MANAGE_CURRENCIES',
                            'actionLabelKey' => '',
                            'url' => './#/currencies/index',
                            'icon' => '',
                        ],
                        [
                            'name' => 'Currencies',
                            'labelKey' => 'LBL_MANAGE_LANGUAGES',
                            'actionLabelKey' => '',
                            'url' => './#/administration/Languages?view=default',
                            'icon' => '',
                        ],
                        [
                            'name' => 'Currencies',
                            'labelKey' => 'LBL_MANAGE_LOCALE',
                            'actionLabelKey' => '',
                            'url' => './#/administration/Locale?view=default',
                            'icon' => '',
                        ],
                        [
                            'name' => 'PDF',
                            'labelKey' => 'LBL_PDF_HEADER',
                            'actionLabelKey' => '',
                            'url' => './#/administration/PDFSettings',
                            'icon' => '',
                        ],
                        [
                            'name' => 'icon_SearchForm',
                            'labelKey' => 'LBL_SEARCH_WRAPPER',
                            'actionLabelKey' => '',
                            'url' => './#/administration/SearchSettings',
                            'icon' => '',
                        ],
                        [
                            'name' => 'ElasticSearchIndexerSettings',
                            'labelKey' => 'LBL_ELASTIC_SEARCH_SETTINGS',
                            'actionLabelKey' => '',
                            'url' => './#/administration/ElasticSearchSettings',
                            'icon' => '',
                        ],
                        [
                            'name' => 'Schedulers',
                            'labelKey' => 'LBL_SUITE_SCHEDULER_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/schedulers/index',
                            'icon' => '',
                        ],
                        [
                            'name' => 'icon_AdminThemes',
                            'labelKey' => 'LBL_THEME_SETTINGS',
                            'actionLabelKey' => '',
                            'url' => './#/administration/ThemeSettings',
                            'icon' => '',
                        ],
                    ],
                ],
                [
                    'name' => 'View',
                    'labelKey' => 'LBL_MODULE_ADMIN',
                    'url' => '',
                    'process' => '',
                    'params' => [],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => [
                        'Administration' => [
                            'feed_settings' => [
                                'icon_SugarFeed',
                                'LBL_SUITEFEED_SETTINGS',
                                'LBL_SUITEFEED_SETTINGS_DESC',
                                './index.php?module=SugarFeed&action=AdminSettings',
                                'admin-activity-streams',
                            ],
                            'business_hours' => [
                                'AOBH_BusinessHours',
                                'LBL_BUSINESS_HOURS',
                                'LBL_AOP_BUSINESS_HOURS_DESC',
                                './index.php?module=Administration&action=BusinessHours',
                                'admin-aobh-businesshours',
                            ],
                            'aop' => [
                                'AOP',
                                'LBL_AOP_SETTINGS',
                                'LBL_CHANGE_SETTINGS_AOP',
                                './index.php?module=Administration&action=AOPAdmin',
                                'admin-aop-settings',
                            ],
                            'configure_group_tabs' => [
                                'ConfigureTabs',
                                'LBL_CONFIGURE_GROUP_TABS',
                                'LBL_CONFIGURE_GROUP_TABS_DESC',
                                './index.php?action=wizard&module=Studio&wizard=StudioWizard&option=ConfigureGroupTabs',
                                'admin-configure-module-menu-filters',
                            ],
                            'connector_settings' => [
                                'icon_Connectors',
                                'LBL_CONNECTOR_SETTINGS',
                                'LBL_CONNECTOR_SETTINGS_DESC',
                                './index.php?module=Connectors&action=ConnectorSettings',
                                'admin-connectors',
                            ],
                            'configure_tabs' => [
                                'ConfigureTabs',
                                'LBL_CONFIGURE_TABS_AND_SUBPANELS',
                                'LBL_CONFIGURE_TABS_AND_SUBPANELS_DESC',
                                './index.php?module=Administration&action=ConfigureTabs',
                                'admin-display-modules-and-subpanels',
                            ],
                            'history_contacts_emails' => [
                                'ConfigureTabs',
                                'LBL_HISTORY_CONTACTS_EMAILS',
                                'LBL_HISTORY_CONTACTS_EMAILS_DESC',
                                './index.php?module=Configurator&action=historyContactsEmails',
                                'admin-history-subpanel',
                            ],
                            'aos' => [
                                'AOS',
                                'LBL_AOS_SETTINGS',
                                'LBL_CHANGE_SETTINGS',
                                './index.php?module=Administration&action=AOSAdmin',
                                'admin-aos-settings',
                            ],
                        ],
                        'Bugs' => [
                            'bug_tracker' => [
                                'Releases',
                                'LBL_MANAGE_RELEASES',
                                'LBL_RELEASE',
                                './index.php?module=Releases&action=index',
                                'admin-releases',
                            ],
                        ],
                    ],
                    'type' => '',
                    'module' => 'administration',
                    'sublinks' => [
                        [
                            'name' => 'icon_SugarFeed',
                            'labelKey' => 'LBL_SUITEFEED_SETTINGS',
                            'actionLabelKey' => '',
                            'url' => './#/sugar-feed/AdminSettings',
                            'icon' => '',
                        ],
                        [
                            'name' => 'AOBH_BusinessHours',
                            'labelKey' => 'LBL_BUSINESS_HOURS',
                            'actionLabelKey' => '',
                            'url' => './#/administration/BusinessHours',
                            'icon' => '',
                        ],
                        [
                            'name' => 'AOP',
                            'labelKey' => 'LBL_AOP_SETTINGS',
                            'actionLabelKey' => '',
                            'url' => './#/administration/AOPAdmin',
                            'icon' => '',
                        ],
                        [
                            'name' => 'ConfigureTabs',
                            'labelKey' => 'LBL_CONFIGURE_GROUP_TABS',
                            'actionLabelKey' => '',
                            'url' => './#/studio/wizard?wizard=StudioWizard&option=ConfigureGroupTabs',
                            'icon' => '',
                        ],
                        [
                            'name' => 'icon_Connectors',
                            'labelKey' => 'LBL_CONNECTOR_SETTINGS',
                            'actionLabelKey' => '',
                            'url' => './#/connectors/ConnectorSettings',
                            'icon' => '',
                        ],
                        [
                            'name' => 'ConfigureTabs',
                            'labelKey' => 'LBL_CONFIGURE_TABS_AND_SUBPANELS',
                            'actionLabelKey' => '',
                            'url' => './#/administration/ConfigureTabs',
                            'icon' => '',
                        ],
                        [
                            'name' => 'ConfigureTabs',
                            'labelKey' => 'LBL_HISTORY_CONTACTS_EMAILS',
                            'actionLabelKey' => '',
                            'url' => './#/configurator/historyContactsEmails',
                            'icon' => '',
                        ],
                        [
                            'name' => 'AOS',
                            'labelKey' => 'LBL_AOS_SETTINGS',
                            'actionLabelKey' => '',
                            'url' => './#/administration/AOSAdmin',
                            'icon' => '',
                        ],
                        [
                            'name' => 'Releases',
                            'labelKey' => 'LBL_MANAGE_RELEASES',
                            'actionLabelKey' => '',
                            'url' => './#/releases/index',
                            'icon' => '',
                        ],
                    ],
                ],
                [
                    'name' => 'View',
                    'labelKey' => 'LBL_EMAIL_TITLE',
                    'url' => '',
                    'process' => '',
                    'params' => [],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => [
                        'Emails' => [
                            'mass_Email_config' => [
                                'EmailMan',
                                'LBL_MASS_EMAIL_CONFIG_TITLE',
                                'LBL_MASS_EMAIL_CONFIG_DESC',
                                './index.php?module=EmailMan&action=config',
                                'admin-email-settings',
                            ],
                            'mailboxes' => [
                                'EmailInbound',
                                'LBL_MANAGE_MAILBOX',
                                'LBL_MAILBOX_DESC',
                                './index.php?module=InboundEmail&action=index',
                                'admin-inbound-email',
                            ],
                            'mailboxes_outbound' => [
                                'EmailOutbound',
                                'LBL_MANAGE_MAILBOX_OUTBOUND',
                                'LBL_MAILBOX_OUTBOUND_DESC',
                                './index.php?module=OutboundEmailAccounts&action=index',
                                'admin-outbound-email',
                            ],
                            'external_oauth_connections' => [
                                'ExternalOAuthConnection',
                                'LBL_MANAGE_EXTERNAL_OAUTH_CONNECTIONS',
                                'LBL_MANAGE_EXTERNAL_OAUTH_CONNECTIONS_DESC',
                                'index.php?module=ExternalOAuthConnection&action=index',
                                'admin-oauth2',
                            ],
                            'external_oauth_providers' => [
                                'ExternalOAuthProvider',
                                'LBL_MANAGE_EXTERNAL_OAUTH_PROVIDERS',
                                'LBL_MANAGE_EXTERNAL_OAUTH_PROVIDERS_DESC',
                                'index.php?module=ExternalOAuthProvider&action=index',
                                'admin-oauth2',
                            ],
                        ],
                        'Campaigns' => [
                            'campaignconfig' => [
                                'EmailCampaigns',
                                'LBL_CAMPAIGN_CONFIG_TITLE',
                                'LBL_CAMPAIGN_CONFIG_DESC',
                                './index.php?module=EmailMan&action=campaignconfig',
                                'admin-campaign-email-settings',
                            ],
                            'mass_Email' => [
                                'EmailQueue',
                                'LBL_MASS_EMAIL_MANAGER_TITLE',
                                'LBL_MASS_EMAIL_MANAGER_DESC',
                                './index.php?module=EmailMan&action=index',
                                'admin-email-queue',
                            ],
                        ],
                    ],
                    'type' => '',
                    'module' => 'administration',
                    'sublinks' => [
                        [
                            'name' => 'EmailMan',
                            'labelKey' => 'LBL_MASS_EMAIL_CONFIG_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/emailman/config',
                            'icon' => '',
                        ],
                        [
                            'name' => 'EmailInbound',
                            'labelKey' => 'LBL_MANAGE_MAILBOX',
                            'actionLabelKey' => '',
                            'url' => './#/inbound-email/index',
                            'icon' => '',
                        ],
                        [
                            'name' => 'EmailOutbound',
                            'labelKey' => 'LBL_MANAGE_MAILBOX_OUTBOUND',
                            'actionLabelKey' => '',
                            'url' => './#/outbound-email-accounts/index',
                            'icon' => '',
                        ],
                        [
                            'name' => 'ExternalOAuthConnection',
                            'labelKey' => 'LBL_MANAGE_EXTERNAL_OAUTH_CONNECTIONS',
                            'actionLabelKey' => '',
                            'url' => './#/external-oauth-connection/index',
                            'icon' => '',
                        ],
                        [
                            'name' => 'ExternalOAuthProvider',
                            'labelKey' => 'LBL_MANAGE_EXTERNAL_OAUTH_PROVIDERS',
                            'actionLabelKey' => '',
                            'url' => './#/external-oauth-provider/index',
                            'icon' => '',
                        ],
                        [
                            'name' => 'EmailCampaigns',
                            'labelKey' => 'LBL_CAMPAIGN_CONFIG_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/emailman/campaignconfig',
                            'icon' => '',
                        ],
                        [
                            'name' => 'EmailQueue',
                            'labelKey' => 'LBL_MASS_EMAIL_MANAGER_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/emailman/index',
                            'icon' => '',
                        ],
                    ],
                ],
                [
                    'name' => 'View',
                    'labelKey' => 'LBL_ADMIN_TOOLS_TITLE',
                    'url' => '',
                    'process' => '',
                    'params' => [],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => [
                        'Administration' => [
                            'repair' => [
                                'Repair',
                                'LBL_UPGRADE_TITLE',
                                'LBL_UPGRADE',
                                './index.php?module=Administration&action=Upgrade',
                                'admin-repair',
                            ],
                            'backup_management' => [
                                'Backups',
                                'LBL_BACKUPS_TITLE',
                                'LBL_BACKUPS',
                                './index.php?module=Administration&action=Backups',
                                'admin-backups',
                            ],
                            'diagnostic' => [
                                'Diagnostic',
                                'LBL_DIAGNOSTIC_TITLE',
                                'LBL_DIAGNOSTIC_DESC',
                                './index.php?module=Administration&action=Diagnostic',
                                'admin-diagnostic',
                            ],
                            'import' => [
                                'Import',
                                'LBL_IMPORT_WIZARD',
                                'LBL_IMPORT_WIZARD_DESC',
                                './index.php?module=Import&action=step1&import_module=Administration',
                                'admin-import',
                            ],
                            'module_loader' => [
                                'ModuleLoader',
                                'LBL_MODULE_LOADER_TITLE',
                                'LBL_MODULE_LOADER',
                                './index.php?module=Administration&action=UpgradeWizard&view=module',
                                'admin-module-loader',
                            ],
                        ],
                    ],
                    'type' => '',
                    'module' => 'administration',
                    'sublinks' => [
                        [
                            'name' => 'Repair',
                            'labelKey' => 'LBL_UPGRADE_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/administration/upgrade',
                            'icon' => '',
                        ],
                        [
                            'name' => 'Backups',
                            'labelKey' => 'LBL_BACKUPS_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/administration/Backups',
                            'icon' => '',
                        ],
                        [
                            'name' => 'Diagnostic',
                            'labelKey' => 'LBL_DIAGNOSTIC_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/administration/Diagnostic',
                            'icon' => '',
                        ],
                        [
                            'name' => 'Import',
                            'labelKey' => 'LBL_IMPORT_WIZARD',
                            'actionLabelKey' => '',
                            'url' => './#/import/step1?import_module=Administration',
                            'icon' => '',
                        ],
                        [
                            'name' => 'ModuleLoader',
                            'labelKey' => 'LBL_MODULE_LOADER_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/administration/UpgradeWizard?view=module',
                            'icon' => '',
                        ],
                    ],
                ],
                [
                    'name' => 'View',
                    'labelKey' => 'LBL_STUDIO_TITLE',
                    'url' => '',
                    'process' => '',
                    'params' => [],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => [
                        'studio' => [
                            'studio' => [
                                'Studio',
                                'LBL_STUDIO',
                                'LBL_STUDIO_DESC',
                                './index.php?module=ModuleBuilder&action=index&type=studio',
                                'admin-studio',
                            ],
                        ],
                        'Administration' => [
                            'rename_tabs' => [
                                'RenameTabs',
                                'LBL_RENAME_TABS',
                                'LBL_CHANGE_NAME_MODULES',
                                './index.php?action=wizard&module=Studio&wizard=StudioWizard&option=RenameTabs',
                                'admin-rename-modules',
                            ],
                            'moduleBuilder' => [
                                'ModuleBuilder',
                                'LBL_MODULEBUILDER',
                                'LBL_MODULEBUILDER_DESC',
                                './index.php?module=ModuleBuilder&action=index&type=mb',
                                'admin-module-builder',
                            ],
                        ],
                        'any' => [
                            'dropdowneditor' => [
                                'Dropdown',
                                'LBL_DROPDOWN_EDITOR',
                                'DESC_DROPDOWN_EDITOR',
                                './index.php?module=ModuleBuilder&action=index&type=dropdowns',
                                'admin-dropdown-editor',
                            ],
                            'workflow_management' => [
                                'Workflow',
                                'LBL_WORKFLOW_MANAGER',
                                'LBL_WORKFLOW_MANAGER_DESC',
                                './index.php?module=AOW_WorkFlow',
                                'admin-workflow',
                            ],
                        ],
                    ],
                    'type' => '',
                    'module' => 'administration',
                    'sublinks' => [
                        [
                            'name' => 'Studio',
                            'labelKey' => 'LBL_STUDIO',
                            'actionLabelKey' => '',
                            'url' => './#/module-builder/index?type=studio',
                            'icon' => '',
                        ],
                        [
                            'name' => 'RenameTabs',
                            'labelKey' => 'LBL_RENAME_TABS',
                            'actionLabelKey' => '',
                            'url' => './#/studio/wizard?wizard=StudioWizard&option=RenameTabs',
                            'icon' => '',
                        ],
                        [
                            'name' => 'ModuleBuilder',
                            'labelKey' => 'LBL_MODULEBUILDER',
                            'actionLabelKey' => '',
                            'url' => './#/module-builder/index?type=mb',
                            'icon' => '',
                        ],
                        [
                            'name' => 'Dropdown',
                            'labelKey' => 'LBL_DROPDOWN_EDITOR',
                            'actionLabelKey' => '',
                            'url' => './#/module-builder/index?type=dropdowns',
                            'icon' => '',
                        ],
                        [
                            'name' => 'Workflow',
                            'labelKey' => 'LBL_WORKFLOW_MANAGER',
                            'actionLabelKey' => '',
                            'url' => './#/workflow',
                            'icon' => '',
                        ],
                    ],
                ],
                [
                    'name' => 'View',
                    'labelKey' => 'LBL_GOOGLE_SUITE_ADMIN_HEADER',
                    'url' => '',
                    'process' => '',
                    'params' => [],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => [
                        'Administration' => [
                            'google_calendar_settings' => [
                                'Google Calendar Settings',
                                'LBL_GOOGLE_CALENDAR_SETTINGS_TITLE',
                                'LBL_GOOGLE_CALENDAR_SETTINGS_DESC',
                                './index.php?module=Administration&action=GoogleCalendarSettings',
                                'admin-system-settings',
                            ],
                        ],
                        'jjwg_Maps' => [
                            'config' => [
                                'Administration',
                                'LBL_JJWG_MAPS_ADMIN_CONFIG_TITLE',
                                'LBL_JJWG_MAPS_ADMIN_CONFIG_DESC',
                                './index.php?module=jjwg_Maps&action=config',
                                'admin-google-maps-settings',
                            ],
                            'geocoded_counts' => [
                                'Geocoded_Counts',
                                'LBL_JJWG_MAPS_ADMIN_GEOCODED_COUNTS_TITLE',
                                'LBL_JJWG_MAPS_ADMIN_GEOCODED_COUNTS_DESC',
                                './index.php?module=jjwg_Maps&action=geocoded_counts',
                                'admin-geocoded-counts',
                            ],
                            'geocoding_test' => [
                                'GeocodingTests',
                                'LBL_JJWG_MAPS_ADMIN_GEOCODING_TEST_TITLE',
                                'LBL_JJWG_MAPS_ADMIN_GEOCODING_TEST_DESC',
                                './index.php?module=jjwg_Maps&action=geocoding_test',
                                'admin-geocoding-test',
                            ],
                            'geocode_addresses' => [
                                'GeocodeAddresses',
                                'LBL_JJWG_MAPS_ADMIN_GEOCODE_ADDRESSES_TITLE',
                                'LBL_JJWG_MAPS_ADMIN_GEOCODE_ADDRESSES_DESC',
                                './index.php?module=jjwg_Maps&action=geocode_addresses',
                                'admin-geocode-addresses',
                            ],
                            'address_cache' => [
                                'Address_Cache',
                                'LBL_JJWG_MAPS_ADMIN_ADDRESS_CACHE_TITLE',
                                'LBL_JJWG_MAPS_ADMIN_ADDRESS_CACHE_DESC',
                                './index.php?module=jjwg_Address_Cache&action=index',
                                'admin-address-cache',
                            ],
                        ],
                    ],
                    'type' => '',
                    'module' => 'administration',
                    'sublinks' => [
                        [
                            'name' => 'Google Calendar Settings',
                            'labelKey' => 'LBL_GOOGLE_CALENDAR_SETTINGS_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/administration/GoogleCalendarSettings',
                            'icon' => '',
                        ],
                        [
                            'name' => 'Administration',
                            'labelKey' => 'LBL_JJWG_MAPS_ADMIN_CONFIG_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/maps/config',
                            'icon' => '',
                        ],
                        [
                            'name' => 'Geocoded_Counts',
                            'labelKey' => 'LBL_JJWG_MAPS_ADMIN_GEOCODED_COUNTS_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/maps/geocoded_counts',
                            'icon' => '',
                        ],
                        [
                            'name' => 'GeocodingTests',
                            'labelKey' => 'LBL_JJWG_MAPS_ADMIN_GEOCODING_TEST_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/maps/geocoding_test',
                            'icon' => '',
                        ],
                        [
                            'name' => 'GeocodeAddresses',
                            'labelKey' => 'LBL_JJWG_MAPS_ADMIN_GEOCODE_ADDRESSES_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/maps/geocode_addresses',
                            'icon' => '',
                        ],
                        [
                            'name' => 'Address_Cache',
                            'labelKey' => 'LBL_JJWG_MAPS_ADMIN_ADDRESS_CACHE_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/address-cache/index',
                            'icon' => '',
                        ],
                    ],
                ],
            ],
        ],
        'acl-roles' => [
            'path' => 'acl-roles',
            'defaultRoute' => './#/acl-roles',
            'name' => 'acl-roles',
            'labelKey' => 'ACLRoles',
            'menu' => [
                [
                    'name' => 'Create',
                    'labelKey' => 'LBL_CREATE_ROLE',
                    'url' => './#/acl-roles/edit',
                    'process' => '',
                    'params' => [],
                    'icon' => 'plus',
                    'actionLabelKey' => 'LBL_NEW',
                    'quickAction' => true,
                    'type' => 'create',
                    'module' => 'acl-roles',
                ],
                [
                    'name' => 'Role_Management',
                    'labelKey' => 'LIST_ROLES',
                    'url' => './#/acl-roles/index',
                    'process' => '',
                    'params' => [],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => false,
                    'type' => '',
                    'module' => 'acl-roles',
                ],
                [
                    'name' => 'List_By_User',
                    'labelKey' => 'LIST_ROLES_BY_USER',
                    'url' => './#/acl-roles/ListUsers',
                    'process' => '',
                    'params' => [],
                    'icon' => 'view',
                    'actionLabelKey' => 'LIST_ROLES_BY_USER',
                    'quickAction' => false,
                    'type' => '',
                    'module' => 'acl-roles',
                ],
                [
                    'name' => 'Create_Security_Group',
                    'labelKey' => 'LNK_NEW_RECORD',
                    'url' => './#/security-groups/edit',
                    'process' => '',
                    'params' => [
                        'return_module' => 'SecurityGroups',
                        'return_action' => 'DetailView',
                    ],
                    'icon' => '',
                    'actionLabelKey' => '',
                    'quickAction' => true,
                    'type' => 'create',
                    'module' => 'security-groups',
                ],
                [
                    'name' => 'Security_Groups',
                    'labelKey' => 'LBL_SECURITYGROUPS',
                    'url' => './#/security-groups/list',
                    'process' => '',
                    'params' => [
                        'return_module' => 'SecurityGroups',
                        'return_action' => 'ListView',
                    ],
                    'icon' => 'view',
                    'actionLabelKey' => 'LBL_SECURITYGROUPS',
                    'quickAction' => false,
                    'type' => '',
                    'module' => 'security-groups',
                ],
                [
                    'name' => 'List',
                    'labelKey' => 'LBL_MANAGE_USERS_TITLE',
                    'url' => './#/users/index',
                    'process' => '',
                    'params' => [
                        'return_module' => 'SecurityGroups',
                        'return_action' => 'ListView',
                    ],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => false,
                    'type' => '',
                    'module' => 'users',
                ],
                [
                    'name' => 'Security_Suite_Settings',
                    'labelKey' => 'LBL_CONFIG_SECURITYGROUPS_TITLE',
                    'url' => './#/security-groups/config',
                    'process' => '',
                    'params' => [
                        'return_module' => 'SecurityGroups',
                        'return_action' => 'ListView',
                    ],
                    'icon' => '',
                    'actionLabelKey' => '',
                    'quickAction' => false,
                    'type' => '',
                    'module' => 'security-groups',
                ],
            ],
        ],
        'inbound-email' => [
            'path' => 'inbound-email',
            'defaultRoute' => './#/inbound-email',
            'name' => 'inbound-email',
            'labelKey' => 'InboundEmail',
            'menu' => [
                [
                    'name' => 'CreatePersonal',
                    'labelKey' => 'LNK_LIST_CREATE_NEW_PERSONAL',
                    'url' => './#/inbound-email/edit',
                    'process' => '',
                    'params' => [
                        'is_personal' => '1',
                        'type' => 'personal',
                    ],
                    'icon' => 'plus',
                    'actionLabelKey' => '',
                    'quickAction' => true,
                    'type' => 'create',
                    'module' => 'inbound-email',
                ],
                [
                    'name' => 'CreateGroup',
                    'labelKey' => 'LNK_LIST_CREATE_NEW_GROUP',
                    'url' => './#/inbound-email/edit',
                    'process' => '',
                    'params' => [
                        'type' => 'group',
                    ],
                    'icon' => 'plus',
                    'actionLabelKey' => '',
                    'quickAction' => true,
                    'type' => 'create',
                    'module' => 'inbound-email',
                ],
                [
                    'name' => 'CreateBounce',
                    'labelKey' => 'LNK_LIST_CREATE_NEW_BOUNCE',
                    'url' => './#/inbound-email/edit',
                    'process' => '',
                    'params' => [
                        'mailbox_type' => 'bounce',
                        'type' => 'bounce',
                    ],
                    'icon' => 'plus',
                    'actionLabelKey' => '',
                    'quickAction' => true,
                    'type' => 'create',
                    'module' => 'inbound-email',
                ],
                [
                    'name' => 'List',
                    'labelKey' => 'LNK_LIST_MAILBOXES',
                    'url' => './#/inbound-email/index',
                    'process' => '',
                    'params' => [],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => false,
                    'type' => '',
                    'module' => 'inbound-email',
                ],
                [
                    'name' => 'List',
                    'labelKey' => 'LNK_LIST_OUTBOUND_EMAILS',
                    'url' => './#/outbound-email-accounts/index',
                    'process' => '',
                    'params' => [],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => false,
                    'type' => '',
                    'module' => 'outbound-email-accounts',
                ],
                [
                    'name' => 'List',
                    'labelKey' => 'LNK_EXTERNAL_OAUTH_CONNECTIONS',
                    'url' => './#/external-oauth-connection/index',
                    'process' => '',
                    'params' => [],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => false,
                    'type' => '',
                    'module' => 'external-oauth-connection',
                ],
                [
                    'name' => 'Schedulers',
                    'labelKey' => 'LNK_LIST_SCHEDULER',
                    'url' => './#/schedulers/index',
                    'process' => '',
                    'params' => [],
                    'icon' => '',
                    'actionLabelKey' => '',
                    'quickAction' => false,
                    'type' => '',
                    'module' => 'schedulers',
                ],
            ],
        ],
        'releases' => [
            'path' => 'releases',
            'defaultRoute' => './#/releases',
            'name' => 'releases',
            'labelKey' => 'Releases',
            'menu' => [
                [
                    'name' => 'Create',
                    'labelKey' => 'LNK_NEW_RELEASE',
                    'url' => './#/releases/edit',
                    'process' => '',
                    'params' => [
                        'return_module' => 'Releases',
                        'return_action' => 'DetailView',
                    ],
                    'icon' => 'plus',
                    'actionLabelKey' => 'LBL_NEW',
                    'quickAction' => true,
                    'type' => 'create',
                    'module' => 'releases',
                ],
            ],
        ],
        'Queues' => [
            'path' => 'Queues',
            'defaultRoute' => './#/Queues',
            'name' => 'Queues',
            'labelKey' => 'Queues',
            'menu' => [],
        ],
        'email-marketing' => [
            'path' => 'email-marketing',
            'defaultRoute' => './#/email-marketing',
            'name' => 'email-marketing',
            'labelKey' => 'EmailMarketing',
            'menu' => [
                [
                    'name' => 'List',
                    'labelKey' => 'LNK_CAMPAIGN_LIST',
                    'url' => './#/campaigns/index',
                    'process' => '',
                    'params' => [
                        'return_module' => 'Campaigns',
                        'return_action' => 'index',
                    ],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => false,
                    'type' => '',
                    'module' => 'campaigns',
                ],
                [
                    'name' => 'Create',
                    'labelKey' => 'LNK_NEW_PROSPECT_LIST',
                    'url' => './#/prospect-lists/edit',
                    'process' => '',
                    'params' => [
                        'return_module' => 'ProspectLists',
                        'return_action' => 'DetailView',
                    ],
                    'icon' => 'plus',
                    'actionLabelKey' => 'LBL_NEW',
                    'quickAction' => true,
                    'type' => 'create',
                    'module' => 'prospect-lists',
                ],
                [
                    'name' => 'List',
                    'labelKey' => 'LNK_PROSPECT_LIST_LIST',
                    'url' => './#/prospect-lists/index',
                    'process' => '',
                    'params' => [
                        'return_module' => 'ProspectLists',
                        'return_action' => 'index',
                    ],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => false,
                    'type' => '',
                    'module' => 'prospect-lists',
                ],
                [
                    'name' => 'Create',
                    'labelKey' => 'LNK_NEW_PROSPECT',
                    'url' => './#/prospects/edit',
                    'process' => '',
                    'params' => [
                        'return_module' => 'Prospects',
                        'return_action' => 'DetailView',
                    ],
                    'icon' => 'plus',
                    'actionLabelKey' => 'LBL_NEW',
                    'quickAction' => true,
                    'type' => 'create',
                    'module' => 'prospects',
                ],
                [
                    'name' => 'List',
                    'labelKey' => 'LNK_PROSPECT_LIST',
                    'url' => './#/prospects/index',
                    'process' => '',
                    'params' => [
                        'return_module' => 'Prospects',
                        'return_action' => 'index',
                    ],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => false,
                    'type' => '',
                    'module' => 'prospects',
                ],
            ],
        ],
        'saved-search' => [
            'path' => 'saved-search',
            'defaultRoute' => './#/saved-search',
            'name' => 'saved-search',
            'labelKey' => 'SavedSearch',
            'menu' => [],
        ],
        'upgrade-wizard' => [
            'path' => 'upgrade-wizard',
            'defaultRoute' => './#/upgrade-wizard',
            'name' => 'upgrade-wizard',
            'labelKey' => 'UpgradeWizard',
            'menu' => [],
        ],
        'trackers' => [
            'path' => 'trackers',
            'defaultRoute' => './#/trackers',
            'name' => 'trackers',
            'labelKey' => 'Trackers',
            'menu' => [],
        ],
        'TrackerSessions' => [
            'path' => 'TrackerSessions',
            'defaultRoute' => './#/TrackerSessions',
            'name' => 'TrackerSessions',
            'labelKey' => 'TrackerSessions',
            'menu' => [],
        ],
        'TrackerQueries' => [
            'path' => 'TrackerQueries',
            'defaultRoute' => './#/TrackerQueries',
            'name' => 'TrackerQueries',
            'labelKey' => 'TrackerQueries',
            'menu' => [],
        ],
        'FAQ' => [
            'path' => 'FAQ',
            'defaultRoute' => './#/FAQ',
            'name' => 'FAQ',
            'labelKey' => 'FAQ',
            'menu' => [],
        ],
        'Newsletters' => [
            'path' => 'Newsletters',
            'defaultRoute' => './#/Newsletters',
            'name' => 'Newsletters',
            'labelKey' => 'Newsletters',
            'menu' => [],
        ],
        'sugar-feed' => [
            'path' => 'administration',
            'defaultRoute' => './#/administration',
            'name' => 'administration',
            'labelKey' => 'Administration',
            'menu' => [
                [
                    'name' => 'View',
                    'labelKey' => 'LBL_USERS_TITLE',
                    'url' => '',
                    'process' => '',
                    'params' => [],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => [
                        'Users' => [
                            'user_management' => [
                                'UserManagement',
                                'LBL_MANAGE_USERS_TITLE',
                                'LBL_MANAGE_USERS',
                                './index.php?module=Users&action=index',
                                'admin-user-management',
                            ],
                            'roles_management' => [
                                'Roles',
                                'LBL_MANAGE_ROLES_TITLE',
                                'LBL_MANAGE_ROLES',
                                './index.php?module=ACLRoles&action=index',
                                'admin-roles',
                            ],
                        ],
                        'Administration' => [
                            'password_management' => [
                                'Password',
                                'LBL_MANAGE_PASSWORD_TITLE',
                                'LBL_MANAGE_PASSWORD',
                                './index.php?module=Administration&action=PasswordManager',
                                'admin-password',
                            ],
                            'oauth2_clients' => [
                                'Password',
                                'LBL_OAUTH2_CLIENTS_TITLE',
                                'LBL_OAUTH2_CLIENTS',
                                './index.php?module=OAuth2Clients&action=index',
                                'admin-oauth2',
                            ],
                            'oauth_keys' => [
                                'Password',
                                'LBL_OAUTH_TITLE',
                                'LBL_OAUTH',
                                './index.php?module=OAuthKeys&action=index',
                                'admin-oauth-keys',
                            ],
                            'securitygroup_management' => [
                                'SecuritySuiteGroupManagement',
                                'LBL_MANAGE_SECURITYGROUPS_TITLE',
                                'LBL_MANAGE_SECURITYGROUPS',
                                './index.php?module=SecurityGroups&action=index',
                                'admin-security',
                            ],
                            'securitygroup_config' => [
                                'SecurityGroupsManagement',
                                'LBL_CONFIG_SECURITYGROUPS_TITLE',
                                'LBL_CONFIG_SECURITYGROUPS',
                                './index.php?module=SecurityGroups&action=config',
                                'admin-security-suite-group-management',
                            ],
                        ],
                    ],
                    'type' => '',
                    'module' => 'administration',
                    'sublinks' => [
                        [
                            'name' => 'UserManagement',
                            'labelKey' => 'LBL_MANAGE_USERS_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/users/index',
                            'icon' => '',
                        ],
                        [
                            'name' => 'Roles',
                            'labelKey' => 'LBL_MANAGE_ROLES_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/acl-roles/index',
                            'icon' => '',
                        ],
                        [
                            'name' => 'Password',
                            'labelKey' => 'LBL_MANAGE_PASSWORD_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/administration/PasswordManager',
                            'icon' => '',
                        ],
                        [
                            'name' => 'Password',
                            'labelKey' => 'LBL_OAUTH2_CLIENTS_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/oauth2-clients/index',
                            'icon' => '',
                        ],
                        [
                            'name' => 'Password',
                            'labelKey' => 'LBL_OAUTH_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/oauth-keys/index',
                            'icon' => '',
                        ],
                        [
                            'name' => 'SecuritySuiteGroupManagement',
                            'labelKey' => 'LBL_MANAGE_SECURITYGROUPS_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/security-groups/index',
                            'icon' => '',
                        ],
                        [
                            'name' => 'SecurityGroupsManagement',
                            'labelKey' => 'LBL_CONFIG_SECURITYGROUPS_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/security-groups/config',
                            'icon' => '',
                        ],
                    ],
                ],
                [
                    'name' => 'View',
                    'labelKey' => 'LBL_ADMINISTRATION_HOME_TITLE',
                    'url' => '',
                    'process' => '',
                    'params' => [],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => [
                        'Administration' => [
                            'configphp_settings' => [
                                'Administration',
                                'LBL_CONFIGURE_SETTINGS_TITLE',
                                'LBL_CONFIGURE_SETTINGS',
                                './index.php?module=Configurator&action=EditView',
                                'admin-system-settings',
                            ],
                            'currencies_management' => [
                                'Currencies',
                                'LBL_MANAGE_CURRENCIES',
                                'LBL_CURRENCY',
                                './index.php?module=Currencies&action=index',
                                'admin-currencies',
                            ],
                            'languages' => [
                                'Currencies',
                                'LBL_MANAGE_LANGUAGES',
                                'LBL_LANGUAGES',
                                './index.php?module=Administration&action=Languages&view=default',
                                'admin-languages',
                            ],
                            'locale' => [
                                'Currencies',
                                'LBL_MANAGE_LOCALE',
                                'LBL_LOCALE',
                                './index.php?module=Administration&action=Locale&view=default',
                                'admin-locale',
                            ],
                            'pdf' => [
                                'PDF',
                                'LBL_PDF_HEADER',
                                'LBL_CHANGE_PDF_SETTINGS',
                                './index.php?module=Administration&action=PDFSettings',
                                'admin-pdf-settings',
                            ],
                            'search_wrapper' => [
                                'icon_SearchForm',
                                'LBL_SEARCH_WRAPPER',
                                'LBL_SEARCH_WRAPPER_DESC',
                                './index.php?module=Administration&action=SearchSettings',
                                'admin-global-search',
                            ],
                            'elastic_search' => [
                                'ElasticSearchIndexerSettings',
                                'LBL_ELASTIC_SEARCH_SETTINGS',
                                'LBL_ELASTIC_SEARCH_SETTINGS_DESC',
                                './index.php?module=Administration&action=ElasticSearchSettings',
                                'admin-global-search',
                            ],
                            'scheduler' => [
                                'Schedulers',
                                'LBL_SUITE_SCHEDULER_TITLE',
                                'LBL_SUITE_SCHEDULER',
                                './index.php?module=Schedulers&action=index',
                                'admin-scheduler',
                            ],
                            'theme_settings' => [
                                'icon_AdminThemes',
                                'LBL_THEME_SETTINGS',
                                'LBL_THEME_SETTINGS_DESC',
                                './index.php?module=Administration&action=ThemeSettings',
                                'admin-themes',
                            ],
                        ],
                    ],
                    'type' => '',
                    'module' => 'administration',
                    'sublinks' => [
                        [
                            'name' => 'Administration',
                            'labelKey' => 'LBL_CONFIGURE_SETTINGS_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/configurator/edit',
                            'icon' => '',
                        ],
                        [
                            'name' => 'Currencies',
                            'labelKey' => 'LBL_MANAGE_CURRENCIES',
                            'actionLabelKey' => '',
                            'url' => './#/currencies/index',
                            'icon' => '',
                        ],
                        [
                            'name' => 'Currencies',
                            'labelKey' => 'LBL_MANAGE_LANGUAGES',
                            'actionLabelKey' => '',
                            'url' => './#/administration/Languages?view=default',
                            'icon' => '',
                        ],
                        [
                            'name' => 'Currencies',
                            'labelKey' => 'LBL_MANAGE_LOCALE',
                            'actionLabelKey' => '',
                            'url' => './#/administration/Locale?view=default',
                            'icon' => '',
                        ],
                        [
                            'name' => 'PDF',
                            'labelKey' => 'LBL_PDF_HEADER',
                            'actionLabelKey' => '',
                            'url' => './#/administration/PDFSettings',
                            'icon' => '',
                        ],
                        [
                            'name' => 'icon_SearchForm',
                            'labelKey' => 'LBL_SEARCH_WRAPPER',
                            'actionLabelKey' => '',
                            'url' => './#/administration/SearchSettings',
                            'icon' => '',
                        ],
                        [
                            'name' => 'ElasticSearchIndexerSettings',
                            'labelKey' => 'LBL_ELASTIC_SEARCH_SETTINGS',
                            'actionLabelKey' => '',
                            'url' => './#/administration/ElasticSearchSettings',
                            'icon' => '',
                        ],
                        [
                            'name' => 'Schedulers',
                            'labelKey' => 'LBL_SUITE_SCHEDULER_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/schedulers/index',
                            'icon' => '',
                        ],
                        [
                            'name' => 'icon_AdminThemes',
                            'labelKey' => 'LBL_THEME_SETTINGS',
                            'actionLabelKey' => '',
                            'url' => './#/administration/ThemeSettings',
                            'icon' => '',
                        ],
                    ],
                ],
                [
                    'name' => 'View',
                    'labelKey' => 'LBL_MODULE_ADMIN',
                    'url' => '',
                    'process' => '',
                    'params' => [],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => [
                        'Administration' => [
                            'feed_settings' => [
                                'icon_SugarFeed',
                                'LBL_SUITEFEED_SETTINGS',
                                'LBL_SUITEFEED_SETTINGS_DESC',
                                './index.php?module=SugarFeed&action=AdminSettings',
                                'admin-activity-streams',
                            ],
                            'business_hours' => [
                                'AOBH_BusinessHours',
                                'LBL_BUSINESS_HOURS',
                                'LBL_AOP_BUSINESS_HOURS_DESC',
                                './index.php?module=Administration&action=BusinessHours',
                                'admin-aobh-businesshours',
                            ],
                            'aop' => [
                                'AOP',
                                'LBL_AOP_SETTINGS',
                                'LBL_CHANGE_SETTINGS_AOP',
                                './index.php?module=Administration&action=AOPAdmin',
                                'admin-aop-settings',
                            ],
                            'configure_group_tabs' => [
                                'ConfigureTabs',
                                'LBL_CONFIGURE_GROUP_TABS',
                                'LBL_CONFIGURE_GROUP_TABS_DESC',
                                './index.php?action=wizard&module=Studio&wizard=StudioWizard&option=ConfigureGroupTabs',
                                'admin-configure-module-menu-filters',
                            ],
                            'connector_settings' => [
                                'icon_Connectors',
                                'LBL_CONNECTOR_SETTINGS',
                                'LBL_CONNECTOR_SETTINGS_DESC',
                                './index.php?module=Connectors&action=ConnectorSettings',
                                'admin-connectors',
                            ],
                            'configure_tabs' => [
                                'ConfigureTabs',
                                'LBL_CONFIGURE_TABS_AND_SUBPANELS',
                                'LBL_CONFIGURE_TABS_AND_SUBPANELS_DESC',
                                './index.php?module=Administration&action=ConfigureTabs',
                                'admin-display-modules-and-subpanels',
                            ],
                            'history_contacts_emails' => [
                                'ConfigureTabs',
                                'LBL_HISTORY_CONTACTS_EMAILS',
                                'LBL_HISTORY_CONTACTS_EMAILS_DESC',
                                './index.php?module=Configurator&action=historyContactsEmails',
                                'admin-history-subpanel',
                            ],
                            'aos' => [
                                'AOS',
                                'LBL_AOS_SETTINGS',
                                'LBL_CHANGE_SETTINGS',
                                './index.php?module=Administration&action=AOSAdmin',
                                'admin-aos-settings',
                            ],
                        ],
                        'Bugs' => [
                            'bug_tracker' => [
                                'Releases',
                                'LBL_MANAGE_RELEASES',
                                'LBL_RELEASE',
                                './index.php?module=Releases&action=index',
                                'admin-releases',
                            ],
                        ],
                    ],
                    'type' => '',
                    'module' => 'administration',
                    'sublinks' => [
                        [
                            'name' => 'icon_SugarFeed',
                            'labelKey' => 'LBL_SUITEFEED_SETTINGS',
                            'actionLabelKey' => '',
                            'url' => './#/sugar-feed/AdminSettings',
                            'icon' => '',
                        ],
                        [
                            'name' => 'AOBH_BusinessHours',
                            'labelKey' => 'LBL_BUSINESS_HOURS',
                            'actionLabelKey' => '',
                            'url' => './#/administration/BusinessHours',
                            'icon' => '',
                        ],
                        [
                            'name' => 'AOP',
                            'labelKey' => 'LBL_AOP_SETTINGS',
                            'actionLabelKey' => '',
                            'url' => './#/administration/AOPAdmin',
                            'icon' => '',
                        ],
                        [
                            'name' => 'ConfigureTabs',
                            'labelKey' => 'LBL_CONFIGURE_GROUP_TABS',
                            'actionLabelKey' => '',
                            'url' => './#/studio/wizard?wizard=StudioWizard&option=ConfigureGroupTabs',
                            'icon' => '',
                        ],
                        [
                            'name' => 'icon_Connectors',
                            'labelKey' => 'LBL_CONNECTOR_SETTINGS',
                            'actionLabelKey' => '',
                            'url' => './#/connectors/ConnectorSettings',
                            'icon' => '',
                        ],
                        [
                            'name' => 'ConfigureTabs',
                            'labelKey' => 'LBL_CONFIGURE_TABS_AND_SUBPANELS',
                            'actionLabelKey' => '',
                            'url' => './#/administration/ConfigureTabs',
                            'icon' => '',
                        ],
                        [
                            'name' => 'ConfigureTabs',
                            'labelKey' => 'LBL_HISTORY_CONTACTS_EMAILS',
                            'actionLabelKey' => '',
                            'url' => './#/configurator/historyContactsEmails',
                            'icon' => '',
                        ],
                        [
                            'name' => 'AOS',
                            'labelKey' => 'LBL_AOS_SETTINGS',
                            'actionLabelKey' => '',
                            'url' => './#/administration/AOSAdmin',
                            'icon' => '',
                        ],
                        [
                            'name' => 'Releases',
                            'labelKey' => 'LBL_MANAGE_RELEASES',
                            'actionLabelKey' => '',
                            'url' => './#/releases/index',
                            'icon' => '',
                        ],
                    ],
                ],
                [
                    'name' => 'View',
                    'labelKey' => 'LBL_EMAIL_TITLE',
                    'url' => '',
                    'process' => '',
                    'params' => [],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => [
                        'Emails' => [
                            'mass_Email_config' => [
                                'EmailMan',
                                'LBL_MASS_EMAIL_CONFIG_TITLE',
                                'LBL_MASS_EMAIL_CONFIG_DESC',
                                './index.php?module=EmailMan&action=config',
                                'admin-email-settings',
                            ],
                            'mailboxes' => [
                                'EmailInbound',
                                'LBL_MANAGE_MAILBOX',
                                'LBL_MAILBOX_DESC',
                                './index.php?module=InboundEmail&action=index',
                                'admin-inbound-email',
                            ],
                            'mailboxes_outbound' => [
                                'EmailOutbound',
                                'LBL_MANAGE_MAILBOX_OUTBOUND',
                                'LBL_MAILBOX_OUTBOUND_DESC',
                                './index.php?module=OutboundEmailAccounts&action=index',
                                'admin-outbound-email',
                            ],
                            'external_oauth_connections' => [
                                'ExternalOAuthConnection',
                                'LBL_MANAGE_EXTERNAL_OAUTH_CONNECTIONS',
                                'LBL_MANAGE_EXTERNAL_OAUTH_CONNECTIONS_DESC',
                                'index.php?module=ExternalOAuthConnection&action=index',
                                'admin-oauth2',
                            ],
                            'external_oauth_providers' => [
                                'ExternalOAuthProvider',
                                'LBL_MANAGE_EXTERNAL_OAUTH_PROVIDERS',
                                'LBL_MANAGE_EXTERNAL_OAUTH_PROVIDERS_DESC',
                                'index.php?module=ExternalOAuthProvider&action=index',
                                'admin-oauth2',
                            ],
                        ],
                        'Campaigns' => [
                            'campaignconfig' => [
                                'EmailCampaigns',
                                'LBL_CAMPAIGN_CONFIG_TITLE',
                                'LBL_CAMPAIGN_CONFIG_DESC',
                                './index.php?module=EmailMan&action=campaignconfig',
                                'admin-campaign-email-settings',
                            ],
                            'mass_Email' => [
                                'EmailQueue',
                                'LBL_MASS_EMAIL_MANAGER_TITLE',
                                'LBL_MASS_EMAIL_MANAGER_DESC',
                                './index.php?module=EmailMan&action=index',
                                'admin-email-queue',
                            ],
                        ],
                    ],
                    'type' => '',
                    'module' => 'administration',
                    'sublinks' => [
                        [
                            'name' => 'EmailMan',
                            'labelKey' => 'LBL_MASS_EMAIL_CONFIG_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/emailman/config',
                            'icon' => '',
                        ],
                        [
                            'name' => 'EmailInbound',
                            'labelKey' => 'LBL_MANAGE_MAILBOX',
                            'actionLabelKey' => '',
                            'url' => './#/inbound-email/index',
                            'icon' => '',
                        ],
                        [
                            'name' => 'EmailOutbound',
                            'labelKey' => 'LBL_MANAGE_MAILBOX_OUTBOUND',
                            'actionLabelKey' => '',
                            'url' => './#/outbound-email-accounts/index',
                            'icon' => '',
                        ],
                        [
                            'name' => 'ExternalOAuthConnection',
                            'labelKey' => 'LBL_MANAGE_EXTERNAL_OAUTH_CONNECTIONS',
                            'actionLabelKey' => '',
                            'url' => './#/external-oauth-connection/index',
                            'icon' => '',
                        ],
                        [
                            'name' => 'ExternalOAuthProvider',
                            'labelKey' => 'LBL_MANAGE_EXTERNAL_OAUTH_PROVIDERS',
                            'actionLabelKey' => '',
                            'url' => './#/external-oauth-provider/index',
                            'icon' => '',
                        ],
                        [
                            'name' => 'EmailCampaigns',
                            'labelKey' => 'LBL_CAMPAIGN_CONFIG_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/emailman/campaignconfig',
                            'icon' => '',
                        ],
                        [
                            'name' => 'EmailQueue',
                            'labelKey' => 'LBL_MASS_EMAIL_MANAGER_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/emailman/index',
                            'icon' => '',
                        ],
                    ],
                ],
                [
                    'name' => 'View',
                    'labelKey' => 'LBL_ADMIN_TOOLS_TITLE',
                    'url' => '',
                    'process' => '',
                    'params' => [],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => [
                        'Administration' => [
                            'repair' => [
                                'Repair',
                                'LBL_UPGRADE_TITLE',
                                'LBL_UPGRADE',
                                './index.php?module=Administration&action=Upgrade',
                                'admin-repair',
                            ],
                            'backup_management' => [
                                'Backups',
                                'LBL_BACKUPS_TITLE',
                                'LBL_BACKUPS',
                                './index.php?module=Administration&action=Backups',
                                'admin-backups',
                            ],
                            'diagnostic' => [
                                'Diagnostic',
                                'LBL_DIAGNOSTIC_TITLE',
                                'LBL_DIAGNOSTIC_DESC',
                                './index.php?module=Administration&action=Diagnostic',
                                'admin-diagnostic',
                            ],
                            'import' => [
                                'Import',
                                'LBL_IMPORT_WIZARD',
                                'LBL_IMPORT_WIZARD_DESC',
                                './index.php?module=Import&action=step1&import_module=Administration',
                                'admin-import',
                            ],
                            'module_loader' => [
                                'ModuleLoader',
                                'LBL_MODULE_LOADER_TITLE',
                                'LBL_MODULE_LOADER',
                                './index.php?module=Administration&action=UpgradeWizard&view=module',
                                'admin-module-loader',
                            ],
                        ],
                    ],
                    'type' => '',
                    'module' => 'administration',
                    'sublinks' => [
                        [
                            'name' => 'Repair',
                            'labelKey' => 'LBL_UPGRADE_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/administration/upgrade',
                            'icon' => '',
                        ],
                        [
                            'name' => 'Backups',
                            'labelKey' => 'LBL_BACKUPS_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/administration/Backups',
                            'icon' => '',
                        ],
                        [
                            'name' => 'Diagnostic',
                            'labelKey' => 'LBL_DIAGNOSTIC_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/administration/Diagnostic',
                            'icon' => '',
                        ],
                        [
                            'name' => 'Import',
                            'labelKey' => 'LBL_IMPORT_WIZARD',
                            'actionLabelKey' => '',
                            'url' => './#/import/step1?import_module=Administration',
                            'icon' => '',
                        ],
                        [
                            'name' => 'ModuleLoader',
                            'labelKey' => 'LBL_MODULE_LOADER_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/administration/UpgradeWizard?view=module',
                            'icon' => '',
                        ],
                    ],
                ],
                [
                    'name' => 'View',
                    'labelKey' => 'LBL_STUDIO_TITLE',
                    'url' => '',
                    'process' => '',
                    'params' => [],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => [
                        'studio' => [
                            'studio' => [
                                'Studio',
                                'LBL_STUDIO',
                                'LBL_STUDIO_DESC',
                                './index.php?module=ModuleBuilder&action=index&type=studio',
                                'admin-studio',
                            ],
                        ],
                        'Administration' => [
                            'rename_tabs' => [
                                'RenameTabs',
                                'LBL_RENAME_TABS',
                                'LBL_CHANGE_NAME_MODULES',
                                './index.php?action=wizard&module=Studio&wizard=StudioWizard&option=RenameTabs',
                                'admin-rename-modules',
                            ],
                            'moduleBuilder' => [
                                'ModuleBuilder',
                                'LBL_MODULEBUILDER',
                                'LBL_MODULEBUILDER_DESC',
                                './index.php?module=ModuleBuilder&action=index&type=mb',
                                'admin-module-builder',
                            ],
                        ],
                        'any' => [
                            'dropdowneditor' => [
                                'Dropdown',
                                'LBL_DROPDOWN_EDITOR',
                                'DESC_DROPDOWN_EDITOR',
                                './index.php?module=ModuleBuilder&action=index&type=dropdowns',
                                'admin-dropdown-editor',
                            ],
                            'workflow_management' => [
                                'Workflow',
                                'LBL_WORKFLOW_MANAGER',
                                'LBL_WORKFLOW_MANAGER_DESC',
                                './index.php?module=AOW_WorkFlow',
                                'admin-workflow',
                            ],
                        ],
                    ],
                    'type' => '',
                    'module' => 'administration',
                    'sublinks' => [
                        [
                            'name' => 'Studio',
                            'labelKey' => 'LBL_STUDIO',
                            'actionLabelKey' => '',
                            'url' => './#/module-builder/index?type=studio',
                            'icon' => '',
                        ],
                        [
                            'name' => 'RenameTabs',
                            'labelKey' => 'LBL_RENAME_TABS',
                            'actionLabelKey' => '',
                            'url' => './#/studio/wizard?wizard=StudioWizard&option=RenameTabs',
                            'icon' => '',
                        ],
                        [
                            'name' => 'ModuleBuilder',
                            'labelKey' => 'LBL_MODULEBUILDER',
                            'actionLabelKey' => '',
                            'url' => './#/module-builder/index?type=mb',
                            'icon' => '',
                        ],
                        [
                            'name' => 'Dropdown',
                            'labelKey' => 'LBL_DROPDOWN_EDITOR',
                            'actionLabelKey' => '',
                            'url' => './#/module-builder/index?type=dropdowns',
                            'icon' => '',
                        ],
                        [
                            'name' => 'Workflow',
                            'labelKey' => 'LBL_WORKFLOW_MANAGER',
                            'actionLabelKey' => '',
                            'url' => './#/workflow',
                            'icon' => '',
                        ],
                    ],
                ],
                [
                    'name' => 'View',
                    'labelKey' => 'LBL_GOOGLE_SUITE_ADMIN_HEADER',
                    'url' => '',
                    'process' => '',
                    'params' => [],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => [
                        'Administration' => [
                            'google_calendar_settings' => [
                                'Google Calendar Settings',
                                'LBL_GOOGLE_CALENDAR_SETTINGS_TITLE',
                                'LBL_GOOGLE_CALENDAR_SETTINGS_DESC',
                                './index.php?module=Administration&action=GoogleCalendarSettings',
                                'admin-system-settings',
                            ],
                        ],
                        'jjwg_Maps' => [
                            'config' => [
                                'Administration',
                                'LBL_JJWG_MAPS_ADMIN_CONFIG_TITLE',
                                'LBL_JJWG_MAPS_ADMIN_CONFIG_DESC',
                                './index.php?module=jjwg_Maps&action=config',
                                'admin-google-maps-settings',
                            ],
                            'geocoded_counts' => [
                                'Geocoded_Counts',
                                'LBL_JJWG_MAPS_ADMIN_GEOCODED_COUNTS_TITLE',
                                'LBL_JJWG_MAPS_ADMIN_GEOCODED_COUNTS_DESC',
                                './index.php?module=jjwg_Maps&action=geocoded_counts',
                                'admin-geocoded-counts',
                            ],
                            'geocoding_test' => [
                                'GeocodingTests',
                                'LBL_JJWG_MAPS_ADMIN_GEOCODING_TEST_TITLE',
                                'LBL_JJWG_MAPS_ADMIN_GEOCODING_TEST_DESC',
                                './index.php?module=jjwg_Maps&action=geocoding_test',
                                'admin-geocoding-test',
                            ],
                            'geocode_addresses' => [
                                'GeocodeAddresses',
                                'LBL_JJWG_MAPS_ADMIN_GEOCODE_ADDRESSES_TITLE',
                                'LBL_JJWG_MAPS_ADMIN_GEOCODE_ADDRESSES_DESC',
                                './index.php?module=jjwg_Maps&action=geocode_addresses',
                                'admin-geocode-addresses',
                            ],
                            'address_cache' => [
                                'Address_Cache',
                                'LBL_JJWG_MAPS_ADMIN_ADDRESS_CACHE_TITLE',
                                'LBL_JJWG_MAPS_ADMIN_ADDRESS_CACHE_DESC',
                                './index.php?module=jjwg_Address_Cache&action=index',
                                'admin-address-cache',
                            ],
                        ],
                    ],
                    'type' => '',
                    'module' => 'administration',
                    'sublinks' => [
                        [
                            'name' => 'Google Calendar Settings',
                            'labelKey' => 'LBL_GOOGLE_CALENDAR_SETTINGS_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/administration/GoogleCalendarSettings',
                            'icon' => '',
                        ],
                        [
                            'name' => 'Administration',
                            'labelKey' => 'LBL_JJWG_MAPS_ADMIN_CONFIG_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/maps/config',
                            'icon' => '',
                        ],
                        [
                            'name' => 'Geocoded_Counts',
                            'labelKey' => 'LBL_JJWG_MAPS_ADMIN_GEOCODED_COUNTS_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/maps/geocoded_counts',
                            'icon' => '',
                        ],
                        [
                            'name' => 'GeocodingTests',
                            'labelKey' => 'LBL_JJWG_MAPS_ADMIN_GEOCODING_TEST_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/maps/geocoding_test',
                            'icon' => '',
                        ],
                        [
                            'name' => 'GeocodeAddresses',
                            'labelKey' => 'LBL_JJWG_MAPS_ADMIN_GEOCODE_ADDRESSES_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/maps/geocode_addresses',
                            'icon' => '',
                        ],
                        [
                            'name' => 'Address_Cache',
                            'labelKey' => 'LBL_JJWG_MAPS_ADMIN_ADDRESS_CACHE_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/address-cache/index',
                            'icon' => '',
                        ],
                    ],
                ],
            ],
        ],
        'SugarFavorites' => [
            'path' => 'SugarFavorites',
            'defaultRoute' => './#/SugarFavorites',
            'name' => 'SugarFavorites',
            'labelKey' => 'SugarFavorites',
            'menu' => [],
        ],
        'oauth-keys' => [
            'path' => 'oauth-keys',
            'defaultRoute' => './#/oauth-keys',
            'name' => 'oauth-keys',
            'labelKey' => 'OAuthKeys',
            'menu' => [
                [
                    'name' => 'Create',
                    'labelKey' => 'LNK_NEW_RECORD',
                    'url' => './#/oauth-keys/edit',
                    'process' => '',
                    'params' => [
                        'return_module' => 'OAuthKeys',
                        'return_action' => 'DetailView',
                    ],
                    'icon' => 'plus',
                    'actionLabelKey' => 'LBL_NEW',
                    'quickAction' => true,
                    'type' => 'create',
                    'module' => 'oauth-keys',
                ],
                [
                    'name' => 'List',
                    'labelKey' => 'LNK_LIST',
                    'url' => './#/oauth-keys/index',
                    'process' => '',
                    'params' => [],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => false,
                    'type' => '',
                    'module' => 'oauth-keys',
                ],
            ],
        ],
        'oauth-tokens' => [
            'path' => 'oauth-tokens',
            'defaultRoute' => './#/oauth-tokens',
            'name' => 'oauth-tokens',
            'labelKey' => 'OAuthTokens',
            'menu' => [],
        ],
        'oauth2-clients' => [
            'path' => 'oauth2-clients',
            'defaultRoute' => './#/oauth2-clients',
            'name' => 'oauth2-clients',
            'labelKey' => 'OAuth2Clients',
            'menu' => [
                [
                    'name' => 'Create',
                    'labelKey' => 'LNK_NEW_OAUTH2_PASSWORD_CLIENT',
                    'url' => './#/oauth2-clients/EditViewPassword',
                    'process' => '',
                    'params' => [
                        'return_module' => 'OAuth2Clients',
                        'return_action' => 'DetailView',
                    ],
                    'icon' => 'plus',
                    'actionLabelKey' => 'LBL_NEW',
                    'quickAction' => false,
                    'type' => '',
                    'module' => 'oauth2-clients',
                ],
                [
                    'name' => 'Create',
                    'labelKey' => 'LNK_NEW_OAUTH2_CREDENTIALS_CLIENT',
                    'url' => './#/oauth2-clients/EditViewCredentials',
                    'process' => '',
                    'params' => [
                        'return_module' => 'OAuth2Clients',
                        'return_action' => 'DetailView',
                    ],
                    'icon' => 'plus',
                    'actionLabelKey' => 'LBL_NEW',
                    'quickAction' => false,
                    'type' => '',
                    'module' => 'oauth2-clients',
                ],
                [
                    'name' => 'List',
                    'labelKey' => 'LNK_OAUTH2_CLIENT_LIST',
                    'url' => './#/oauth2-clients/index',
                    'process' => '',
                    'params' => [
                        'return_module' => 'OAuth2Clients',
                        'return_action' => 'DetailView',
                    ],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => false,
                    'type' => '',
                    'module' => 'oauth2-clients',
                ],
                [
                    'name' => 'List',
                    'labelKey' => 'LNK_OAUTH2_TOKEN_LIST',
                    'url' => './#/oauth2-tokens/index',
                    'process' => '',
                    'params' => [
                        'return_module' => 'OAuth2Tokens',
                        'return_action' => 'DetailView',
                    ],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => false,
                    'type' => '',
                    'module' => 'oauth2-tokens',
                ],
            ],
        ],
        'oauth2-tokens' => [
            'path' => 'oauth2-tokens',
            'defaultRoute' => './#/oauth2-tokens',
            'name' => 'oauth2-tokens',
            'labelKey' => 'OAuth2Tokens',
            'menu' => [
                [
                    'name' => 'Create',
                    'labelKey' => 'LNK_NEW_OAUTH2_PASSWORD_CLIENT',
                    'url' => './#/oauth2-clients/EditViewPassword',
                    'process' => '',
                    'params' => [
                        'return_module' => 'OAuth2Clients',
                        'return_action' => 'DetailView',
                    ],
                    'icon' => 'plus',
                    'actionLabelKey' => 'LBL_NEW',
                    'quickAction' => false,
                    'type' => '',
                    'module' => 'oauth2-clients',
                ],
                [
                    'name' => 'Create',
                    'labelKey' => 'LNK_NEW_OAUTH2_CREDENTIALS_CLIENT',
                    'url' => './#/oauth2-clients/EditViewCredentials',
                    'process' => '',
                    'params' => [
                        'return_module' => 'OAuth2Clients',
                        'return_action' => 'DetailView',
                    ],
                    'icon' => 'plus',
                    'actionLabelKey' => 'LBL_NEW',
                    'quickAction' => false,
                    'type' => '',
                    'module' => 'oauth2-clients',
                ],
                [
                    'name' => 'List',
                    'labelKey' => 'LNK_OAUTH2_CLIENT_LIST',
                    'url' => './#/oauth2-clients/index',
                    'process' => '',
                    'params' => [
                        'return_module' => 'OAuth2Clients',
                        'return_action' => 'DetailView',
                    ],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => false,
                    'type' => '',
                    'module' => 'oauth2-clients',
                ],
                [
                    'name' => 'List',
                    'labelKey' => 'LNK_OAUTH2_TOKEN_LIST',
                    'url' => './#/oauth2-tokens/index',
                    'process' => '',
                    'params' => [
                        'return_module' => 'OAuth2Tokens',
                        'return_action' => 'DetailView',
                    ],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => false,
                    'type' => '',
                    'module' => 'oauth2-tokens',
                ],
            ],
        ],
        'Library' => [
            'path' => 'Library',
            'defaultRoute' => './#/Library',
            'name' => 'Library',
            'labelKey' => 'Library',
            'menu' => [],
        ],
        'email-addresses' => [
            'path' => 'email-addresses',
            'defaultRoute' => './#/email-addresses',
            'name' => 'email-addresses',
            'labelKey' => 'EmailAddresses',
            'menu' => [],
        ],
        'KBDocuments' => [
            'path' => 'KBDocuments',
            'defaultRoute' => './#/KBDocuments',
            'name' => 'KBDocuments',
            'labelKey' => 'KBDocuments',
            'menu' => [],
        ],
        'case-events' => [
            'path' => 'case-events',
            'defaultRoute' => './#/case-events',
            'name' => 'case-events',
            'labelKey' => 'AOP_Case_Events',
            'menu' => [
                [
                    'name' => 'Create',
                    'labelKey' => 'LNK_NEW_RECORD',
                    'url' => './#/case-events/edit',
                    'process' => '',
                    'params' => [
                        'return_module' => 'AOP_Case_Events',
                        'return_action' => 'DetailView',
                    ],
                    'icon' => 'plus',
                    'actionLabelKey' => 'LBL_NEW',
                    'quickAction' => true,
                    'type' => 'create',
                    'module' => 'case-events',
                ],
                [
                    'name' => 'List',
                    'labelKey' => 'LNK_LIST',
                    'url' => './#/case-events/index',
                    'process' => '',
                    'params' => [],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => false,
                    'type' => '',
                    'module' => 'case-events',
                ],
            ],
        ],
        'case-updates' => [
            'path' => 'case-updates',
            'defaultRoute' => './#/case-updates',
            'name' => 'case-updates',
            'labelKey' => 'AOP_Case_Updates',
            'menu' => [
                [
                    'name' => 'Create',
                    'labelKey' => 'LNK_NEW_RECORD',
                    'url' => './#/case-updates/edit',
                    'process' => '',
                    'params' => [
                        'return_module' => 'AOP_Case_Updates',
                        'return_action' => 'DetailView',
                    ],
                    'icon' => 'plus',
                    'actionLabelKey' => 'LBL_NEW',
                    'quickAction' => true,
                    'type' => 'create',
                    'module' => 'case-updates',
                ],
                [
                    'name' => 'List',
                    'labelKey' => 'LNK_LIST',
                    'url' => './#/case-updates/index',
                    'process' => '',
                    'params' => [],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => false,
                    'type' => '',
                    'module' => 'case-updates',
                ],
            ],
        ],
        'report-conditions' => [
            'path' => 'report-conditions',
            'defaultRoute' => './#/report-conditions',
            'name' => 'report-conditions',
            'labelKey' => 'AOR_Conditions',
            'menu' => [
                [
                    'name' => 'Create',
                    'labelKey' => 'LNK_NEW_RECORD',
                    'url' => './#/report-conditions/edit',
                    'process' => '',
                    'params' => [
                        'return_module' => 'AOR_Conditions',
                        'return_action' => 'DetailView',
                    ],
                    'icon' => 'plus',
                    'actionLabelKey' => 'LBL_NEW',
                    'quickAction' => true,
                    'type' => 'create',
                    'module' => 'report-conditions',
                ],
                [
                    'name' => 'List',
                    'labelKey' => 'LNK_LIST',
                    'url' => './#/report-conditions/index',
                    'process' => '',
                    'params' => [],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => false,
                    'type' => '',
                    'module' => 'report-conditions',
                ],
            ],
        ],
        'report-charts' => [
            'path' => 'report-charts',
            'defaultRoute' => './#/report-charts',
            'name' => 'report-charts',
            'labelKey' => 'AOR_Charts',
            'menu' => [
                [
                    'name' => 'Create',
                    'labelKey' => 'LNK_NEW_RECORD',
                    'url' => './#/report-charts/edit',
                    'process' => '',
                    'params' => [
                        'return_module' => 'AOR_Charts',
                        'return_action' => 'DetailView',
                    ],
                    'icon' => 'plus',
                    'actionLabelKey' => 'LBL_NEW',
                    'quickAction' => true,
                    'type' => 'create',
                    'module' => 'report-charts',
                ],
                [
                    'name' => 'List',
                    'labelKey' => 'LNK_LIST',
                    'url' => './#/report-charts/index',
                    'process' => '',
                    'params' => [],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => false,
                    'type' => '',
                    'module' => 'report-charts',
                ],
            ],
        ],
        'report-fields' => [
            'path' => 'report-fields',
            'defaultRoute' => './#/report-fields',
            'name' => 'report-fields',
            'labelKey' => 'AOR_Fields',
            'menu' => [
                [
                    'name' => 'Create',
                    'labelKey' => 'LNK_NEW_RECORD',
                    'url' => './#/report-fields/edit',
                    'process' => '',
                    'params' => [
                        'return_module' => 'AOR_Fields',
                        'return_action' => 'DetailView',
                    ],
                    'icon' => 'plus',
                    'actionLabelKey' => 'LBL_NEW',
                    'quickAction' => true,
                    'type' => 'create',
                    'module' => 'report-fields',
                ],
                [
                    'name' => 'List',
                    'labelKey' => 'LNK_LIST',
                    'url' => './#/report-fields/index',
                    'process' => '',
                    'params' => [],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => false,
                    'type' => '',
                    'module' => 'report-fields',
                ],
            ],
        ],
        'products-quotes' => [
            'path' => 'products-quotes',
            'defaultRoute' => './#/products-quotes',
            'name' => 'products-quotes',
            'labelKey' => 'AOS_Products_Quotes',
            'menu' => [],
        ],
        'line-item-groups' => [
            'path' => 'line-item-groups',
            'defaultRoute' => './#/line-item-groups',
            'name' => 'line-item-groups',
            'labelKey' => 'AOS_Line_Item_Groups',
            'menu' => [],
        ],
        'workflow-conditions' => [
            'path' => 'workflow-conditions',
            'defaultRoute' => './#/workflow-conditions',
            'name' => 'workflow-conditions',
            'labelKey' => 'AOW_Conditions',
            'menu' => [],
        ],
        'workflow-processed' => [
            'path' => 'workflow-processed',
            'defaultRoute' => './#/workflow-processed',
            'name' => 'workflow-processed',
            'labelKey' => 'AOW_Processed',
            'menu' => [
                [
                    'name' => 'Create',
                    'labelKey' => 'LNK_NEW_WORKFLOW',
                    'url' => './#/workflow/edit',
                    'process' => '',
                    'params' => [
                        'return_module' => 'AOW_WorkFlow',
                        'return_action' => 'DetailView',
                    ],
                    'icon' => 'plus',
                    'actionLabelKey' => 'LBL_NEW',
                    'quickAction' => true,
                    'type' => 'create',
                    'module' => 'workflow',
                ],
                [
                    'name' => 'List',
                    'labelKey' => 'LNK_WORKFLOW_LIST',
                    'url' => './#/workflow/index',
                    'process' => '',
                    'params' => [
                        'return_module' => 'AOW_WorkFlow',
                        'return_action' => 'DetailView',
                    ],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => false,
                    'type' => '',
                    'module' => 'workflow',
                ],
                [
                    'name' => 'View_Process_Audit',
                    'labelKey' => 'LNK_LIST',
                    'url' => './#/workflow-processed/index',
                    'process' => '',
                    'params' => [
                        'return_module' => 'AOW_Processed',
                        'return_action' => 'DetailView',
                    ],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => false,
                    'type' => '',
                    'module' => 'workflow-processed',
                ],
            ],
        ],
        'workflow-actions' => [
            'path' => 'workflow-actions',
            'defaultRoute' => './#/workflow-actions',
            'name' => 'workflow-actions',
            'labelKey' => 'AOW_Actions',
            'menu' => [],
        ],
        'task-templates' => [
            'path' => 'task-templates',
            'defaultRoute' => './#/task-templates',
            'name' => 'task-templates',
            'labelKey' => 'AM_TaskTemplates',
            'menu' => [
                [
                    'name' => 'Create',
                    'labelKey' => 'LNK_NEW_RECORD',
                    'url' => './#/task-templates/edit',
                    'process' => '',
                    'params' => [
                        'return_module' => 'AM_TaskTemplates',
                        'return_action' => 'DetailView',
                    ],
                    'icon' => 'plus',
                    'actionLabelKey' => 'LBL_NEW',
                    'quickAction' => true,
                    'type' => 'create',
                    'module' => 'task-templates',
                ],
                [
                    'name' => 'List',
                    'labelKey' => 'LNK_LIST',
                    'url' => './#/task-templates/index',
                    'process' => '',
                    'params' => [],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => false,
                    'type' => '',
                    'module' => 'task-templates',
                ],
            ],
        ],
        'jjwp_Partners' => [
            'path' => 'jjwp_Partners',
            'defaultRoute' => './#/jjwp_Partners',
            'name' => 'jjwp_Partners',
            'labelKey' => 'jjwp_Partners',
            'menu' => [],
        ],
        'outbound-email-accounts' => [
            'path' => 'outbound-email-accounts',
            'defaultRoute' => './#/outbound-email-accounts',
            'name' => 'outbound-email-accounts',
            'labelKey' => 'OutboundEmailAccounts',
            'menu' => [
                [
                    'name' => 'CreatePersonal',
                    'labelKey' => 'LNK_LIST_CREATE_NEW_PERSONAL',
                    'url' => './#/outbound-email-accounts/edit',
                    'process' => '',
                    'params' => [
                        'type' => 'user',
                    ],
                    'icon' => 'plus',
                    'actionLabelKey' => '',
                    'quickAction' => true,
                    'type' => 'create',
                    'module' => 'outbound-email-accounts',
                ],
                [
                    'name' => 'CreateGroup',
                    'labelKey' => 'LNK_LIST_CREATE_NEW_GROUP',
                    'url' => './#/outbound-email-accounts/edit',
                    'process' => '',
                    'params' => [
                        'type' => 'group',
                    ],
                    'icon' => 'plus',
                    'actionLabelKey' => '',
                    'quickAction' => true,
                    'type' => 'create',
                    'module' => 'outbound-email-accounts',
                ],
                [
                    'name' => 'List',
                    'labelKey' => 'LNK_LIST_INBOUND_EMAIL_ACCOUNTS',
                    'url' => './#/inbound-email/index',
                    'process' => '',
                    'params' => [],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => false,
                    'type' => '',
                    'module' => 'inbound-email',
                ],
                [
                    'name' => 'List',
                    'labelKey' => 'LNK_LIST',
                    'url' => './#/outbound-email-accounts/index',
                    'process' => '',
                    'params' => [],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => false,
                    'type' => '',
                    'module' => 'outbound-email-accounts',
                ],
                [
                    'name' => 'List',
                    'labelKey' => 'LNK_EXTERNAL_OAUTH_CONNECTIONS',
                    'url' => './#/external-oauth-connection/index',
                    'process' => '',
                    'params' => [],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => false,
                    'type' => '',
                    'module' => 'external-oauth-connection',
                ],
            ],
        ],
        'external-oauth-connection' => [
            'path' => 'external-oauth-connection',
            'defaultRoute' => './#/external-oauth-connection',
            'name' => 'external-oauth-connection',
            'labelKey' => 'ExternalOAuthConnection',
            'menu' => [
                [
                    'name' => 'CreatePersonal',
                    'labelKey' => 'LNK_LIST_CREATE_NEW_PERSONAL',
                    'url' => './#/external-oauth-connection/edit',
                    'process' => '',
                    'params' => [
                        'type' => 'personal',
                    ],
                    'icon' => 'plus',
                    'actionLabelKey' => '',
                    'quickAction' => true,
                    'type' => 'create',
                    'module' => 'external-oauth-connection',
                ],
                [
                    'name' => 'CreateGroup',
                    'labelKey' => 'LNK_LIST_CREATE_NEW_GROUP',
                    'url' => './#/external-oauth-connection/edit',
                    'process' => '',
                    'params' => [
                        'type' => 'group',
                    ],
                    'icon' => 'plus',
                    'actionLabelKey' => '',
                    'quickAction' => true,
                    'type' => 'create',
                    'module' => 'external-oauth-connection',
                ],
                [
                    'name' => 'List',
                    'labelKey' => 'LNK_LIST_INBOUND_EMAILS',
                    'url' => './#/inbound-email/index',
                    'process' => '',
                    'params' => [],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => false,
                    'type' => '',
                    'module' => 'inbound-email',
                ],
                [
                    'name' => 'List',
                    'labelKey' => 'LNK_LIST_OUTBOUND_EMAILS',
                    'url' => './#/outbound-email-accounts/index',
                    'process' => '',
                    'params' => [],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => false,
                    'type' => '',
                    'module' => 'outbound-email-accounts',
                ],
                [
                    'name' => 'List',
                    'labelKey' => 'LNK_LIST',
                    'url' => './#/external-oauth-connection/index',
                    'process' => '',
                    'params' => [],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => false,
                    'type' => '',
                    'module' => 'external-oauth-connection',
                ],
                [
                    'name' => 'List',
                    'labelKey' => 'LNK_LIST_EXTERNAL_OAUTH_PROVIDERS',
                    'url' => './#/external-oauth-provider/index',
                    'process' => '',
                    'params' => [],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => false,
                    'type' => '',
                    'module' => 'external-oauth-provider',
                ],
            ],
        ],
        'external-oauth-provider' => [
            'path' => 'external-oauth-provider',
            'defaultRoute' => './#/external-oauth-provider',
            'name' => 'external-oauth-provider',
            'labelKey' => 'ExternalOAuthProvider',
            'menu' => [
                [
                    'name' => 'CreatePersonal',
                    'labelKey' => 'LNK_LIST_CREATE_NEW_PERSONAL',
                    'url' => './#/external-oauth-provider/edit',
                    'process' => '',
                    'params' => [
                        'type' => 'personal',
                    ],
                    'icon' => 'plus',
                    'actionLabelKey' => '',
                    'quickAction' => true,
                    'type' => 'create',
                    'module' => 'external-oauth-provider',
                ],
                [
                    'name' => 'CreateGroup',
                    'labelKey' => 'LNK_LIST_CREATE_NEW_GROUP',
                    'url' => './#/external-oauth-provider/edit',
                    'process' => '',
                    'params' => [
                        'type' => 'group',
                    ],
                    'icon' => 'plus',
                    'actionLabelKey' => '',
                    'quickAction' => true,
                    'type' => 'create',
                    'module' => 'external-oauth-provider',
                ],
                [
                    'name' => 'List',
                    'labelKey' => 'LNK_LIST_INBOUND_EMAILS',
                    'url' => './#/inbound-email/index',
                    'process' => '',
                    'params' => [],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => false,
                    'type' => '',
                    'module' => 'inbound-email',
                ],
                [
                    'name' => 'List',
                    'labelKey' => 'LNK_LIST_OUTBOUND_EMAILS',
                    'url' => './#/outbound-email-accounts/index',
                    'process' => '',
                    'params' => [],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => false,
                    'type' => '',
                    'module' => 'outbound-email-accounts',
                ],
                [
                    'name' => 'List',
                    'labelKey' => 'LNK_LIST_EXTERNAL_OAUTH_CONNECTION',
                    'url' => './#/external-oauth-connection/index',
                    'process' => '',
                    'params' => [],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => false,
                    'type' => '',
                    'module' => 'external-oauth-connection',
                ],
                [
                    'name' => 'List',
                    'labelKey' => 'LNK_LIST',
                    'url' => './#/external-oauth-provider/index',
                    'process' => '',
                    'params' => [],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => false,
                    'type' => '',
                    'module' => 'external-oauth-provider',
                ],
            ],
        ],
        'TemplateEditor' => [
            'path' => 'TemplateEditor',
            'defaultRoute' => './#/TemplateEditor',
            'name' => 'TemplateEditor',
            'labelKey' => 'TemplateEditor',
            'menu' => [],
        ],
        'survey-responses' => [
            'path' => 'survey-responses',
            'defaultRoute' => './#/survey-responses',
            'name' => 'survey-responses',
            'labelKey' => 'SurveyResponses',
            'menu' => [
                [
                    'name' => 'Add',
                    'labelKey' => 'LNK_NEW_RECORD',
                    'url' => './#/survey-responses/edit',
                    'process' => '',
                    'params' => [
                        'return_module' => 'SurveyResponses',
                        'return_action' => 'DetailView',
                    ],
                    'icon' => 'plus',
                    'actionLabelKey' => 'LBL_NEW',
                    'quickAction' => true,
                    'type' => 'create',
                    'module' => 'survey-responses',
                ],
                [
                    'name' => 'View',
                    'labelKey' => 'LNK_LIST',
                    'url' => './#/survey-responses/index',
                    'process' => '',
                    'params' => [
                        'return_module' => 'SurveyResponses',
                        'return_action' => 'DetailView',
                    ],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => false,
                    'type' => '',
                    'module' => 'survey-responses',
                ],
            ],
        ],
        'survey-question-responses' => [
            'path' => 'survey-question-responses',
            'defaultRoute' => './#/survey-question-responses',
            'name' => 'survey-question-responses',
            'labelKey' => 'SurveyQuestionResponses',
            'menu' => [
                [
                    'name' => 'Add',
                    'labelKey' => 'LNK_NEW_RECORD',
                    'url' => './#/survey-question-responses/edit',
                    'process' => '',
                    'params' => [
                        'return_module' => 'SurveyQuestionResponses',
                        'return_action' => 'DetailView',
                    ],
                    'icon' => 'plus',
                    'actionLabelKey' => 'LBL_NEW',
                    'quickAction' => true,
                    'type' => 'create',
                    'module' => 'survey-question-responses',
                ],
                [
                    'name' => 'View',
                    'labelKey' => 'LNK_LIST',
                    'url' => './#/survey-question-responses/index',
                    'process' => '',
                    'params' => [
                        'return_module' => 'SurveyQuestionResponses',
                        'return_action' => 'DetailView',
                    ],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => false,
                    'type' => '',
                    'module' => 'survey-question-responses',
                ],
            ],
        ],
        'survey-questions' => [
            'path' => 'survey-questions',
            'defaultRoute' => './#/survey-questions',
            'name' => 'survey-questions',
            'labelKey' => 'SurveyQuestions',
            'menu' => [
                [
                    'name' => 'Add',
                    'labelKey' => 'LNK_NEW_RECORD',
                    'url' => './#/survey-questions/edit',
                    'process' => '',
                    'params' => [
                        'return_module' => 'SurveyQuestions',
                        'return_action' => 'DetailView',
                    ],
                    'icon' => 'plus',
                    'actionLabelKey' => 'LBL_NEW',
                    'quickAction' => true,
                    'type' => 'create',
                    'module' => 'survey-questions',
                ],
                [
                    'name' => 'View',
                    'labelKey' => 'LNK_LIST',
                    'url' => './#/survey-questions/index',
                    'process' => '',
                    'params' => [
                        'return_module' => 'SurveyQuestions',
                        'return_action' => 'DetailView',
                    ],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => false,
                    'type' => '',
                    'module' => 'survey-questions',
                ],
            ],
        ],
        'survey-question-options' => [
            'path' => 'survey-question-options',
            'defaultRoute' => './#/survey-question-options',
            'name' => 'survey-question-options',
            'labelKey' => 'SurveyQuestionOptions',
            'menu' => [
                [
                    'name' => 'Add',
                    'labelKey' => 'LNK_NEW_RECORD',
                    'url' => './#/survey-question-options/edit',
                    'process' => '',
                    'params' => [
                        'return_module' => 'SurveyQuestionOptions',
                        'return_action' => 'DetailView',
                    ],
                    'icon' => 'plus',
                    'actionLabelKey' => 'LBL_NEW',
                    'quickAction' => true,
                    'type' => 'create',
                    'module' => 'survey-question-options',
                ],
                [
                    'name' => 'View',
                    'labelKey' => 'LNK_LIST',
                    'url' => './#/survey-question-options/index',
                    'process' => '',
                    'params' => [
                        'return_module' => 'SurveyQuestionOptions',
                        'return_action' => 'DetailView',
                    ],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => false,
                    'type' => '',
                    'module' => 'survey-question-options',
                ],
            ],
        ],
        'custom-fields' => [
            'path' => 'custom-fields',
            'defaultRoute' => './#/custom-fields',
            'name' => 'custom-fields',
            'labelKey' => 'CustomFields',
            'menu' => [],
        ],
        'dropdown' => [
            'path' => 'dropdown',
            'defaultRoute' => './#/dropdown',
            'name' => 'dropdown',
            'labelKey' => 'Dropdown',
            'menu' => [],
        ],
        'dynamic' => [
            'path' => 'dynamic',
            'defaultRoute' => './#/dynamic',
            'name' => 'dynamic',
            'labelKey' => 'Dynamic',
            'menu' => [],
        ],
        'dynamic-fields' => [
            'path' => 'dynamic-fields',
            'defaultRoute' => './#/dynamic-fields',
            'name' => 'dynamic-fields',
            'labelKey' => 'DynamicFields',
            'menu' => [],
        ],
        'dynamic-layout' => [
            'path' => 'dynamic-layout',
            'defaultRoute' => './#/dynamic-layout',
            'name' => 'dynamic-layout',
            'labelKey' => 'DynamicLayout',
            'menu' => [],
        ],
        'edit-custom-fields' => [
            'path' => 'edit-custom-fields',
            'defaultRoute' => './#/edit-custom-fields',
            'name' => 'edit-custom-fields',
            'labelKey' => 'EditCustomFields',
            'menu' => [],
        ],
        'help' => [
            'path' => 'help',
            'defaultRoute' => './#/help',
            'name' => 'help',
            'labelKey' => 'Help',
            'menu' => [
                [
                    'name' => 'Contacts',
                    'labelKey' => 'LNK_NEW_CONTACT',
                    'url' => './#/contacts/edit',
                    'process' => '',
                    'params' => [
                        'return_module' => 'Contacts',
                        'return_action' => 'DetailView',
                    ],
                    'icon' => '',
                    'actionLabelKey' => '',
                    'quickAction' => true,
                    'type' => 'create',
                    'module' => 'contacts',
                ],
                [
                    'name' => 'Accounts',
                    'labelKey' => 'LNK_NEW_ACCOUNT',
                    'url' => './#/accounts/edit',
                    'process' => '',
                    'params' => [
                        'return_module' => 'Accounts',
                        'return_action' => 'DetailView',
                    ],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => true,
                    'type' => 'create',
                    'module' => 'accounts',
                ],
                [
                    'name' => 'Opportunities',
                    'labelKey' => 'LNK_NEW_OPPORTUNITY',
                    'url' => './#/opportunities/edit',
                    'process' => '',
                    'params' => [
                        'return_module' => 'Opportunities',
                        'return_action' => 'DetailView',
                    ],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => true,
                    'type' => 'create',
                    'module' => 'opportunities',
                ],
                [
                    'name' => 'Cases',
                    'labelKey' => 'LNK_NEW_CASE',
                    'url' => './#/cases/edit',
                    'process' => '',
                    'params' => [
                        'return_module' => 'Cases',
                        'return_action' => 'DetailView',
                    ],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => true,
                    'type' => 'create',
                    'module' => 'cases',
                ],
                [
                    'name' => 'Notes',
                    'labelKey' => 'LNK_NEW_NOTE',
                    'url' => './#/notes/edit',
                    'process' => '',
                    'params' => [
                        'return_module' => 'Notes',
                        'return_action' => 'DetailView',
                    ],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => true,
                    'type' => 'create',
                    'module' => 'notes',
                ],
                [
                    'name' => 'Calls',
                    'labelKey' => 'LNK_NEW_CALL',
                    'url' => './#/calls/edit',
                    'process' => '',
                    'params' => [
                        'return_module' => 'Calls',
                        'return_action' => 'DetailView',
                    ],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => true,
                    'type' => 'create',
                    'module' => 'calls',
                ],
                [
                    'name' => 'Emails',
                    'labelKey' => 'LNK_NEW_EMAIL',
                    'url' => './#/emails/Compose',
                    'process' => '',
                    'params' => [],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => false,
                    'type' => '',
                    'module' => 'emails',
                ],
                [
                    'name' => 'Meetings',
                    'labelKey' => 'LNK_NEW_MEETING',
                    'url' => './#/meetings/edit',
                    'process' => '',
                    'params' => [
                        'return_module' => 'Meetings',
                        'return_action' => 'DetailView',
                    ],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => true,
                    'type' => 'create',
                    'module' => 'meetings',
                ],
                [
                    'name' => 'Tasks',
                    'labelKey' => 'LNK_NEW_TASK',
                    'url' => './#/tasks/edit',
                    'process' => '',
                    'params' => [
                        'return_module' => 'Tasks',
                        'return_action' => 'DetailView',
                    ],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => true,
                    'type' => 'create',
                    'module' => 'tasks',
                ],
            ],
        ],
        'import' => [
            'path' => 'import',
            'defaultRoute' => './#/import',
            'name' => 'import',
            'labelKey' => 'Import',
            'menu' => [],
        ],
        'my-settings' => [
            'path' => 'my-settings',
            'defaultRoute' => './#/my-settings',
            'name' => 'my-settings',
            'labelKey' => 'MySettings',
            'menu' => [],
        ],
        'fields-metaData' => [
            'path' => 'fields-metaData',
            'defaultRoute' => './#/fields-metaData',
            'name' => 'fields-metaData',
            'labelKey' => 'FieldsMetaData',
            'menu' => [],
        ],
        'versions' => [
            'path' => 'versions',
            'defaultRoute' => './#/versions',
            'name' => 'versions',
            'labelKey' => 'Versions',
            'menu' => [],
        ],
        'label-editor' => [
            'path' => 'label-editor',
            'defaultRoute' => './#/label-editor',
            'name' => 'label-editor',
            'labelKey' => 'LabelEditor',
            'menu' => [],
        ],
        'optimistic-lock' => [
            'path' => 'optimistic-lock',
            'defaultRoute' => './#/optimistic-lock',
            'name' => 'optimistic-lock',
            'labelKey' => 'OptimisticLock',
            'menu' => [],
        ],
        'audit' => [
            'path' => 'audit',
            'defaultRoute' => './#/audit',
            'name' => 'audit',
            'labelKey' => 'Audit',
            'menu' => [],
        ],
        'mail-merge' => [
            'path' => 'mail-merge',
            'defaultRoute' => './#/mail-merge',
            'name' => 'mail-merge',
            'labelKey' => 'MailMerge',
            'menu' => [
                [
                    'name' => 'Create',
                    'labelKey' => 'LNK_NEW_MAILMERGE',
                    'url' => './#/mail-merge/index',
                    'process' => '',
                    'params' => [
                        'reset' => 'true',
                    ],
                    'icon' => 'plus',
                    'actionLabelKey' => 'LBL_NEW',
                    'quickAction' => false,
                    'type' => '',
                    'module' => 'mail-merge',
                ],
                [
                    'name' => 'List',
                    'labelKey' => 'LNK_UPLOAD_TEMPLATE',
                    'url' => './#/documents/edit',
                    'process' => '',
                    'params' => [
                        'return_module' => 'MailMerge',
                        'return_action' => 'EditView',
                    ],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => true,
                    'type' => 'create',
                    'module' => 'documents',
                ],
            ],
        ],
        'merge-records' => [
            'path' => 'merge-records',
            'defaultRoute' => './#/merge-records',
            'name' => 'merge-records',
            'labelKey' => 'MergeRecords',
            'menu' => [],
        ],
        'schedulers-jobs' => [
            'path' => 'schedulers-jobs',
            'defaultRoute' => './#/schedulers-jobs',
            'name' => 'schedulers-jobs',
            'labelKey' => 'Schedulers_jobs',
            'menu' => [],
        ],
        'campaign-trackers' => [
            'path' => 'campaign-trackers',
            'defaultRoute' => './#/campaign-trackers',
            'name' => 'campaign-trackers',
            'labelKey' => 'CampaignTrackers',
            'menu' => [
                [
                    'name' => 'List',
                    'labelKey' => 'LNK_CAMPAIGN_LIST',
                    'url' => './#/campaigns/index',
                    'process' => '',
                    'params' => [
                        'return_module' => 'Campaigns',
                        'return_action' => 'index',
                    ],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => false,
                    'type' => '',
                    'module' => 'campaigns',
                ],
            ],
        ],
        'emailman' => [
            'path' => 'administration',
            'defaultRoute' => './#/administration',
            'name' => 'administration',
            'labelKey' => 'Administration',
            'menu' => [
                [
                    'name' => 'View',
                    'labelKey' => 'LBL_USERS_TITLE',
                    'url' => '',
                    'process' => '',
                    'params' => [],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => [
                        'Users' => [
                            'user_management' => [
                                'UserManagement',
                                'LBL_MANAGE_USERS_TITLE',
                                'LBL_MANAGE_USERS',
                                './index.php?module=Users&action=index',
                                'admin-user-management',
                            ],
                            'roles_management' => [
                                'Roles',
                                'LBL_MANAGE_ROLES_TITLE',
                                'LBL_MANAGE_ROLES',
                                './index.php?module=ACLRoles&action=index',
                                'admin-roles',
                            ],
                        ],
                        'Administration' => [
                            'password_management' => [
                                'Password',
                                'LBL_MANAGE_PASSWORD_TITLE',
                                'LBL_MANAGE_PASSWORD',
                                './index.php?module=Administration&action=PasswordManager',
                                'admin-password',
                            ],
                            'oauth2_clients' => [
                                'Password',
                                'LBL_OAUTH2_CLIENTS_TITLE',
                                'LBL_OAUTH2_CLIENTS',
                                './index.php?module=OAuth2Clients&action=index',
                                'admin-oauth2',
                            ],
                            'oauth_keys' => [
                                'Password',
                                'LBL_OAUTH_TITLE',
                                'LBL_OAUTH',
                                './index.php?module=OAuthKeys&action=index',
                                'admin-oauth-keys',
                            ],
                            'securitygroup_management' => [
                                'SecuritySuiteGroupManagement',
                                'LBL_MANAGE_SECURITYGROUPS_TITLE',
                                'LBL_MANAGE_SECURITYGROUPS',
                                './index.php?module=SecurityGroups&action=index',
                                'admin-security',
                            ],
                            'securitygroup_config' => [
                                'SecurityGroupsManagement',
                                'LBL_CONFIG_SECURITYGROUPS_TITLE',
                                'LBL_CONFIG_SECURITYGROUPS',
                                './index.php?module=SecurityGroups&action=config',
                                'admin-security-suite-group-management',
                            ],
                        ],
                    ],
                    'type' => '',
                    'module' => 'administration',
                    'sublinks' => [
                        [
                            'name' => 'UserManagement',
                            'labelKey' => 'LBL_MANAGE_USERS_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/users/index',
                            'icon' => '',
                        ],
                        [
                            'name' => 'Roles',
                            'labelKey' => 'LBL_MANAGE_ROLES_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/acl-roles/index',
                            'icon' => '',
                        ],
                        [
                            'name' => 'Password',
                            'labelKey' => 'LBL_MANAGE_PASSWORD_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/administration/PasswordManager',
                            'icon' => '',
                        ],
                        [
                            'name' => 'Password',
                            'labelKey' => 'LBL_OAUTH2_CLIENTS_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/oauth2-clients/index',
                            'icon' => '',
                        ],
                        [
                            'name' => 'Password',
                            'labelKey' => 'LBL_OAUTH_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/oauth-keys/index',
                            'icon' => '',
                        ],
                        [
                            'name' => 'SecuritySuiteGroupManagement',
                            'labelKey' => 'LBL_MANAGE_SECURITYGROUPS_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/security-groups/index',
                            'icon' => '',
                        ],
                        [
                            'name' => 'SecurityGroupsManagement',
                            'labelKey' => 'LBL_CONFIG_SECURITYGROUPS_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/security-groups/config',
                            'icon' => '',
                        ],
                    ],
                ],
                [
                    'name' => 'View',
                    'labelKey' => 'LBL_ADMINISTRATION_HOME_TITLE',
                    'url' => '',
                    'process' => '',
                    'params' => [],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => [
                        'Administration' => [
                            'configphp_settings' => [
                                'Administration',
                                'LBL_CONFIGURE_SETTINGS_TITLE',
                                'LBL_CONFIGURE_SETTINGS',
                                './index.php?module=Configurator&action=EditView',
                                'admin-system-settings',
                            ],
                            'currencies_management' => [
                                'Currencies',
                                'LBL_MANAGE_CURRENCIES',
                                'LBL_CURRENCY',
                                './index.php?module=Currencies&action=index',
                                'admin-currencies',
                            ],
                            'languages' => [
                                'Currencies',
                                'LBL_MANAGE_LANGUAGES',
                                'LBL_LANGUAGES',
                                './index.php?module=Administration&action=Languages&view=default',
                                'admin-languages',
                            ],
                            'locale' => [
                                'Currencies',
                                'LBL_MANAGE_LOCALE',
                                'LBL_LOCALE',
                                './index.php?module=Administration&action=Locale&view=default',
                                'admin-locale',
                            ],
                            'pdf' => [
                                'PDF',
                                'LBL_PDF_HEADER',
                                'LBL_CHANGE_PDF_SETTINGS',
                                './index.php?module=Administration&action=PDFSettings',
                                'admin-pdf-settings',
                            ],
                            'search_wrapper' => [
                                'icon_SearchForm',
                                'LBL_SEARCH_WRAPPER',
                                'LBL_SEARCH_WRAPPER_DESC',
                                './index.php?module=Administration&action=SearchSettings',
                                'admin-global-search',
                            ],
                            'elastic_search' => [
                                'ElasticSearchIndexerSettings',
                                'LBL_ELASTIC_SEARCH_SETTINGS',
                                'LBL_ELASTIC_SEARCH_SETTINGS_DESC',
                                './index.php?module=Administration&action=ElasticSearchSettings',
                                'admin-global-search',
                            ],
                            'scheduler' => [
                                'Schedulers',
                                'LBL_SUITE_SCHEDULER_TITLE',
                                'LBL_SUITE_SCHEDULER',
                                './index.php?module=Schedulers&action=index',
                                'admin-scheduler',
                            ],
                            'theme_settings' => [
                                'icon_AdminThemes',
                                'LBL_THEME_SETTINGS',
                                'LBL_THEME_SETTINGS_DESC',
                                './index.php?module=Administration&action=ThemeSettings',
                                'admin-themes',
                            ],
                        ],
                    ],
                    'type' => '',
                    'module' => 'administration',
                    'sublinks' => [
                        [
                            'name' => 'Administration',
                            'labelKey' => 'LBL_CONFIGURE_SETTINGS_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/configurator/edit',
                            'icon' => '',
                        ],
                        [
                            'name' => 'Currencies',
                            'labelKey' => 'LBL_MANAGE_CURRENCIES',
                            'actionLabelKey' => '',
                            'url' => './#/currencies/index',
                            'icon' => '',
                        ],
                        [
                            'name' => 'Currencies',
                            'labelKey' => 'LBL_MANAGE_LANGUAGES',
                            'actionLabelKey' => '',
                            'url' => './#/administration/Languages?view=default',
                            'icon' => '',
                        ],
                        [
                            'name' => 'Currencies',
                            'labelKey' => 'LBL_MANAGE_LOCALE',
                            'actionLabelKey' => '',
                            'url' => './#/administration/Locale?view=default',
                            'icon' => '',
                        ],
                        [
                            'name' => 'PDF',
                            'labelKey' => 'LBL_PDF_HEADER',
                            'actionLabelKey' => '',
                            'url' => './#/administration/PDFSettings',
                            'icon' => '',
                        ],
                        [
                            'name' => 'icon_SearchForm',
                            'labelKey' => 'LBL_SEARCH_WRAPPER',
                            'actionLabelKey' => '',
                            'url' => './#/administration/SearchSettings',
                            'icon' => '',
                        ],
                        [
                            'name' => 'ElasticSearchIndexerSettings',
                            'labelKey' => 'LBL_ELASTIC_SEARCH_SETTINGS',
                            'actionLabelKey' => '',
                            'url' => './#/administration/ElasticSearchSettings',
                            'icon' => '',
                        ],
                        [
                            'name' => 'Schedulers',
                            'labelKey' => 'LBL_SUITE_SCHEDULER_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/schedulers/index',
                            'icon' => '',
                        ],
                        [
                            'name' => 'icon_AdminThemes',
                            'labelKey' => 'LBL_THEME_SETTINGS',
                            'actionLabelKey' => '',
                            'url' => './#/administration/ThemeSettings',
                            'icon' => '',
                        ],
                    ],
                ],
                [
                    'name' => 'View',
                    'labelKey' => 'LBL_MODULE_ADMIN',
                    'url' => '',
                    'process' => '',
                    'params' => [],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => [
                        'Administration' => [
                            'feed_settings' => [
                                'icon_SugarFeed',
                                'LBL_SUITEFEED_SETTINGS',
                                'LBL_SUITEFEED_SETTINGS_DESC',
                                './index.php?module=SugarFeed&action=AdminSettings',
                                'admin-activity-streams',
                            ],
                            'business_hours' => [
                                'AOBH_BusinessHours',
                                'LBL_BUSINESS_HOURS',
                                'LBL_AOP_BUSINESS_HOURS_DESC',
                                './index.php?module=Administration&action=BusinessHours',
                                'admin-aobh-businesshours',
                            ],
                            'aop' => [
                                'AOP',
                                'LBL_AOP_SETTINGS',
                                'LBL_CHANGE_SETTINGS_AOP',
                                './index.php?module=Administration&action=AOPAdmin',
                                'admin-aop-settings',
                            ],
                            'configure_group_tabs' => [
                                'ConfigureTabs',
                                'LBL_CONFIGURE_GROUP_TABS',
                                'LBL_CONFIGURE_GROUP_TABS_DESC',
                                './index.php?action=wizard&module=Studio&wizard=StudioWizard&option=ConfigureGroupTabs',
                                'admin-configure-module-menu-filters',
                            ],
                            'connector_settings' => [
                                'icon_Connectors',
                                'LBL_CONNECTOR_SETTINGS',
                                'LBL_CONNECTOR_SETTINGS_DESC',
                                './index.php?module=Connectors&action=ConnectorSettings',
                                'admin-connectors',
                            ],
                            'configure_tabs' => [
                                'ConfigureTabs',
                                'LBL_CONFIGURE_TABS_AND_SUBPANELS',
                                'LBL_CONFIGURE_TABS_AND_SUBPANELS_DESC',
                                './index.php?module=Administration&action=ConfigureTabs',
                                'admin-display-modules-and-subpanels',
                            ],
                            'history_contacts_emails' => [
                                'ConfigureTabs',
                                'LBL_HISTORY_CONTACTS_EMAILS',
                                'LBL_HISTORY_CONTACTS_EMAILS_DESC',
                                './index.php?module=Configurator&action=historyContactsEmails',
                                'admin-history-subpanel',
                            ],
                            'aos' => [
                                'AOS',
                                'LBL_AOS_SETTINGS',
                                'LBL_CHANGE_SETTINGS',
                                './index.php?module=Administration&action=AOSAdmin',
                                'admin-aos-settings',
                            ],
                        ],
                        'Bugs' => [
                            'bug_tracker' => [
                                'Releases',
                                'LBL_MANAGE_RELEASES',
                                'LBL_RELEASE',
                                './index.php?module=Releases&action=index',
                                'admin-releases',
                            ],
                        ],
                    ],
                    'type' => '',
                    'module' => 'administration',
                    'sublinks' => [
                        [
                            'name' => 'icon_SugarFeed',
                            'labelKey' => 'LBL_SUITEFEED_SETTINGS',
                            'actionLabelKey' => '',
                            'url' => './#/sugar-feed/AdminSettings',
                            'icon' => '',
                        ],
                        [
                            'name' => 'AOBH_BusinessHours',
                            'labelKey' => 'LBL_BUSINESS_HOURS',
                            'actionLabelKey' => '',
                            'url' => './#/administration/BusinessHours',
                            'icon' => '',
                        ],
                        [
                            'name' => 'AOP',
                            'labelKey' => 'LBL_AOP_SETTINGS',
                            'actionLabelKey' => '',
                            'url' => './#/administration/AOPAdmin',
                            'icon' => '',
                        ],
                        [
                            'name' => 'ConfigureTabs',
                            'labelKey' => 'LBL_CONFIGURE_GROUP_TABS',
                            'actionLabelKey' => '',
                            'url' => './#/studio/wizard?wizard=StudioWizard&option=ConfigureGroupTabs',
                            'icon' => '',
                        ],
                        [
                            'name' => 'icon_Connectors',
                            'labelKey' => 'LBL_CONNECTOR_SETTINGS',
                            'actionLabelKey' => '',
                            'url' => './#/connectors/ConnectorSettings',
                            'icon' => '',
                        ],
                        [
                            'name' => 'ConfigureTabs',
                            'labelKey' => 'LBL_CONFIGURE_TABS_AND_SUBPANELS',
                            'actionLabelKey' => '',
                            'url' => './#/administration/ConfigureTabs',
                            'icon' => '',
                        ],
                        [
                            'name' => 'ConfigureTabs',
                            'labelKey' => 'LBL_HISTORY_CONTACTS_EMAILS',
                            'actionLabelKey' => '',
                            'url' => './#/configurator/historyContactsEmails',
                            'icon' => '',
                        ],
                        [
                            'name' => 'AOS',
                            'labelKey' => 'LBL_AOS_SETTINGS',
                            'actionLabelKey' => '',
                            'url' => './#/administration/AOSAdmin',
                            'icon' => '',
                        ],
                        [
                            'name' => 'Releases',
                            'labelKey' => 'LBL_MANAGE_RELEASES',
                            'actionLabelKey' => '',
                            'url' => './#/releases/index',
                            'icon' => '',
                        ],
                    ],
                ],
                [
                    'name' => 'View',
                    'labelKey' => 'LBL_EMAIL_TITLE',
                    'url' => '',
                    'process' => '',
                    'params' => [],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => [
                        'Emails' => [
                            'mass_Email_config' => [
                                'EmailMan',
                                'LBL_MASS_EMAIL_CONFIG_TITLE',
                                'LBL_MASS_EMAIL_CONFIG_DESC',
                                './index.php?module=EmailMan&action=config',
                                'admin-email-settings',
                            ],
                            'mailboxes' => [
                                'EmailInbound',
                                'LBL_MANAGE_MAILBOX',
                                'LBL_MAILBOX_DESC',
                                './index.php?module=InboundEmail&action=index',
                                'admin-inbound-email',
                            ],
                            'mailboxes_outbound' => [
                                'EmailOutbound',
                                'LBL_MANAGE_MAILBOX_OUTBOUND',
                                'LBL_MAILBOX_OUTBOUND_DESC',
                                './index.php?module=OutboundEmailAccounts&action=index',
                                'admin-outbound-email',
                            ],
                            'external_oauth_connections' => [
                                'ExternalOAuthConnection',
                                'LBL_MANAGE_EXTERNAL_OAUTH_CONNECTIONS',
                                'LBL_MANAGE_EXTERNAL_OAUTH_CONNECTIONS_DESC',
                                'index.php?module=ExternalOAuthConnection&action=index',
                                'admin-oauth2',
                            ],
                            'external_oauth_providers' => [
                                'ExternalOAuthProvider',
                                'LBL_MANAGE_EXTERNAL_OAUTH_PROVIDERS',
                                'LBL_MANAGE_EXTERNAL_OAUTH_PROVIDERS_DESC',
                                'index.php?module=ExternalOAuthProvider&action=index',
                                'admin-oauth2',
                            ],
                        ],
                        'Campaigns' => [
                            'campaignconfig' => [
                                'EmailCampaigns',
                                'LBL_CAMPAIGN_CONFIG_TITLE',
                                'LBL_CAMPAIGN_CONFIG_DESC',
                                './index.php?module=EmailMan&action=campaignconfig',
                                'admin-campaign-email-settings',
                            ],
                            'mass_Email' => [
                                'EmailQueue',
                                'LBL_MASS_EMAIL_MANAGER_TITLE',
                                'LBL_MASS_EMAIL_MANAGER_DESC',
                                './index.php?module=EmailMan&action=index',
                                'admin-email-queue',
                            ],
                        ],
                    ],
                    'type' => '',
                    'module' => 'administration',
                    'sublinks' => [
                        [
                            'name' => 'EmailMan',
                            'labelKey' => 'LBL_MASS_EMAIL_CONFIG_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/emailman/config',
                            'icon' => '',
                        ],
                        [
                            'name' => 'EmailInbound',
                            'labelKey' => 'LBL_MANAGE_MAILBOX',
                            'actionLabelKey' => '',
                            'url' => './#/inbound-email/index',
                            'icon' => '',
                        ],
                        [
                            'name' => 'EmailOutbound',
                            'labelKey' => 'LBL_MANAGE_MAILBOX_OUTBOUND',
                            'actionLabelKey' => '',
                            'url' => './#/outbound-email-accounts/index',
                            'icon' => '',
                        ],
                        [
                            'name' => 'ExternalOAuthConnection',
                            'labelKey' => 'LBL_MANAGE_EXTERNAL_OAUTH_CONNECTIONS',
                            'actionLabelKey' => '',
                            'url' => './#/external-oauth-connection/index',
                            'icon' => '',
                        ],
                        [
                            'name' => 'ExternalOAuthProvider',
                            'labelKey' => 'LBL_MANAGE_EXTERNAL_OAUTH_PROVIDERS',
                            'actionLabelKey' => '',
                            'url' => './#/external-oauth-provider/index',
                            'icon' => '',
                        ],
                        [
                            'name' => 'EmailCampaigns',
                            'labelKey' => 'LBL_CAMPAIGN_CONFIG_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/emailman/campaignconfig',
                            'icon' => '',
                        ],
                        [
                            'name' => 'EmailQueue',
                            'labelKey' => 'LBL_MASS_EMAIL_MANAGER_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/emailman/index',
                            'icon' => '',
                        ],
                    ],
                ],
                [
                    'name' => 'View',
                    'labelKey' => 'LBL_ADMIN_TOOLS_TITLE',
                    'url' => '',
                    'process' => '',
                    'params' => [],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => [
                        'Administration' => [
                            'repair' => [
                                'Repair',
                                'LBL_UPGRADE_TITLE',
                                'LBL_UPGRADE',
                                './index.php?module=Administration&action=Upgrade',
                                'admin-repair',
                            ],
                            'backup_management' => [
                                'Backups',
                                'LBL_BACKUPS_TITLE',
                                'LBL_BACKUPS',
                                './index.php?module=Administration&action=Backups',
                                'admin-backups',
                            ],
                            'diagnostic' => [
                                'Diagnostic',
                                'LBL_DIAGNOSTIC_TITLE',
                                'LBL_DIAGNOSTIC_DESC',
                                './index.php?module=Administration&action=Diagnostic',
                                'admin-diagnostic',
                            ],
                            'import' => [
                                'Import',
                                'LBL_IMPORT_WIZARD',
                                'LBL_IMPORT_WIZARD_DESC',
                                './index.php?module=Import&action=step1&import_module=Administration',
                                'admin-import',
                            ],
                            'module_loader' => [
                                'ModuleLoader',
                                'LBL_MODULE_LOADER_TITLE',
                                'LBL_MODULE_LOADER',
                                './index.php?module=Administration&action=UpgradeWizard&view=module',
                                'admin-module-loader',
                            ],
                        ],
                    ],
                    'type' => '',
                    'module' => 'administration',
                    'sublinks' => [
                        [
                            'name' => 'Repair',
                            'labelKey' => 'LBL_UPGRADE_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/administration/upgrade',
                            'icon' => '',
                        ],
                        [
                            'name' => 'Backups',
                            'labelKey' => 'LBL_BACKUPS_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/administration/Backups',
                            'icon' => '',
                        ],
                        [
                            'name' => 'Diagnostic',
                            'labelKey' => 'LBL_DIAGNOSTIC_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/administration/Diagnostic',
                            'icon' => '',
                        ],
                        [
                            'name' => 'Import',
                            'labelKey' => 'LBL_IMPORT_WIZARD',
                            'actionLabelKey' => '',
                            'url' => './#/import/step1?import_module=Administration',
                            'icon' => '',
                        ],
                        [
                            'name' => 'ModuleLoader',
                            'labelKey' => 'LBL_MODULE_LOADER_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/administration/UpgradeWizard?view=module',
                            'icon' => '',
                        ],
                    ],
                ],
                [
                    'name' => 'View',
                    'labelKey' => 'LBL_STUDIO_TITLE',
                    'url' => '',
                    'process' => '',
                    'params' => [],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => [
                        'studio' => [
                            'studio' => [
                                'Studio',
                                'LBL_STUDIO',
                                'LBL_STUDIO_DESC',
                                './index.php?module=ModuleBuilder&action=index&type=studio',
                                'admin-studio',
                            ],
                        ],
                        'Administration' => [
                            'rename_tabs' => [
                                'RenameTabs',
                                'LBL_RENAME_TABS',
                                'LBL_CHANGE_NAME_MODULES',
                                './index.php?action=wizard&module=Studio&wizard=StudioWizard&option=RenameTabs',
                                'admin-rename-modules',
                            ],
                            'moduleBuilder' => [
                                'ModuleBuilder',
                                'LBL_MODULEBUILDER',
                                'LBL_MODULEBUILDER_DESC',
                                './index.php?module=ModuleBuilder&action=index&type=mb',
                                'admin-module-builder',
                            ],
                        ],
                        'any' => [
                            'dropdowneditor' => [
                                'Dropdown',
                                'LBL_DROPDOWN_EDITOR',
                                'DESC_DROPDOWN_EDITOR',
                                './index.php?module=ModuleBuilder&action=index&type=dropdowns',
                                'admin-dropdown-editor',
                            ],
                            'workflow_management' => [
                                'Workflow',
                                'LBL_WORKFLOW_MANAGER',
                                'LBL_WORKFLOW_MANAGER_DESC',
                                './index.php?module=AOW_WorkFlow',
                                'admin-workflow',
                            ],
                        ],
                    ],
                    'type' => '',
                    'module' => 'administration',
                    'sublinks' => [
                        [
                            'name' => 'Studio',
                            'labelKey' => 'LBL_STUDIO',
                            'actionLabelKey' => '',
                            'url' => './#/module-builder/index?type=studio',
                            'icon' => '',
                        ],
                        [
                            'name' => 'RenameTabs',
                            'labelKey' => 'LBL_RENAME_TABS',
                            'actionLabelKey' => '',
                            'url' => './#/studio/wizard?wizard=StudioWizard&option=RenameTabs',
                            'icon' => '',
                        ],
                        [
                            'name' => 'ModuleBuilder',
                            'labelKey' => 'LBL_MODULEBUILDER',
                            'actionLabelKey' => '',
                            'url' => './#/module-builder/index?type=mb',
                            'icon' => '',
                        ],
                        [
                            'name' => 'Dropdown',
                            'labelKey' => 'LBL_DROPDOWN_EDITOR',
                            'actionLabelKey' => '',
                            'url' => './#/module-builder/index?type=dropdowns',
                            'icon' => '',
                        ],
                        [
                            'name' => 'Workflow',
                            'labelKey' => 'LBL_WORKFLOW_MANAGER',
                            'actionLabelKey' => '',
                            'url' => './#/workflow',
                            'icon' => '',
                        ],
                    ],
                ],
                [
                    'name' => 'View',
                    'labelKey' => 'LBL_GOOGLE_SUITE_ADMIN_HEADER',
                    'url' => '',
                    'process' => '',
                    'params' => [],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => [
                        'Administration' => [
                            'google_calendar_settings' => [
                                'Google Calendar Settings',
                                'LBL_GOOGLE_CALENDAR_SETTINGS_TITLE',
                                'LBL_GOOGLE_CALENDAR_SETTINGS_DESC',
                                './index.php?module=Administration&action=GoogleCalendarSettings',
                                'admin-system-settings',
                            ],
                        ],
                        'jjwg_Maps' => [
                            'config' => [
                                'Administration',
                                'LBL_JJWG_MAPS_ADMIN_CONFIG_TITLE',
                                'LBL_JJWG_MAPS_ADMIN_CONFIG_DESC',
                                './index.php?module=jjwg_Maps&action=config',
                                'admin-google-maps-settings',
                            ],
                            'geocoded_counts' => [
                                'Geocoded_Counts',
                                'LBL_JJWG_MAPS_ADMIN_GEOCODED_COUNTS_TITLE',
                                'LBL_JJWG_MAPS_ADMIN_GEOCODED_COUNTS_DESC',
                                './index.php?module=jjwg_Maps&action=geocoded_counts',
                                'admin-geocoded-counts',
                            ],
                            'geocoding_test' => [
                                'GeocodingTests',
                                'LBL_JJWG_MAPS_ADMIN_GEOCODING_TEST_TITLE',
                                'LBL_JJWG_MAPS_ADMIN_GEOCODING_TEST_DESC',
                                './index.php?module=jjwg_Maps&action=geocoding_test',
                                'admin-geocoding-test',
                            ],
                            'geocode_addresses' => [
                                'GeocodeAddresses',
                                'LBL_JJWG_MAPS_ADMIN_GEOCODE_ADDRESSES_TITLE',
                                'LBL_JJWG_MAPS_ADMIN_GEOCODE_ADDRESSES_DESC',
                                './index.php?module=jjwg_Maps&action=geocode_addresses',
                                'admin-geocode-addresses',
                            ],
                            'address_cache' => [
                                'Address_Cache',
                                'LBL_JJWG_MAPS_ADMIN_ADDRESS_CACHE_TITLE',
                                'LBL_JJWG_MAPS_ADMIN_ADDRESS_CACHE_DESC',
                                './index.php?module=jjwg_Address_Cache&action=index',
                                'admin-address-cache',
                            ],
                        ],
                    ],
                    'type' => '',
                    'module' => 'administration',
                    'sublinks' => [
                        [
                            'name' => 'Google Calendar Settings',
                            'labelKey' => 'LBL_GOOGLE_CALENDAR_SETTINGS_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/administration/GoogleCalendarSettings',
                            'icon' => '',
                        ],
                        [
                            'name' => 'Administration',
                            'labelKey' => 'LBL_JJWG_MAPS_ADMIN_CONFIG_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/maps/config',
                            'icon' => '',
                        ],
                        [
                            'name' => 'Geocoded_Counts',
                            'labelKey' => 'LBL_JJWG_MAPS_ADMIN_GEOCODED_COUNTS_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/maps/geocoded_counts',
                            'icon' => '',
                        ],
                        [
                            'name' => 'GeocodingTests',
                            'labelKey' => 'LBL_JJWG_MAPS_ADMIN_GEOCODING_TEST_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/maps/geocoding_test',
                            'icon' => '',
                        ],
                        [
                            'name' => 'GeocodeAddresses',
                            'labelKey' => 'LBL_JJWG_MAPS_ADMIN_GEOCODE_ADDRESSES_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/maps/geocode_addresses',
                            'icon' => '',
                        ],
                        [
                            'name' => 'Address_Cache',
                            'labelKey' => 'LBL_JJWG_MAPS_ADMIN_ADDRESS_CACHE_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/address-cache/index',
                            'icon' => '',
                        ],
                    ],
                ],
            ],
        ],
        'groups' => [
            'path' => 'groups',
            'defaultRoute' => './#/groups',
            'name' => 'groups',
            'labelKey' => 'Groups',
            'menu' => [
                [
                    'name' => 'List',
                    'labelKey' => 'LNK_ALL_GROUPS',
                    'url' => './#/groups/list',
                    'process' => '',
                    'params' => [],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => false,
                    'type' => '',
                    'module' => 'groups',
                ],
                [
                    'name' => 'Create',
                    'labelKey' => 'LNK_NEW_GROUP',
                    'url' => './#/groups/edit',
                    'process' => '',
                    'params' => [
                        'return_module' => 'Groups',
                        'return_action' => 'ListView',
                    ],
                    'icon' => 'plus',
                    'actionLabelKey' => 'LBL_NEW',
                    'quickAction' => true,
                    'type' => 'create',
                    'module' => 'groups',
                ],
            ],
        ],
        'acl-actions' => [
            'path' => 'acl-actions',
            'defaultRoute' => './#/acl-actions',
            'name' => 'acl-actions',
            'labelKey' => 'ACLActions',
            'menu' => [
                [
                    'name' => 'List',
                    'labelKey' => 'LIST_ROLES',
                    'url' => './#/acl-roles/index',
                    'process' => '',
                    'params' => [],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => false,
                    'type' => '',
                    'module' => 'acl-roles',
                ],
                [
                    'name' => 'List',
                    'labelKey' => 'LIST_ROLES_BY_USER',
                    'url' => './#/acl-roles/ListUsers',
                    'process' => '',
                    'params' => [],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => false,
                    'type' => '',
                    'module' => 'acl-roles',
                ],
            ],
        ],
        'module-builder' => [
            'path' => 'administration',
            'defaultRoute' => './#/administration',
            'name' => 'administration',
            'labelKey' => 'Administration',
            'menu' => [
                [
                    'name' => 'View',
                    'labelKey' => 'LBL_USERS_TITLE',
                    'url' => '',
                    'process' => '',
                    'params' => [],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => [
                        'Users' => [
                            'user_management' => [
                                'UserManagement',
                                'LBL_MANAGE_USERS_TITLE',
                                'LBL_MANAGE_USERS',
                                './index.php?module=Users&action=index',
                                'admin-user-management',
                            ],
                            'roles_management' => [
                                'Roles',
                                'LBL_MANAGE_ROLES_TITLE',
                                'LBL_MANAGE_ROLES',
                                './index.php?module=ACLRoles&action=index',
                                'admin-roles',
                            ],
                        ],
                        'Administration' => [
                            'password_management' => [
                                'Password',
                                'LBL_MANAGE_PASSWORD_TITLE',
                                'LBL_MANAGE_PASSWORD',
                                './index.php?module=Administration&action=PasswordManager',
                                'admin-password',
                            ],
                            'oauth2_clients' => [
                                'Password',
                                'LBL_OAUTH2_CLIENTS_TITLE',
                                'LBL_OAUTH2_CLIENTS',
                                './index.php?module=OAuth2Clients&action=index',
                                'admin-oauth2',
                            ],
                            'oauth_keys' => [
                                'Password',
                                'LBL_OAUTH_TITLE',
                                'LBL_OAUTH',
                                './index.php?module=OAuthKeys&action=index',
                                'admin-oauth-keys',
                            ],
                            'securitygroup_management' => [
                                'SecuritySuiteGroupManagement',
                                'LBL_MANAGE_SECURITYGROUPS_TITLE',
                                'LBL_MANAGE_SECURITYGROUPS',
                                './index.php?module=SecurityGroups&action=index',
                                'admin-security',
                            ],
                            'securitygroup_config' => [
                                'SecurityGroupsManagement',
                                'LBL_CONFIG_SECURITYGROUPS_TITLE',
                                'LBL_CONFIG_SECURITYGROUPS',
                                './index.php?module=SecurityGroups&action=config',
                                'admin-security-suite-group-management',
                            ],
                        ],
                    ],
                    'type' => '',
                    'module' => 'administration',
                    'sublinks' => [
                        [
                            'name' => 'UserManagement',
                            'labelKey' => 'LBL_MANAGE_USERS_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/users/index',
                            'icon' => '',
                        ],
                        [
                            'name' => 'Roles',
                            'labelKey' => 'LBL_MANAGE_ROLES_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/acl-roles/index',
                            'icon' => '',
                        ],
                        [
                            'name' => 'Password',
                            'labelKey' => 'LBL_MANAGE_PASSWORD_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/administration/PasswordManager',
                            'icon' => '',
                        ],
                        [
                            'name' => 'Password',
                            'labelKey' => 'LBL_OAUTH2_CLIENTS_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/oauth2-clients/index',
                            'icon' => '',
                        ],
                        [
                            'name' => 'Password',
                            'labelKey' => 'LBL_OAUTH_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/oauth-keys/index',
                            'icon' => '',
                        ],
                        [
                            'name' => 'SecuritySuiteGroupManagement',
                            'labelKey' => 'LBL_MANAGE_SECURITYGROUPS_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/security-groups/index',
                            'icon' => '',
                        ],
                        [
                            'name' => 'SecurityGroupsManagement',
                            'labelKey' => 'LBL_CONFIG_SECURITYGROUPS_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/security-groups/config',
                            'icon' => '',
                        ],
                    ],
                ],
                [
                    'name' => 'View',
                    'labelKey' => 'LBL_ADMINISTRATION_HOME_TITLE',
                    'url' => '',
                    'process' => '',
                    'params' => [],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => [
                        'Administration' => [
                            'configphp_settings' => [
                                'Administration',
                                'LBL_CONFIGURE_SETTINGS_TITLE',
                                'LBL_CONFIGURE_SETTINGS',
                                './index.php?module=Configurator&action=EditView',
                                'admin-system-settings',
                            ],
                            'currencies_management' => [
                                'Currencies',
                                'LBL_MANAGE_CURRENCIES',
                                'LBL_CURRENCY',
                                './index.php?module=Currencies&action=index',
                                'admin-currencies',
                            ],
                            'languages' => [
                                'Currencies',
                                'LBL_MANAGE_LANGUAGES',
                                'LBL_LANGUAGES',
                                './index.php?module=Administration&action=Languages&view=default',
                                'admin-languages',
                            ],
                            'locale' => [
                                'Currencies',
                                'LBL_MANAGE_LOCALE',
                                'LBL_LOCALE',
                                './index.php?module=Administration&action=Locale&view=default',
                                'admin-locale',
                            ],
                            'pdf' => [
                                'PDF',
                                'LBL_PDF_HEADER',
                                'LBL_CHANGE_PDF_SETTINGS',
                                './index.php?module=Administration&action=PDFSettings',
                                'admin-pdf-settings',
                            ],
                            'search_wrapper' => [
                                'icon_SearchForm',
                                'LBL_SEARCH_WRAPPER',
                                'LBL_SEARCH_WRAPPER_DESC',
                                './index.php?module=Administration&action=SearchSettings',
                                'admin-global-search',
                            ],
                            'elastic_search' => [
                                'ElasticSearchIndexerSettings',
                                'LBL_ELASTIC_SEARCH_SETTINGS',
                                'LBL_ELASTIC_SEARCH_SETTINGS_DESC',
                                './index.php?module=Administration&action=ElasticSearchSettings',
                                'admin-global-search',
                            ],
                            'scheduler' => [
                                'Schedulers',
                                'LBL_SUITE_SCHEDULER_TITLE',
                                'LBL_SUITE_SCHEDULER',
                                './index.php?module=Schedulers&action=index',
                                'admin-scheduler',
                            ],
                            'theme_settings' => [
                                'icon_AdminThemes',
                                'LBL_THEME_SETTINGS',
                                'LBL_THEME_SETTINGS_DESC',
                                './index.php?module=Administration&action=ThemeSettings',
                                'admin-themes',
                            ],
                        ],
                    ],
                    'type' => '',
                    'module' => 'administration',
                    'sublinks' => [
                        [
                            'name' => 'Administration',
                            'labelKey' => 'LBL_CONFIGURE_SETTINGS_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/configurator/edit',
                            'icon' => '',
                        ],
                        [
                            'name' => 'Currencies',
                            'labelKey' => 'LBL_MANAGE_CURRENCIES',
                            'actionLabelKey' => '',
                            'url' => './#/currencies/index',
                            'icon' => '',
                        ],
                        [
                            'name' => 'Currencies',
                            'labelKey' => 'LBL_MANAGE_LANGUAGES',
                            'actionLabelKey' => '',
                            'url' => './#/administration/Languages?view=default',
                            'icon' => '',
                        ],
                        [
                            'name' => 'Currencies',
                            'labelKey' => 'LBL_MANAGE_LOCALE',
                            'actionLabelKey' => '',
                            'url' => './#/administration/Locale?view=default',
                            'icon' => '',
                        ],
                        [
                            'name' => 'PDF',
                            'labelKey' => 'LBL_PDF_HEADER',
                            'actionLabelKey' => '',
                            'url' => './#/administration/PDFSettings',
                            'icon' => '',
                        ],
                        [
                            'name' => 'icon_SearchForm',
                            'labelKey' => 'LBL_SEARCH_WRAPPER',
                            'actionLabelKey' => '',
                            'url' => './#/administration/SearchSettings',
                            'icon' => '',
                        ],
                        [
                            'name' => 'ElasticSearchIndexerSettings',
                            'labelKey' => 'LBL_ELASTIC_SEARCH_SETTINGS',
                            'actionLabelKey' => '',
                            'url' => './#/administration/ElasticSearchSettings',
                            'icon' => '',
                        ],
                        [
                            'name' => 'Schedulers',
                            'labelKey' => 'LBL_SUITE_SCHEDULER_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/schedulers/index',
                            'icon' => '',
                        ],
                        [
                            'name' => 'icon_AdminThemes',
                            'labelKey' => 'LBL_THEME_SETTINGS',
                            'actionLabelKey' => '',
                            'url' => './#/administration/ThemeSettings',
                            'icon' => '',
                        ],
                    ],
                ],
                [
                    'name' => 'View',
                    'labelKey' => 'LBL_MODULE_ADMIN',
                    'url' => '',
                    'process' => '',
                    'params' => [],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => [
                        'Administration' => [
                            'feed_settings' => [
                                'icon_SugarFeed',
                                'LBL_SUITEFEED_SETTINGS',
                                'LBL_SUITEFEED_SETTINGS_DESC',
                                './index.php?module=SugarFeed&action=AdminSettings',
                                'admin-activity-streams',
                            ],
                            'business_hours' => [
                                'AOBH_BusinessHours',
                                'LBL_BUSINESS_HOURS',
                                'LBL_AOP_BUSINESS_HOURS_DESC',
                                './index.php?module=Administration&action=BusinessHours',
                                'admin-aobh-businesshours',
                            ],
                            'aop' => [
                                'AOP',
                                'LBL_AOP_SETTINGS',
                                'LBL_CHANGE_SETTINGS_AOP',
                                './index.php?module=Administration&action=AOPAdmin',
                                'admin-aop-settings',
                            ],
                            'configure_group_tabs' => [
                                'ConfigureTabs',
                                'LBL_CONFIGURE_GROUP_TABS',
                                'LBL_CONFIGURE_GROUP_TABS_DESC',
                                './index.php?action=wizard&module=Studio&wizard=StudioWizard&option=ConfigureGroupTabs',
                                'admin-configure-module-menu-filters',
                            ],
                            'connector_settings' => [
                                'icon_Connectors',
                                'LBL_CONNECTOR_SETTINGS',
                                'LBL_CONNECTOR_SETTINGS_DESC',
                                './index.php?module=Connectors&action=ConnectorSettings',
                                'admin-connectors',
                            ],
                            'configure_tabs' => [
                                'ConfigureTabs',
                                'LBL_CONFIGURE_TABS_AND_SUBPANELS',
                                'LBL_CONFIGURE_TABS_AND_SUBPANELS_DESC',
                                './index.php?module=Administration&action=ConfigureTabs',
                                'admin-display-modules-and-subpanels',
                            ],
                            'history_contacts_emails' => [
                                'ConfigureTabs',
                                'LBL_HISTORY_CONTACTS_EMAILS',
                                'LBL_HISTORY_CONTACTS_EMAILS_DESC',
                                './index.php?module=Configurator&action=historyContactsEmails',
                                'admin-history-subpanel',
                            ],
                            'aos' => [
                                'AOS',
                                'LBL_AOS_SETTINGS',
                                'LBL_CHANGE_SETTINGS',
                                './index.php?module=Administration&action=AOSAdmin',
                                'admin-aos-settings',
                            ],
                        ],
                        'Bugs' => [
                            'bug_tracker' => [
                                'Releases',
                                'LBL_MANAGE_RELEASES',
                                'LBL_RELEASE',
                                './index.php?module=Releases&action=index',
                                'admin-releases',
                            ],
                        ],
                    ],
                    'type' => '',
                    'module' => 'administration',
                    'sublinks' => [
                        [
                            'name' => 'icon_SugarFeed',
                            'labelKey' => 'LBL_SUITEFEED_SETTINGS',
                            'actionLabelKey' => '',
                            'url' => './#/sugar-feed/AdminSettings',
                            'icon' => '',
                        ],
                        [
                            'name' => 'AOBH_BusinessHours',
                            'labelKey' => 'LBL_BUSINESS_HOURS',
                            'actionLabelKey' => '',
                            'url' => './#/administration/BusinessHours',
                            'icon' => '',
                        ],
                        [
                            'name' => 'AOP',
                            'labelKey' => 'LBL_AOP_SETTINGS',
                            'actionLabelKey' => '',
                            'url' => './#/administration/AOPAdmin',
                            'icon' => '',
                        ],
                        [
                            'name' => 'ConfigureTabs',
                            'labelKey' => 'LBL_CONFIGURE_GROUP_TABS',
                            'actionLabelKey' => '',
                            'url' => './#/studio/wizard?wizard=StudioWizard&option=ConfigureGroupTabs',
                            'icon' => '',
                        ],
                        [
                            'name' => 'icon_Connectors',
                            'labelKey' => 'LBL_CONNECTOR_SETTINGS',
                            'actionLabelKey' => '',
                            'url' => './#/connectors/ConnectorSettings',
                            'icon' => '',
                        ],
                        [
                            'name' => 'ConfigureTabs',
                            'labelKey' => 'LBL_CONFIGURE_TABS_AND_SUBPANELS',
                            'actionLabelKey' => '',
                            'url' => './#/administration/ConfigureTabs',
                            'icon' => '',
                        ],
                        [
                            'name' => 'ConfigureTabs',
                            'labelKey' => 'LBL_HISTORY_CONTACTS_EMAILS',
                            'actionLabelKey' => '',
                            'url' => './#/configurator/historyContactsEmails',
                            'icon' => '',
                        ],
                        [
                            'name' => 'AOS',
                            'labelKey' => 'LBL_AOS_SETTINGS',
                            'actionLabelKey' => '',
                            'url' => './#/administration/AOSAdmin',
                            'icon' => '',
                        ],
                        [
                            'name' => 'Releases',
                            'labelKey' => 'LBL_MANAGE_RELEASES',
                            'actionLabelKey' => '',
                            'url' => './#/releases/index',
                            'icon' => '',
                        ],
                    ],
                ],
                [
                    'name' => 'View',
                    'labelKey' => 'LBL_EMAIL_TITLE',
                    'url' => '',
                    'process' => '',
                    'params' => [],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => [
                        'Emails' => [
                            'mass_Email_config' => [
                                'EmailMan',
                                'LBL_MASS_EMAIL_CONFIG_TITLE',
                                'LBL_MASS_EMAIL_CONFIG_DESC',
                                './index.php?module=EmailMan&action=config',
                                'admin-email-settings',
                            ],
                            'mailboxes' => [
                                'EmailInbound',
                                'LBL_MANAGE_MAILBOX',
                                'LBL_MAILBOX_DESC',
                                './index.php?module=InboundEmail&action=index',
                                'admin-inbound-email',
                            ],
                            'mailboxes_outbound' => [
                                'EmailOutbound',
                                'LBL_MANAGE_MAILBOX_OUTBOUND',
                                'LBL_MAILBOX_OUTBOUND_DESC',
                                './index.php?module=OutboundEmailAccounts&action=index',
                                'admin-outbound-email',
                            ],
                            'external_oauth_connections' => [
                                'ExternalOAuthConnection',
                                'LBL_MANAGE_EXTERNAL_OAUTH_CONNECTIONS',
                                'LBL_MANAGE_EXTERNAL_OAUTH_CONNECTIONS_DESC',
                                'index.php?module=ExternalOAuthConnection&action=index',
                                'admin-oauth2',
                            ],
                            'external_oauth_providers' => [
                                'ExternalOAuthProvider',
                                'LBL_MANAGE_EXTERNAL_OAUTH_PROVIDERS',
                                'LBL_MANAGE_EXTERNAL_OAUTH_PROVIDERS_DESC',
                                'index.php?module=ExternalOAuthProvider&action=index',
                                'admin-oauth2',
                            ],
                        ],
                        'Campaigns' => [
                            'campaignconfig' => [
                                'EmailCampaigns',
                                'LBL_CAMPAIGN_CONFIG_TITLE',
                                'LBL_CAMPAIGN_CONFIG_DESC',
                                './index.php?module=EmailMan&action=campaignconfig',
                                'admin-campaign-email-settings',
                            ],
                            'mass_Email' => [
                                'EmailQueue',
                                'LBL_MASS_EMAIL_MANAGER_TITLE',
                                'LBL_MASS_EMAIL_MANAGER_DESC',
                                './index.php?module=EmailMan&action=index',
                                'admin-email-queue',
                            ],
                        ],
                    ],
                    'type' => '',
                    'module' => 'administration',
                    'sublinks' => [
                        [
                            'name' => 'EmailMan',
                            'labelKey' => 'LBL_MASS_EMAIL_CONFIG_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/emailman/config',
                            'icon' => '',
                        ],
                        [
                            'name' => 'EmailInbound',
                            'labelKey' => 'LBL_MANAGE_MAILBOX',
                            'actionLabelKey' => '',
                            'url' => './#/inbound-email/index',
                            'icon' => '',
                        ],
                        [
                            'name' => 'EmailOutbound',
                            'labelKey' => 'LBL_MANAGE_MAILBOX_OUTBOUND',
                            'actionLabelKey' => '',
                            'url' => './#/outbound-email-accounts/index',
                            'icon' => '',
                        ],
                        [
                            'name' => 'ExternalOAuthConnection',
                            'labelKey' => 'LBL_MANAGE_EXTERNAL_OAUTH_CONNECTIONS',
                            'actionLabelKey' => '',
                            'url' => './#/external-oauth-connection/index',
                            'icon' => '',
                        ],
                        [
                            'name' => 'ExternalOAuthProvider',
                            'labelKey' => 'LBL_MANAGE_EXTERNAL_OAUTH_PROVIDERS',
                            'actionLabelKey' => '',
                            'url' => './#/external-oauth-provider/index',
                            'icon' => '',
                        ],
                        [
                            'name' => 'EmailCampaigns',
                            'labelKey' => 'LBL_CAMPAIGN_CONFIG_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/emailman/campaignconfig',
                            'icon' => '',
                        ],
                        [
                            'name' => 'EmailQueue',
                            'labelKey' => 'LBL_MASS_EMAIL_MANAGER_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/emailman/index',
                            'icon' => '',
                        ],
                    ],
                ],
                [
                    'name' => 'View',
                    'labelKey' => 'LBL_ADMIN_TOOLS_TITLE',
                    'url' => '',
                    'process' => '',
                    'params' => [],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => [
                        'Administration' => [
                            'repair' => [
                                'Repair',
                                'LBL_UPGRADE_TITLE',
                                'LBL_UPGRADE',
                                './index.php?module=Administration&action=Upgrade',
                                'admin-repair',
                            ],
                            'backup_management' => [
                                'Backups',
                                'LBL_BACKUPS_TITLE',
                                'LBL_BACKUPS',
                                './index.php?module=Administration&action=Backups',
                                'admin-backups',
                            ],
                            'diagnostic' => [
                                'Diagnostic',
                                'LBL_DIAGNOSTIC_TITLE',
                                'LBL_DIAGNOSTIC_DESC',
                                './index.php?module=Administration&action=Diagnostic',
                                'admin-diagnostic',
                            ],
                            'import' => [
                                'Import',
                                'LBL_IMPORT_WIZARD',
                                'LBL_IMPORT_WIZARD_DESC',
                                './index.php?module=Import&action=step1&import_module=Administration',
                                'admin-import',
                            ],
                            'module_loader' => [
                                'ModuleLoader',
                                'LBL_MODULE_LOADER_TITLE',
                                'LBL_MODULE_LOADER',
                                './index.php?module=Administration&action=UpgradeWizard&view=module',
                                'admin-module-loader',
                            ],
                        ],
                    ],
                    'type' => '',
                    'module' => 'administration',
                    'sublinks' => [
                        [
                            'name' => 'Repair',
                            'labelKey' => 'LBL_UPGRADE_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/administration/upgrade',
                            'icon' => '',
                        ],
                        [
                            'name' => 'Backups',
                            'labelKey' => 'LBL_BACKUPS_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/administration/Backups',
                            'icon' => '',
                        ],
                        [
                            'name' => 'Diagnostic',
                            'labelKey' => 'LBL_DIAGNOSTIC_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/administration/Diagnostic',
                            'icon' => '',
                        ],
                        [
                            'name' => 'Import',
                            'labelKey' => 'LBL_IMPORT_WIZARD',
                            'actionLabelKey' => '',
                            'url' => './#/import/step1?import_module=Administration',
                            'icon' => '',
                        ],
                        [
                            'name' => 'ModuleLoader',
                            'labelKey' => 'LBL_MODULE_LOADER_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/administration/UpgradeWizard?view=module',
                            'icon' => '',
                        ],
                    ],
                ],
                [
                    'name' => 'View',
                    'labelKey' => 'LBL_STUDIO_TITLE',
                    'url' => '',
                    'process' => '',
                    'params' => [],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => [
                        'studio' => [
                            'studio' => [
                                'Studio',
                                'LBL_STUDIO',
                                'LBL_STUDIO_DESC',
                                './index.php?module=ModuleBuilder&action=index&type=studio',
                                'admin-studio',
                            ],
                        ],
                        'Administration' => [
                            'rename_tabs' => [
                                'RenameTabs',
                                'LBL_RENAME_TABS',
                                'LBL_CHANGE_NAME_MODULES',
                                './index.php?action=wizard&module=Studio&wizard=StudioWizard&option=RenameTabs',
                                'admin-rename-modules',
                            ],
                            'moduleBuilder' => [
                                'ModuleBuilder',
                                'LBL_MODULEBUILDER',
                                'LBL_MODULEBUILDER_DESC',
                                './index.php?module=ModuleBuilder&action=index&type=mb',
                                'admin-module-builder',
                            ],
                        ],
                        'any' => [
                            'dropdowneditor' => [
                                'Dropdown',
                                'LBL_DROPDOWN_EDITOR',
                                'DESC_DROPDOWN_EDITOR',
                                './index.php?module=ModuleBuilder&action=index&type=dropdowns',
                                'admin-dropdown-editor',
                            ],
                            'workflow_management' => [
                                'Workflow',
                                'LBL_WORKFLOW_MANAGER',
                                'LBL_WORKFLOW_MANAGER_DESC',
                                './index.php?module=AOW_WorkFlow',
                                'admin-workflow',
                            ],
                        ],
                    ],
                    'type' => '',
                    'module' => 'administration',
                    'sublinks' => [
                        [
                            'name' => 'Studio',
                            'labelKey' => 'LBL_STUDIO',
                            'actionLabelKey' => '',
                            'url' => './#/module-builder/index?type=studio',
                            'icon' => '',
                        ],
                        [
                            'name' => 'RenameTabs',
                            'labelKey' => 'LBL_RENAME_TABS',
                            'actionLabelKey' => '',
                            'url' => './#/studio/wizard?wizard=StudioWizard&option=RenameTabs',
                            'icon' => '',
                        ],
                        [
                            'name' => 'ModuleBuilder',
                            'labelKey' => 'LBL_MODULEBUILDER',
                            'actionLabelKey' => '',
                            'url' => './#/module-builder/index?type=mb',
                            'icon' => '',
                        ],
                        [
                            'name' => 'Dropdown',
                            'labelKey' => 'LBL_DROPDOWN_EDITOR',
                            'actionLabelKey' => '',
                            'url' => './#/module-builder/index?type=dropdowns',
                            'icon' => '',
                        ],
                        [
                            'name' => 'Workflow',
                            'labelKey' => 'LBL_WORKFLOW_MANAGER',
                            'actionLabelKey' => '',
                            'url' => './#/workflow',
                            'icon' => '',
                        ],
                    ],
                ],
                [
                    'name' => 'View',
                    'labelKey' => 'LBL_GOOGLE_SUITE_ADMIN_HEADER',
                    'url' => '',
                    'process' => '',
                    'params' => [],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => [
                        'Administration' => [
                            'google_calendar_settings' => [
                                'Google Calendar Settings',
                                'LBL_GOOGLE_CALENDAR_SETTINGS_TITLE',
                                'LBL_GOOGLE_CALENDAR_SETTINGS_DESC',
                                './index.php?module=Administration&action=GoogleCalendarSettings',
                                'admin-system-settings',
                            ],
                        ],
                        'jjwg_Maps' => [
                            'config' => [
                                'Administration',
                                'LBL_JJWG_MAPS_ADMIN_CONFIG_TITLE',
                                'LBL_JJWG_MAPS_ADMIN_CONFIG_DESC',
                                './index.php?module=jjwg_Maps&action=config',
                                'admin-google-maps-settings',
                            ],
                            'geocoded_counts' => [
                                'Geocoded_Counts',
                                'LBL_JJWG_MAPS_ADMIN_GEOCODED_COUNTS_TITLE',
                                'LBL_JJWG_MAPS_ADMIN_GEOCODED_COUNTS_DESC',
                                './index.php?module=jjwg_Maps&action=geocoded_counts',
                                'admin-geocoded-counts',
                            ],
                            'geocoding_test' => [
                                'GeocodingTests',
                                'LBL_JJWG_MAPS_ADMIN_GEOCODING_TEST_TITLE',
                                'LBL_JJWG_MAPS_ADMIN_GEOCODING_TEST_DESC',
                                './index.php?module=jjwg_Maps&action=geocoding_test',
                                'admin-geocoding-test',
                            ],
                            'geocode_addresses' => [
                                'GeocodeAddresses',
                                'LBL_JJWG_MAPS_ADMIN_GEOCODE_ADDRESSES_TITLE',
                                'LBL_JJWG_MAPS_ADMIN_GEOCODE_ADDRESSES_DESC',
                                './index.php?module=jjwg_Maps&action=geocode_addresses',
                                'admin-geocode-addresses',
                            ],
                            'address_cache' => [
                                'Address_Cache',
                                'LBL_JJWG_MAPS_ADMIN_ADDRESS_CACHE_TITLE',
                                'LBL_JJWG_MAPS_ADMIN_ADDRESS_CACHE_DESC',
                                './index.php?module=jjwg_Address_Cache&action=index',
                                'admin-address-cache',
                            ],
                        ],
                    ],
                    'type' => '',
                    'module' => 'administration',
                    'sublinks' => [
                        [
                            'name' => 'Google Calendar Settings',
                            'labelKey' => 'LBL_GOOGLE_CALENDAR_SETTINGS_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/administration/GoogleCalendarSettings',
                            'icon' => '',
                        ],
                        [
                            'name' => 'Administration',
                            'labelKey' => 'LBL_JJWG_MAPS_ADMIN_CONFIG_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/maps/config',
                            'icon' => '',
                        ],
                        [
                            'name' => 'Geocoded_Counts',
                            'labelKey' => 'LBL_JJWG_MAPS_ADMIN_GEOCODED_COUNTS_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/maps/geocoded_counts',
                            'icon' => '',
                        ],
                        [
                            'name' => 'GeocodingTests',
                            'labelKey' => 'LBL_JJWG_MAPS_ADMIN_GEOCODING_TEST_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/maps/geocoding_test',
                            'icon' => '',
                        ],
                        [
                            'name' => 'GeocodeAddresses',
                            'labelKey' => 'LBL_JJWG_MAPS_ADMIN_GEOCODE_ADDRESSES_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/maps/geocode_addresses',
                            'icon' => '',
                        ],
                        [
                            'name' => 'Address_Cache',
                            'labelKey' => 'LBL_JJWG_MAPS_ADMIN_ADDRESS_CACHE_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/address-cache/index',
                            'icon' => '',
                        ],
                    ],
                ],
            ],
        ],
        'acl' => [
            'path' => 'acl',
            'defaultRoute' => './#/acl',
            'name' => 'acl',
            'labelKey' => 'ACL',
            'menu' => [
                [
                    'name' => 'List',
                    'labelKey' => 'LIST_ROLES',
                    'url' => './#/acl-roles/index',
                    'process' => '',
                    'params' => [],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => false,
                    'type' => '',
                    'module' => 'acl-roles',
                ],
                [
                    'name' => 'List',
                    'labelKey' => 'LIST_ROLES_BY_USER',
                    'url' => './#/acl-roles/ListUsers',
                    'process' => '',
                    'params' => [],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => false,
                    'type' => '',
                    'module' => 'acl-roles',
                ],
            ],
        ],
        'configurator' => [
            'path' => 'administration',
            'defaultRoute' => './#/administration',
            'name' => 'administration',
            'labelKey' => 'Administration',
            'menu' => [
                [
                    'name' => 'View',
                    'labelKey' => 'LBL_USERS_TITLE',
                    'url' => '',
                    'process' => '',
                    'params' => [],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => [
                        'Users' => [
                            'user_management' => [
                                'UserManagement',
                                'LBL_MANAGE_USERS_TITLE',
                                'LBL_MANAGE_USERS',
                                './index.php?module=Users&action=index',
                                'admin-user-management',
                            ],
                            'roles_management' => [
                                'Roles',
                                'LBL_MANAGE_ROLES_TITLE',
                                'LBL_MANAGE_ROLES',
                                './index.php?module=ACLRoles&action=index',
                                'admin-roles',
                            ],
                        ],
                        'Administration' => [
                            'password_management' => [
                                'Password',
                                'LBL_MANAGE_PASSWORD_TITLE',
                                'LBL_MANAGE_PASSWORD',
                                './index.php?module=Administration&action=PasswordManager',
                                'admin-password',
                            ],
                            'oauth2_clients' => [
                                'Password',
                                'LBL_OAUTH2_CLIENTS_TITLE',
                                'LBL_OAUTH2_CLIENTS',
                                './index.php?module=OAuth2Clients&action=index',
                                'admin-oauth2',
                            ],
                            'oauth_keys' => [
                                'Password',
                                'LBL_OAUTH_TITLE',
                                'LBL_OAUTH',
                                './index.php?module=OAuthKeys&action=index',
                                'admin-oauth-keys',
                            ],
                            'securitygroup_management' => [
                                'SecuritySuiteGroupManagement',
                                'LBL_MANAGE_SECURITYGROUPS_TITLE',
                                'LBL_MANAGE_SECURITYGROUPS',
                                './index.php?module=SecurityGroups&action=index',
                                'admin-security',
                            ],
                            'securitygroup_config' => [
                                'SecurityGroupsManagement',
                                'LBL_CONFIG_SECURITYGROUPS_TITLE',
                                'LBL_CONFIG_SECURITYGROUPS',
                                './index.php?module=SecurityGroups&action=config',
                                'admin-security-suite-group-management',
                            ],
                        ],
                    ],
                    'type' => '',
                    'module' => 'administration',
                    'sublinks' => [
                        [
                            'name' => 'UserManagement',
                            'labelKey' => 'LBL_MANAGE_USERS_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/users/index',
                            'icon' => '',
                        ],
                        [
                            'name' => 'Roles',
                            'labelKey' => 'LBL_MANAGE_ROLES_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/acl-roles/index',
                            'icon' => '',
                        ],
                        [
                            'name' => 'Password',
                            'labelKey' => 'LBL_MANAGE_PASSWORD_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/administration/PasswordManager',
                            'icon' => '',
                        ],
                        [
                            'name' => 'Password',
                            'labelKey' => 'LBL_OAUTH2_CLIENTS_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/oauth2-clients/index',
                            'icon' => '',
                        ],
                        [
                            'name' => 'Password',
                            'labelKey' => 'LBL_OAUTH_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/oauth-keys/index',
                            'icon' => '',
                        ],
                        [
                            'name' => 'SecuritySuiteGroupManagement',
                            'labelKey' => 'LBL_MANAGE_SECURITYGROUPS_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/security-groups/index',
                            'icon' => '',
                        ],
                        [
                            'name' => 'SecurityGroupsManagement',
                            'labelKey' => 'LBL_CONFIG_SECURITYGROUPS_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/security-groups/config',
                            'icon' => '',
                        ],
                    ],
                ],
                [
                    'name' => 'View',
                    'labelKey' => 'LBL_ADMINISTRATION_HOME_TITLE',
                    'url' => '',
                    'process' => '',
                    'params' => [],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => [
                        'Administration' => [
                            'configphp_settings' => [
                                'Administration',
                                'LBL_CONFIGURE_SETTINGS_TITLE',
                                'LBL_CONFIGURE_SETTINGS',
                                './index.php?module=Configurator&action=EditView',
                                'admin-system-settings',
                            ],
                            'currencies_management' => [
                                'Currencies',
                                'LBL_MANAGE_CURRENCIES',
                                'LBL_CURRENCY',
                                './index.php?module=Currencies&action=index',
                                'admin-currencies',
                            ],
                            'languages' => [
                                'Currencies',
                                'LBL_MANAGE_LANGUAGES',
                                'LBL_LANGUAGES',
                                './index.php?module=Administration&action=Languages&view=default',
                                'admin-languages',
                            ],
                            'locale' => [
                                'Currencies',
                                'LBL_MANAGE_LOCALE',
                                'LBL_LOCALE',
                                './index.php?module=Administration&action=Locale&view=default',
                                'admin-locale',
                            ],
                            'pdf' => [
                                'PDF',
                                'LBL_PDF_HEADER',
                                'LBL_CHANGE_PDF_SETTINGS',
                                './index.php?module=Administration&action=PDFSettings',
                                'admin-pdf-settings',
                            ],
                            'search_wrapper' => [
                                'icon_SearchForm',
                                'LBL_SEARCH_WRAPPER',
                                'LBL_SEARCH_WRAPPER_DESC',
                                './index.php?module=Administration&action=SearchSettings',
                                'admin-global-search',
                            ],
                            'elastic_search' => [
                                'ElasticSearchIndexerSettings',
                                'LBL_ELASTIC_SEARCH_SETTINGS',
                                'LBL_ELASTIC_SEARCH_SETTINGS_DESC',
                                './index.php?module=Administration&action=ElasticSearchSettings',
                                'admin-global-search',
                            ],
                            'scheduler' => [
                                'Schedulers',
                                'LBL_SUITE_SCHEDULER_TITLE',
                                'LBL_SUITE_SCHEDULER',
                                './index.php?module=Schedulers&action=index',
                                'admin-scheduler',
                            ],
                            'theme_settings' => [
                                'icon_AdminThemes',
                                'LBL_THEME_SETTINGS',
                                'LBL_THEME_SETTINGS_DESC',
                                './index.php?module=Administration&action=ThemeSettings',
                                'admin-themes',
                            ],
                        ],
                    ],
                    'type' => '',
                    'module' => 'administration',
                    'sublinks' => [
                        [
                            'name' => 'Administration',
                            'labelKey' => 'LBL_CONFIGURE_SETTINGS_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/configurator/edit',
                            'icon' => '',
                        ],
                        [
                            'name' => 'Currencies',
                            'labelKey' => 'LBL_MANAGE_CURRENCIES',
                            'actionLabelKey' => '',
                            'url' => './#/currencies/index',
                            'icon' => '',
                        ],
                        [
                            'name' => 'Currencies',
                            'labelKey' => 'LBL_MANAGE_LANGUAGES',
                            'actionLabelKey' => '',
                            'url' => './#/administration/Languages?view=default',
                            'icon' => '',
                        ],
                        [
                            'name' => 'Currencies',
                            'labelKey' => 'LBL_MANAGE_LOCALE',
                            'actionLabelKey' => '',
                            'url' => './#/administration/Locale?view=default',
                            'icon' => '',
                        ],
                        [
                            'name' => 'PDF',
                            'labelKey' => 'LBL_PDF_HEADER',
                            'actionLabelKey' => '',
                            'url' => './#/administration/PDFSettings',
                            'icon' => '',
                        ],
                        [
                            'name' => 'icon_SearchForm',
                            'labelKey' => 'LBL_SEARCH_WRAPPER',
                            'actionLabelKey' => '',
                            'url' => './#/administration/SearchSettings',
                            'icon' => '',
                        ],
                        [
                            'name' => 'ElasticSearchIndexerSettings',
                            'labelKey' => 'LBL_ELASTIC_SEARCH_SETTINGS',
                            'actionLabelKey' => '',
                            'url' => './#/administration/ElasticSearchSettings',
                            'icon' => '',
                        ],
                        [
                            'name' => 'Schedulers',
                            'labelKey' => 'LBL_SUITE_SCHEDULER_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/schedulers/index',
                            'icon' => '',
                        ],
                        [
                            'name' => 'icon_AdminThemes',
                            'labelKey' => 'LBL_THEME_SETTINGS',
                            'actionLabelKey' => '',
                            'url' => './#/administration/ThemeSettings',
                            'icon' => '',
                        ],
                    ],
                ],
                [
                    'name' => 'View',
                    'labelKey' => 'LBL_MODULE_ADMIN',
                    'url' => '',
                    'process' => '',
                    'params' => [],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => [
                        'Administration' => [
                            'feed_settings' => [
                                'icon_SugarFeed',
                                'LBL_SUITEFEED_SETTINGS',
                                'LBL_SUITEFEED_SETTINGS_DESC',
                                './index.php?module=SugarFeed&action=AdminSettings',
                                'admin-activity-streams',
                            ],
                            'business_hours' => [
                                'AOBH_BusinessHours',
                                'LBL_BUSINESS_HOURS',
                                'LBL_AOP_BUSINESS_HOURS_DESC',
                                './index.php?module=Administration&action=BusinessHours',
                                'admin-aobh-businesshours',
                            ],
                            'aop' => [
                                'AOP',
                                'LBL_AOP_SETTINGS',
                                'LBL_CHANGE_SETTINGS_AOP',
                                './index.php?module=Administration&action=AOPAdmin',
                                'admin-aop-settings',
                            ],
                            'configure_group_tabs' => [
                                'ConfigureTabs',
                                'LBL_CONFIGURE_GROUP_TABS',
                                'LBL_CONFIGURE_GROUP_TABS_DESC',
                                './index.php?action=wizard&module=Studio&wizard=StudioWizard&option=ConfigureGroupTabs',
                                'admin-configure-module-menu-filters',
                            ],
                            'connector_settings' => [
                                'icon_Connectors',
                                'LBL_CONNECTOR_SETTINGS',
                                'LBL_CONNECTOR_SETTINGS_DESC',
                                './index.php?module=Connectors&action=ConnectorSettings',
                                'admin-connectors',
                            ],
                            'configure_tabs' => [
                                'ConfigureTabs',
                                'LBL_CONFIGURE_TABS_AND_SUBPANELS',
                                'LBL_CONFIGURE_TABS_AND_SUBPANELS_DESC',
                                './index.php?module=Administration&action=ConfigureTabs',
                                'admin-display-modules-and-subpanels',
                            ],
                            'history_contacts_emails' => [
                                'ConfigureTabs',
                                'LBL_HISTORY_CONTACTS_EMAILS',
                                'LBL_HISTORY_CONTACTS_EMAILS_DESC',
                                './index.php?module=Configurator&action=historyContactsEmails',
                                'admin-history-subpanel',
                            ],
                            'aos' => [
                                'AOS',
                                'LBL_AOS_SETTINGS',
                                'LBL_CHANGE_SETTINGS',
                                './index.php?module=Administration&action=AOSAdmin',
                                'admin-aos-settings',
                            ],
                        ],
                        'Bugs' => [
                            'bug_tracker' => [
                                'Releases',
                                'LBL_MANAGE_RELEASES',
                                'LBL_RELEASE',
                                './index.php?module=Releases&action=index',
                                'admin-releases',
                            ],
                        ],
                    ],
                    'type' => '',
                    'module' => 'administration',
                    'sublinks' => [
                        [
                            'name' => 'icon_SugarFeed',
                            'labelKey' => 'LBL_SUITEFEED_SETTINGS',
                            'actionLabelKey' => '',
                            'url' => './#/sugar-feed/AdminSettings',
                            'icon' => '',
                        ],
                        [
                            'name' => 'AOBH_BusinessHours',
                            'labelKey' => 'LBL_BUSINESS_HOURS',
                            'actionLabelKey' => '',
                            'url' => './#/administration/BusinessHours',
                            'icon' => '',
                        ],
                        [
                            'name' => 'AOP',
                            'labelKey' => 'LBL_AOP_SETTINGS',
                            'actionLabelKey' => '',
                            'url' => './#/administration/AOPAdmin',
                            'icon' => '',
                        ],
                        [
                            'name' => 'ConfigureTabs',
                            'labelKey' => 'LBL_CONFIGURE_GROUP_TABS',
                            'actionLabelKey' => '',
                            'url' => './#/studio/wizard?wizard=StudioWizard&option=ConfigureGroupTabs',
                            'icon' => '',
                        ],
                        [
                            'name' => 'icon_Connectors',
                            'labelKey' => 'LBL_CONNECTOR_SETTINGS',
                            'actionLabelKey' => '',
                            'url' => './#/connectors/ConnectorSettings',
                            'icon' => '',
                        ],
                        [
                            'name' => 'ConfigureTabs',
                            'labelKey' => 'LBL_CONFIGURE_TABS_AND_SUBPANELS',
                            'actionLabelKey' => '',
                            'url' => './#/administration/ConfigureTabs',
                            'icon' => '',
                        ],
                        [
                            'name' => 'ConfigureTabs',
                            'labelKey' => 'LBL_HISTORY_CONTACTS_EMAILS',
                            'actionLabelKey' => '',
                            'url' => './#/configurator/historyContactsEmails',
                            'icon' => '',
                        ],
                        [
                            'name' => 'AOS',
                            'labelKey' => 'LBL_AOS_SETTINGS',
                            'actionLabelKey' => '',
                            'url' => './#/administration/AOSAdmin',
                            'icon' => '',
                        ],
                        [
                            'name' => 'Releases',
                            'labelKey' => 'LBL_MANAGE_RELEASES',
                            'actionLabelKey' => '',
                            'url' => './#/releases/index',
                            'icon' => '',
                        ],
                    ],
                ],
                [
                    'name' => 'View',
                    'labelKey' => 'LBL_EMAIL_TITLE',
                    'url' => '',
                    'process' => '',
                    'params' => [],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => [
                        'Emails' => [
                            'mass_Email_config' => [
                                'EmailMan',
                                'LBL_MASS_EMAIL_CONFIG_TITLE',
                                'LBL_MASS_EMAIL_CONFIG_DESC',
                                './index.php?module=EmailMan&action=config',
                                'admin-email-settings',
                            ],
                            'mailboxes' => [
                                'EmailInbound',
                                'LBL_MANAGE_MAILBOX',
                                'LBL_MAILBOX_DESC',
                                './index.php?module=InboundEmail&action=index',
                                'admin-inbound-email',
                            ],
                            'mailboxes_outbound' => [
                                'EmailOutbound',
                                'LBL_MANAGE_MAILBOX_OUTBOUND',
                                'LBL_MAILBOX_OUTBOUND_DESC',
                                './index.php?module=OutboundEmailAccounts&action=index',
                                'admin-outbound-email',
                            ],
                            'external_oauth_connections' => [
                                'ExternalOAuthConnection',
                                'LBL_MANAGE_EXTERNAL_OAUTH_CONNECTIONS',
                                'LBL_MANAGE_EXTERNAL_OAUTH_CONNECTIONS_DESC',
                                'index.php?module=ExternalOAuthConnection&action=index',
                                'admin-oauth2',
                            ],
                            'external_oauth_providers' => [
                                'ExternalOAuthProvider',
                                'LBL_MANAGE_EXTERNAL_OAUTH_PROVIDERS',
                                'LBL_MANAGE_EXTERNAL_OAUTH_PROVIDERS_DESC',
                                'index.php?module=ExternalOAuthProvider&action=index',
                                'admin-oauth2',
                            ],
                        ],
                        'Campaigns' => [
                            'campaignconfig' => [
                                'EmailCampaigns',
                                'LBL_CAMPAIGN_CONFIG_TITLE',
                                'LBL_CAMPAIGN_CONFIG_DESC',
                                './index.php?module=EmailMan&action=campaignconfig',
                                'admin-campaign-email-settings',
                            ],
                            'mass_Email' => [
                                'EmailQueue',
                                'LBL_MASS_EMAIL_MANAGER_TITLE',
                                'LBL_MASS_EMAIL_MANAGER_DESC',
                                './index.php?module=EmailMan&action=index',
                                'admin-email-queue',
                            ],
                        ],
                    ],
                    'type' => '',
                    'module' => 'administration',
                    'sublinks' => [
                        [
                            'name' => 'EmailMan',
                            'labelKey' => 'LBL_MASS_EMAIL_CONFIG_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/emailman/config',
                            'icon' => '',
                        ],
                        [
                            'name' => 'EmailInbound',
                            'labelKey' => 'LBL_MANAGE_MAILBOX',
                            'actionLabelKey' => '',
                            'url' => './#/inbound-email/index',
                            'icon' => '',
                        ],
                        [
                            'name' => 'EmailOutbound',
                            'labelKey' => 'LBL_MANAGE_MAILBOX_OUTBOUND',
                            'actionLabelKey' => '',
                            'url' => './#/outbound-email-accounts/index',
                            'icon' => '',
                        ],
                        [
                            'name' => 'ExternalOAuthConnection',
                            'labelKey' => 'LBL_MANAGE_EXTERNAL_OAUTH_CONNECTIONS',
                            'actionLabelKey' => '',
                            'url' => './#/external-oauth-connection/index',
                            'icon' => '',
                        ],
                        [
                            'name' => 'ExternalOAuthProvider',
                            'labelKey' => 'LBL_MANAGE_EXTERNAL_OAUTH_PROVIDERS',
                            'actionLabelKey' => '',
                            'url' => './#/external-oauth-provider/index',
                            'icon' => '',
                        ],
                        [
                            'name' => 'EmailCampaigns',
                            'labelKey' => 'LBL_CAMPAIGN_CONFIG_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/emailman/campaignconfig',
                            'icon' => '',
                        ],
                        [
                            'name' => 'EmailQueue',
                            'labelKey' => 'LBL_MASS_EMAIL_MANAGER_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/emailman/index',
                            'icon' => '',
                        ],
                    ],
                ],
                [
                    'name' => 'View',
                    'labelKey' => 'LBL_ADMIN_TOOLS_TITLE',
                    'url' => '',
                    'process' => '',
                    'params' => [],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => [
                        'Administration' => [
                            'repair' => [
                                'Repair',
                                'LBL_UPGRADE_TITLE',
                                'LBL_UPGRADE',
                                './index.php?module=Administration&action=Upgrade',
                                'admin-repair',
                            ],
                            'backup_management' => [
                                'Backups',
                                'LBL_BACKUPS_TITLE',
                                'LBL_BACKUPS',
                                './index.php?module=Administration&action=Backups',
                                'admin-backups',
                            ],
                            'diagnostic' => [
                                'Diagnostic',
                                'LBL_DIAGNOSTIC_TITLE',
                                'LBL_DIAGNOSTIC_DESC',
                                './index.php?module=Administration&action=Diagnostic',
                                'admin-diagnostic',
                            ],
                            'import' => [
                                'Import',
                                'LBL_IMPORT_WIZARD',
                                'LBL_IMPORT_WIZARD_DESC',
                                './index.php?module=Import&action=step1&import_module=Administration',
                                'admin-import',
                            ],
                            'module_loader' => [
                                'ModuleLoader',
                                'LBL_MODULE_LOADER_TITLE',
                                'LBL_MODULE_LOADER',
                                './index.php?module=Administration&action=UpgradeWizard&view=module',
                                'admin-module-loader',
                            ],
                        ],
                    ],
                    'type' => '',
                    'module' => 'administration',
                    'sublinks' => [
                        [
                            'name' => 'Repair',
                            'labelKey' => 'LBL_UPGRADE_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/administration/upgrade',
                            'icon' => '',
                        ],
                        [
                            'name' => 'Backups',
                            'labelKey' => 'LBL_BACKUPS_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/administration/Backups',
                            'icon' => '',
                        ],
                        [
                            'name' => 'Diagnostic',
                            'labelKey' => 'LBL_DIAGNOSTIC_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/administration/Diagnostic',
                            'icon' => '',
                        ],
                        [
                            'name' => 'Import',
                            'labelKey' => 'LBL_IMPORT_WIZARD',
                            'actionLabelKey' => '',
                            'url' => './#/import/step1?import_module=Administration',
                            'icon' => '',
                        ],
                        [
                            'name' => 'ModuleLoader',
                            'labelKey' => 'LBL_MODULE_LOADER_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/administration/UpgradeWizard?view=module',
                            'icon' => '',
                        ],
                    ],
                ],
                [
                    'name' => 'View',
                    'labelKey' => 'LBL_STUDIO_TITLE',
                    'url' => '',
                    'process' => '',
                    'params' => [],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => [
                        'studio' => [
                            'studio' => [
                                'Studio',
                                'LBL_STUDIO',
                                'LBL_STUDIO_DESC',
                                './index.php?module=ModuleBuilder&action=index&type=studio',
                                'admin-studio',
                            ],
                        ],
                        'Administration' => [
                            'rename_tabs' => [
                                'RenameTabs',
                                'LBL_RENAME_TABS',
                                'LBL_CHANGE_NAME_MODULES',
                                './index.php?action=wizard&module=Studio&wizard=StudioWizard&option=RenameTabs',
                                'admin-rename-modules',
                            ],
                            'moduleBuilder' => [
                                'ModuleBuilder',
                                'LBL_MODULEBUILDER',
                                'LBL_MODULEBUILDER_DESC',
                                './index.php?module=ModuleBuilder&action=index&type=mb',
                                'admin-module-builder',
                            ],
                        ],
                        'any' => [
                            'dropdowneditor' => [
                                'Dropdown',
                                'LBL_DROPDOWN_EDITOR',
                                'DESC_DROPDOWN_EDITOR',
                                './index.php?module=ModuleBuilder&action=index&type=dropdowns',
                                'admin-dropdown-editor',
                            ],
                            'workflow_management' => [
                                'Workflow',
                                'LBL_WORKFLOW_MANAGER',
                                'LBL_WORKFLOW_MANAGER_DESC',
                                './index.php?module=AOW_WorkFlow',
                                'admin-workflow',
                            ],
                        ],
                    ],
                    'type' => '',
                    'module' => 'administration',
                    'sublinks' => [
                        [
                            'name' => 'Studio',
                            'labelKey' => 'LBL_STUDIO',
                            'actionLabelKey' => '',
                            'url' => './#/module-builder/index?type=studio',
                            'icon' => '',
                        ],
                        [
                            'name' => 'RenameTabs',
                            'labelKey' => 'LBL_RENAME_TABS',
                            'actionLabelKey' => '',
                            'url' => './#/studio/wizard?wizard=StudioWizard&option=RenameTabs',
                            'icon' => '',
                        ],
                        [
                            'name' => 'ModuleBuilder',
                            'labelKey' => 'LBL_MODULEBUILDER',
                            'actionLabelKey' => '',
                            'url' => './#/module-builder/index?type=mb',
                            'icon' => '',
                        ],
                        [
                            'name' => 'Dropdown',
                            'labelKey' => 'LBL_DROPDOWN_EDITOR',
                            'actionLabelKey' => '',
                            'url' => './#/module-builder/index?type=dropdowns',
                            'icon' => '',
                        ],
                        [
                            'name' => 'Workflow',
                            'labelKey' => 'LBL_WORKFLOW_MANAGER',
                            'actionLabelKey' => '',
                            'url' => './#/workflow',
                            'icon' => '',
                        ],
                    ],
                ],
                [
                    'name' => 'View',
                    'labelKey' => 'LBL_GOOGLE_SUITE_ADMIN_HEADER',
                    'url' => '',
                    'process' => '',
                    'params' => [],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => [
                        'Administration' => [
                            'google_calendar_settings' => [
                                'Google Calendar Settings',
                                'LBL_GOOGLE_CALENDAR_SETTINGS_TITLE',
                                'LBL_GOOGLE_CALENDAR_SETTINGS_DESC',
                                './index.php?module=Administration&action=GoogleCalendarSettings',
                                'admin-system-settings',
                            ],
                        ],
                        'jjwg_Maps' => [
                            'config' => [
                                'Administration',
                                'LBL_JJWG_MAPS_ADMIN_CONFIG_TITLE',
                                'LBL_JJWG_MAPS_ADMIN_CONFIG_DESC',
                                './index.php?module=jjwg_Maps&action=config',
                                'admin-google-maps-settings',
                            ],
                            'geocoded_counts' => [
                                'Geocoded_Counts',
                                'LBL_JJWG_MAPS_ADMIN_GEOCODED_COUNTS_TITLE',
                                'LBL_JJWG_MAPS_ADMIN_GEOCODED_COUNTS_DESC',
                                './index.php?module=jjwg_Maps&action=geocoded_counts',
                                'admin-geocoded-counts',
                            ],
                            'geocoding_test' => [
                                'GeocodingTests',
                                'LBL_JJWG_MAPS_ADMIN_GEOCODING_TEST_TITLE',
                                'LBL_JJWG_MAPS_ADMIN_GEOCODING_TEST_DESC',
                                './index.php?module=jjwg_Maps&action=geocoding_test',
                                'admin-geocoding-test',
                            ],
                            'geocode_addresses' => [
                                'GeocodeAddresses',
                                'LBL_JJWG_MAPS_ADMIN_GEOCODE_ADDRESSES_TITLE',
                                'LBL_JJWG_MAPS_ADMIN_GEOCODE_ADDRESSES_DESC',
                                './index.php?module=jjwg_Maps&action=geocode_addresses',
                                'admin-geocode-addresses',
                            ],
                            'address_cache' => [
                                'Address_Cache',
                                'LBL_JJWG_MAPS_ADMIN_ADDRESS_CACHE_TITLE',
                                'LBL_JJWG_MAPS_ADMIN_ADDRESS_CACHE_DESC',
                                './index.php?module=jjwg_Address_Cache&action=index',
                                'admin-address-cache',
                            ],
                        ],
                    ],
                    'type' => '',
                    'module' => 'administration',
                    'sublinks' => [
                        [
                            'name' => 'Google Calendar Settings',
                            'labelKey' => 'LBL_GOOGLE_CALENDAR_SETTINGS_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/administration/GoogleCalendarSettings',
                            'icon' => '',
                        ],
                        [
                            'name' => 'Administration',
                            'labelKey' => 'LBL_JJWG_MAPS_ADMIN_CONFIG_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/maps/config',
                            'icon' => '',
                        ],
                        [
                            'name' => 'Geocoded_Counts',
                            'labelKey' => 'LBL_JJWG_MAPS_ADMIN_GEOCODED_COUNTS_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/maps/geocoded_counts',
                            'icon' => '',
                        ],
                        [
                            'name' => 'GeocodingTests',
                            'labelKey' => 'LBL_JJWG_MAPS_ADMIN_GEOCODING_TEST_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/maps/geocoding_test',
                            'icon' => '',
                        ],
                        [
                            'name' => 'GeocodeAddresses',
                            'labelKey' => 'LBL_JJWG_MAPS_ADMIN_GEOCODE_ADDRESSES_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/maps/geocode_addresses',
                            'icon' => '',
                        ],
                        [
                            'name' => 'Address_Cache',
                            'labelKey' => 'LBL_JJWG_MAPS_ADMIN_ADDRESS_CACHE_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/address-cache/index',
                            'icon' => '',
                        ],
                    ],
                ],
            ],
        ],
        'user-preferences' => [
            'path' => 'user-preferences',
            'defaultRoute' => './#/user-preferences',
            'name' => 'user-preferences',
            'labelKey' => 'UserPreferences',
            'menu' => [],
        ],
        'studio' => [
            'path' => 'administration',
            'defaultRoute' => './#/administration',
            'name' => 'administration',
            'labelKey' => 'Administration',
            'menu' => [
                [
                    'name' => 'View',
                    'labelKey' => 'LBL_USERS_TITLE',
                    'url' => '',
                    'process' => '',
                    'params' => [],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => [
                        'Users' => [
                            'user_management' => [
                                'UserManagement',
                                'LBL_MANAGE_USERS_TITLE',
                                'LBL_MANAGE_USERS',
                                './index.php?module=Users&action=index',
                                'admin-user-management',
                            ],
                            'roles_management' => [
                                'Roles',
                                'LBL_MANAGE_ROLES_TITLE',
                                'LBL_MANAGE_ROLES',
                                './index.php?module=ACLRoles&action=index',
                                'admin-roles',
                            ],
                        ],
                        'Administration' => [
                            'password_management' => [
                                'Password',
                                'LBL_MANAGE_PASSWORD_TITLE',
                                'LBL_MANAGE_PASSWORD',
                                './index.php?module=Administration&action=PasswordManager',
                                'admin-password',
                            ],
                            'oauth2_clients' => [
                                'Password',
                                'LBL_OAUTH2_CLIENTS_TITLE',
                                'LBL_OAUTH2_CLIENTS',
                                './index.php?module=OAuth2Clients&action=index',
                                'admin-oauth2',
                            ],
                            'oauth_keys' => [
                                'Password',
                                'LBL_OAUTH_TITLE',
                                'LBL_OAUTH',
                                './index.php?module=OAuthKeys&action=index',
                                'admin-oauth-keys',
                            ],
                            'securitygroup_management' => [
                                'SecuritySuiteGroupManagement',
                                'LBL_MANAGE_SECURITYGROUPS_TITLE',
                                'LBL_MANAGE_SECURITYGROUPS',
                                './index.php?module=SecurityGroups&action=index',
                                'admin-security',
                            ],
                            'securitygroup_config' => [
                                'SecurityGroupsManagement',
                                'LBL_CONFIG_SECURITYGROUPS_TITLE',
                                'LBL_CONFIG_SECURITYGROUPS',
                                './index.php?module=SecurityGroups&action=config',
                                'admin-security-suite-group-management',
                            ],
                        ],
                    ],
                    'type' => '',
                    'module' => 'administration',
                    'sublinks' => [
                        [
                            'name' => 'UserManagement',
                            'labelKey' => 'LBL_MANAGE_USERS_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/users/index',
                            'icon' => '',
                        ],
                        [
                            'name' => 'Roles',
                            'labelKey' => 'LBL_MANAGE_ROLES_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/acl-roles/index',
                            'icon' => '',
                        ],
                        [
                            'name' => 'Password',
                            'labelKey' => 'LBL_MANAGE_PASSWORD_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/administration/PasswordManager',
                            'icon' => '',
                        ],
                        [
                            'name' => 'Password',
                            'labelKey' => 'LBL_OAUTH2_CLIENTS_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/oauth2-clients/index',
                            'icon' => '',
                        ],
                        [
                            'name' => 'Password',
                            'labelKey' => 'LBL_OAUTH_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/oauth-keys/index',
                            'icon' => '',
                        ],
                        [
                            'name' => 'SecuritySuiteGroupManagement',
                            'labelKey' => 'LBL_MANAGE_SECURITYGROUPS_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/security-groups/index',
                            'icon' => '',
                        ],
                        [
                            'name' => 'SecurityGroupsManagement',
                            'labelKey' => 'LBL_CONFIG_SECURITYGROUPS_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/security-groups/config',
                            'icon' => '',
                        ],
                    ],
                ],
                [
                    'name' => 'View',
                    'labelKey' => 'LBL_ADMINISTRATION_HOME_TITLE',
                    'url' => '',
                    'process' => '',
                    'params' => [],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => [
                        'Administration' => [
                            'configphp_settings' => [
                                'Administration',
                                'LBL_CONFIGURE_SETTINGS_TITLE',
                                'LBL_CONFIGURE_SETTINGS',
                                './index.php?module=Configurator&action=EditView',
                                'admin-system-settings',
                            ],
                            'currencies_management' => [
                                'Currencies',
                                'LBL_MANAGE_CURRENCIES',
                                'LBL_CURRENCY',
                                './index.php?module=Currencies&action=index',
                                'admin-currencies',
                            ],
                            'languages' => [
                                'Currencies',
                                'LBL_MANAGE_LANGUAGES',
                                'LBL_LANGUAGES',
                                './index.php?module=Administration&action=Languages&view=default',
                                'admin-languages',
                            ],
                            'locale' => [
                                'Currencies',
                                'LBL_MANAGE_LOCALE',
                                'LBL_LOCALE',
                                './index.php?module=Administration&action=Locale&view=default',
                                'admin-locale',
                            ],
                            'pdf' => [
                                'PDF',
                                'LBL_PDF_HEADER',
                                'LBL_CHANGE_PDF_SETTINGS',
                                './index.php?module=Administration&action=PDFSettings',
                                'admin-pdf-settings',
                            ],
                            'search_wrapper' => [
                                'icon_SearchForm',
                                'LBL_SEARCH_WRAPPER',
                                'LBL_SEARCH_WRAPPER_DESC',
                                './index.php?module=Administration&action=SearchSettings',
                                'admin-global-search',
                            ],
                            'elastic_search' => [
                                'ElasticSearchIndexerSettings',
                                'LBL_ELASTIC_SEARCH_SETTINGS',
                                'LBL_ELASTIC_SEARCH_SETTINGS_DESC',
                                './index.php?module=Administration&action=ElasticSearchSettings',
                                'admin-global-search',
                            ],
                            'scheduler' => [
                                'Schedulers',
                                'LBL_SUITE_SCHEDULER_TITLE',
                                'LBL_SUITE_SCHEDULER',
                                './index.php?module=Schedulers&action=index',
                                'admin-scheduler',
                            ],
                            'theme_settings' => [
                                'icon_AdminThemes',
                                'LBL_THEME_SETTINGS',
                                'LBL_THEME_SETTINGS_DESC',
                                './index.php?module=Administration&action=ThemeSettings',
                                'admin-themes',
                            ],
                        ],
                    ],
                    'type' => '',
                    'module' => 'administration',
                    'sublinks' => [
                        [
                            'name' => 'Administration',
                            'labelKey' => 'LBL_CONFIGURE_SETTINGS_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/configurator/edit',
                            'icon' => '',
                        ],
                        [
                            'name' => 'Currencies',
                            'labelKey' => 'LBL_MANAGE_CURRENCIES',
                            'actionLabelKey' => '',
                            'url' => './#/currencies/index',
                            'icon' => '',
                        ],
                        [
                            'name' => 'Currencies',
                            'labelKey' => 'LBL_MANAGE_LANGUAGES',
                            'actionLabelKey' => '',
                            'url' => './#/administration/Languages?view=default',
                            'icon' => '',
                        ],
                        [
                            'name' => 'Currencies',
                            'labelKey' => 'LBL_MANAGE_LOCALE',
                            'actionLabelKey' => '',
                            'url' => './#/administration/Locale?view=default',
                            'icon' => '',
                        ],
                        [
                            'name' => 'PDF',
                            'labelKey' => 'LBL_PDF_HEADER',
                            'actionLabelKey' => '',
                            'url' => './#/administration/PDFSettings',
                            'icon' => '',
                        ],
                        [
                            'name' => 'icon_SearchForm',
                            'labelKey' => 'LBL_SEARCH_WRAPPER',
                            'actionLabelKey' => '',
                            'url' => './#/administration/SearchSettings',
                            'icon' => '',
                        ],
                        [
                            'name' => 'ElasticSearchIndexerSettings',
                            'labelKey' => 'LBL_ELASTIC_SEARCH_SETTINGS',
                            'actionLabelKey' => '',
                            'url' => './#/administration/ElasticSearchSettings',
                            'icon' => '',
                        ],
                        [
                            'name' => 'Schedulers',
                            'labelKey' => 'LBL_SUITE_SCHEDULER_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/schedulers/index',
                            'icon' => '',
                        ],
                        [
                            'name' => 'icon_AdminThemes',
                            'labelKey' => 'LBL_THEME_SETTINGS',
                            'actionLabelKey' => '',
                            'url' => './#/administration/ThemeSettings',
                            'icon' => '',
                        ],
                    ],
                ],
                [
                    'name' => 'View',
                    'labelKey' => 'LBL_MODULE_ADMIN',
                    'url' => '',
                    'process' => '',
                    'params' => [],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => [
                        'Administration' => [
                            'feed_settings' => [
                                'icon_SugarFeed',
                                'LBL_SUITEFEED_SETTINGS',
                                'LBL_SUITEFEED_SETTINGS_DESC',
                                './index.php?module=SugarFeed&action=AdminSettings',
                                'admin-activity-streams',
                            ],
                            'business_hours' => [
                                'AOBH_BusinessHours',
                                'LBL_BUSINESS_HOURS',
                                'LBL_AOP_BUSINESS_HOURS_DESC',
                                './index.php?module=Administration&action=BusinessHours',
                                'admin-aobh-businesshours',
                            ],
                            'aop' => [
                                'AOP',
                                'LBL_AOP_SETTINGS',
                                'LBL_CHANGE_SETTINGS_AOP',
                                './index.php?module=Administration&action=AOPAdmin',
                                'admin-aop-settings',
                            ],
                            'configure_group_tabs' => [
                                'ConfigureTabs',
                                'LBL_CONFIGURE_GROUP_TABS',
                                'LBL_CONFIGURE_GROUP_TABS_DESC',
                                './index.php?action=wizard&module=Studio&wizard=StudioWizard&option=ConfigureGroupTabs',
                                'admin-configure-module-menu-filters',
                            ],
                            'connector_settings' => [
                                'icon_Connectors',
                                'LBL_CONNECTOR_SETTINGS',
                                'LBL_CONNECTOR_SETTINGS_DESC',
                                './index.php?module=Connectors&action=ConnectorSettings',
                                'admin-connectors',
                            ],
                            'configure_tabs' => [
                                'ConfigureTabs',
                                'LBL_CONFIGURE_TABS_AND_SUBPANELS',
                                'LBL_CONFIGURE_TABS_AND_SUBPANELS_DESC',
                                './index.php?module=Administration&action=ConfigureTabs',
                                'admin-display-modules-and-subpanels',
                            ],
                            'history_contacts_emails' => [
                                'ConfigureTabs',
                                'LBL_HISTORY_CONTACTS_EMAILS',
                                'LBL_HISTORY_CONTACTS_EMAILS_DESC',
                                './index.php?module=Configurator&action=historyContactsEmails',
                                'admin-history-subpanel',
                            ],
                            'aos' => [
                                'AOS',
                                'LBL_AOS_SETTINGS',
                                'LBL_CHANGE_SETTINGS',
                                './index.php?module=Administration&action=AOSAdmin',
                                'admin-aos-settings',
                            ],
                        ],
                        'Bugs' => [
                            'bug_tracker' => [
                                'Releases',
                                'LBL_MANAGE_RELEASES',
                                'LBL_RELEASE',
                                './index.php?module=Releases&action=index',
                                'admin-releases',
                            ],
                        ],
                    ],
                    'type' => '',
                    'module' => 'administration',
                    'sublinks' => [
                        [
                            'name' => 'icon_SugarFeed',
                            'labelKey' => 'LBL_SUITEFEED_SETTINGS',
                            'actionLabelKey' => '',
                            'url' => './#/sugar-feed/AdminSettings',
                            'icon' => '',
                        ],
                        [
                            'name' => 'AOBH_BusinessHours',
                            'labelKey' => 'LBL_BUSINESS_HOURS',
                            'actionLabelKey' => '',
                            'url' => './#/administration/BusinessHours',
                            'icon' => '',
                        ],
                        [
                            'name' => 'AOP',
                            'labelKey' => 'LBL_AOP_SETTINGS',
                            'actionLabelKey' => '',
                            'url' => './#/administration/AOPAdmin',
                            'icon' => '',
                        ],
                        [
                            'name' => 'ConfigureTabs',
                            'labelKey' => 'LBL_CONFIGURE_GROUP_TABS',
                            'actionLabelKey' => '',
                            'url' => './#/studio/wizard?wizard=StudioWizard&option=ConfigureGroupTabs',
                            'icon' => '',
                        ],
                        [
                            'name' => 'icon_Connectors',
                            'labelKey' => 'LBL_CONNECTOR_SETTINGS',
                            'actionLabelKey' => '',
                            'url' => './#/connectors/ConnectorSettings',
                            'icon' => '',
                        ],
                        [
                            'name' => 'ConfigureTabs',
                            'labelKey' => 'LBL_CONFIGURE_TABS_AND_SUBPANELS',
                            'actionLabelKey' => '',
                            'url' => './#/administration/ConfigureTabs',
                            'icon' => '',
                        ],
                        [
                            'name' => 'ConfigureTabs',
                            'labelKey' => 'LBL_HISTORY_CONTACTS_EMAILS',
                            'actionLabelKey' => '',
                            'url' => './#/configurator/historyContactsEmails',
                            'icon' => '',
                        ],
                        [
                            'name' => 'AOS',
                            'labelKey' => 'LBL_AOS_SETTINGS',
                            'actionLabelKey' => '',
                            'url' => './#/administration/AOSAdmin',
                            'icon' => '',
                        ],
                        [
                            'name' => 'Releases',
                            'labelKey' => 'LBL_MANAGE_RELEASES',
                            'actionLabelKey' => '',
                            'url' => './#/releases/index',
                            'icon' => '',
                        ],
                    ],
                ],
                [
                    'name' => 'View',
                    'labelKey' => 'LBL_EMAIL_TITLE',
                    'url' => '',
                    'process' => '',
                    'params' => [],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => [
                        'Emails' => [
                            'mass_Email_config' => [
                                'EmailMan',
                                'LBL_MASS_EMAIL_CONFIG_TITLE',
                                'LBL_MASS_EMAIL_CONFIG_DESC',
                                './index.php?module=EmailMan&action=config',
                                'admin-email-settings',
                            ],
                            'mailboxes' => [
                                'EmailInbound',
                                'LBL_MANAGE_MAILBOX',
                                'LBL_MAILBOX_DESC',
                                './index.php?module=InboundEmail&action=index',
                                'admin-inbound-email',
                            ],
                            'mailboxes_outbound' => [
                                'EmailOutbound',
                                'LBL_MANAGE_MAILBOX_OUTBOUND',
                                'LBL_MAILBOX_OUTBOUND_DESC',
                                './index.php?module=OutboundEmailAccounts&action=index',
                                'admin-outbound-email',
                            ],
                            'external_oauth_connections' => [
                                'ExternalOAuthConnection',
                                'LBL_MANAGE_EXTERNAL_OAUTH_CONNECTIONS',
                                'LBL_MANAGE_EXTERNAL_OAUTH_CONNECTIONS_DESC',
                                'index.php?module=ExternalOAuthConnection&action=index',
                                'admin-oauth2',
                            ],
                            'external_oauth_providers' => [
                                'ExternalOAuthProvider',
                                'LBL_MANAGE_EXTERNAL_OAUTH_PROVIDERS',
                                'LBL_MANAGE_EXTERNAL_OAUTH_PROVIDERS_DESC',
                                'index.php?module=ExternalOAuthProvider&action=index',
                                'admin-oauth2',
                            ],
                        ],
                        'Campaigns' => [
                            'campaignconfig' => [
                                'EmailCampaigns',
                                'LBL_CAMPAIGN_CONFIG_TITLE',
                                'LBL_CAMPAIGN_CONFIG_DESC',
                                './index.php?module=EmailMan&action=campaignconfig',
                                'admin-campaign-email-settings',
                            ],
                            'mass_Email' => [
                                'EmailQueue',
                                'LBL_MASS_EMAIL_MANAGER_TITLE',
                                'LBL_MASS_EMAIL_MANAGER_DESC',
                                './index.php?module=EmailMan&action=index',
                                'admin-email-queue',
                            ],
                        ],
                    ],
                    'type' => '',
                    'module' => 'administration',
                    'sublinks' => [
                        [
                            'name' => 'EmailMan',
                            'labelKey' => 'LBL_MASS_EMAIL_CONFIG_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/emailman/config',
                            'icon' => '',
                        ],
                        [
                            'name' => 'EmailInbound',
                            'labelKey' => 'LBL_MANAGE_MAILBOX',
                            'actionLabelKey' => '',
                            'url' => './#/inbound-email/index',
                            'icon' => '',
                        ],
                        [
                            'name' => 'EmailOutbound',
                            'labelKey' => 'LBL_MANAGE_MAILBOX_OUTBOUND',
                            'actionLabelKey' => '',
                            'url' => './#/outbound-email-accounts/index',
                            'icon' => '',
                        ],
                        [
                            'name' => 'ExternalOAuthConnection',
                            'labelKey' => 'LBL_MANAGE_EXTERNAL_OAUTH_CONNECTIONS',
                            'actionLabelKey' => '',
                            'url' => './#/external-oauth-connection/index',
                            'icon' => '',
                        ],
                        [
                            'name' => 'ExternalOAuthProvider',
                            'labelKey' => 'LBL_MANAGE_EXTERNAL_OAUTH_PROVIDERS',
                            'actionLabelKey' => '',
                            'url' => './#/external-oauth-provider/index',
                            'icon' => '',
                        ],
                        [
                            'name' => 'EmailCampaigns',
                            'labelKey' => 'LBL_CAMPAIGN_CONFIG_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/emailman/campaignconfig',
                            'icon' => '',
                        ],
                        [
                            'name' => 'EmailQueue',
                            'labelKey' => 'LBL_MASS_EMAIL_MANAGER_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/emailman/index',
                            'icon' => '',
                        ],
                    ],
                ],
                [
                    'name' => 'View',
                    'labelKey' => 'LBL_ADMIN_TOOLS_TITLE',
                    'url' => '',
                    'process' => '',
                    'params' => [],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => [
                        'Administration' => [
                            'repair' => [
                                'Repair',
                                'LBL_UPGRADE_TITLE',
                                'LBL_UPGRADE',
                                './index.php?module=Administration&action=Upgrade',
                                'admin-repair',
                            ],
                            'backup_management' => [
                                'Backups',
                                'LBL_BACKUPS_TITLE',
                                'LBL_BACKUPS',
                                './index.php?module=Administration&action=Backups',
                                'admin-backups',
                            ],
                            'diagnostic' => [
                                'Diagnostic',
                                'LBL_DIAGNOSTIC_TITLE',
                                'LBL_DIAGNOSTIC_DESC',
                                './index.php?module=Administration&action=Diagnostic',
                                'admin-diagnostic',
                            ],
                            'import' => [
                                'Import',
                                'LBL_IMPORT_WIZARD',
                                'LBL_IMPORT_WIZARD_DESC',
                                './index.php?module=Import&action=step1&import_module=Administration',
                                'admin-import',
                            ],
                            'module_loader' => [
                                'ModuleLoader',
                                'LBL_MODULE_LOADER_TITLE',
                                'LBL_MODULE_LOADER',
                                './index.php?module=Administration&action=UpgradeWizard&view=module',
                                'admin-module-loader',
                            ],
                        ],
                    ],
                    'type' => '',
                    'module' => 'administration',
                    'sublinks' => [
                        [
                            'name' => 'Repair',
                            'labelKey' => 'LBL_UPGRADE_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/administration/upgrade',
                            'icon' => '',
                        ],
                        [
                            'name' => 'Backups',
                            'labelKey' => 'LBL_BACKUPS_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/administration/Backups',
                            'icon' => '',
                        ],
                        [
                            'name' => 'Diagnostic',
                            'labelKey' => 'LBL_DIAGNOSTIC_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/administration/Diagnostic',
                            'icon' => '',
                        ],
                        [
                            'name' => 'Import',
                            'labelKey' => 'LBL_IMPORT_WIZARD',
                            'actionLabelKey' => '',
                            'url' => './#/import/step1?import_module=Administration',
                            'icon' => '',
                        ],
                        [
                            'name' => 'ModuleLoader',
                            'labelKey' => 'LBL_MODULE_LOADER_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/administration/UpgradeWizard?view=module',
                            'icon' => '',
                        ],
                    ],
                ],
                [
                    'name' => 'View',
                    'labelKey' => 'LBL_STUDIO_TITLE',
                    'url' => '',
                    'process' => '',
                    'params' => [],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => [
                        'studio' => [
                            'studio' => [
                                'Studio',
                                'LBL_STUDIO',
                                'LBL_STUDIO_DESC',
                                './index.php?module=ModuleBuilder&action=index&type=studio',
                                'admin-studio',
                            ],
                        ],
                        'Administration' => [
                            'rename_tabs' => [
                                'RenameTabs',
                                'LBL_RENAME_TABS',
                                'LBL_CHANGE_NAME_MODULES',
                                './index.php?action=wizard&module=Studio&wizard=StudioWizard&option=RenameTabs',
                                'admin-rename-modules',
                            ],
                            'moduleBuilder' => [
                                'ModuleBuilder',
                                'LBL_MODULEBUILDER',
                                'LBL_MODULEBUILDER_DESC',
                                './index.php?module=ModuleBuilder&action=index&type=mb',
                                'admin-module-builder',
                            ],
                        ],
                        'any' => [
                            'dropdowneditor' => [
                                'Dropdown',
                                'LBL_DROPDOWN_EDITOR',
                                'DESC_DROPDOWN_EDITOR',
                                './index.php?module=ModuleBuilder&action=index&type=dropdowns',
                                'admin-dropdown-editor',
                            ],
                            'workflow_management' => [
                                'Workflow',
                                'LBL_WORKFLOW_MANAGER',
                                'LBL_WORKFLOW_MANAGER_DESC',
                                './index.php?module=AOW_WorkFlow',
                                'admin-workflow',
                            ],
                        ],
                    ],
                    'type' => '',
                    'module' => 'administration',
                    'sublinks' => [
                        [
                            'name' => 'Studio',
                            'labelKey' => 'LBL_STUDIO',
                            'actionLabelKey' => '',
                            'url' => './#/module-builder/index?type=studio',
                            'icon' => '',
                        ],
                        [
                            'name' => 'RenameTabs',
                            'labelKey' => 'LBL_RENAME_TABS',
                            'actionLabelKey' => '',
                            'url' => './#/studio/wizard?wizard=StudioWizard&option=RenameTabs',
                            'icon' => '',
                        ],
                        [
                            'name' => 'ModuleBuilder',
                            'labelKey' => 'LBL_MODULEBUILDER',
                            'actionLabelKey' => '',
                            'url' => './#/module-builder/index?type=mb',
                            'icon' => '',
                        ],
                        [
                            'name' => 'Dropdown',
                            'labelKey' => 'LBL_DROPDOWN_EDITOR',
                            'actionLabelKey' => '',
                            'url' => './#/module-builder/index?type=dropdowns',
                            'icon' => '',
                        ],
                        [
                            'name' => 'Workflow',
                            'labelKey' => 'LBL_WORKFLOW_MANAGER',
                            'actionLabelKey' => '',
                            'url' => './#/workflow',
                            'icon' => '',
                        ],
                    ],
                ],
                [
                    'name' => 'View',
                    'labelKey' => 'LBL_GOOGLE_SUITE_ADMIN_HEADER',
                    'url' => '',
                    'process' => '',
                    'params' => [],
                    'icon' => 'view',
                    'actionLabelKey' => '',
                    'quickAction' => [
                        'Administration' => [
                            'google_calendar_settings' => [
                                'Google Calendar Settings',
                                'LBL_GOOGLE_CALENDAR_SETTINGS_TITLE',
                                'LBL_GOOGLE_CALENDAR_SETTINGS_DESC',
                                './index.php?module=Administration&action=GoogleCalendarSettings',
                                'admin-system-settings',
                            ],
                        ],
                        'jjwg_Maps' => [
                            'config' => [
                                'Administration',
                                'LBL_JJWG_MAPS_ADMIN_CONFIG_TITLE',
                                'LBL_JJWG_MAPS_ADMIN_CONFIG_DESC',
                                './index.php?module=jjwg_Maps&action=config',
                                'admin-google-maps-settings',
                            ],
                            'geocoded_counts' => [
                                'Geocoded_Counts',
                                'LBL_JJWG_MAPS_ADMIN_GEOCODED_COUNTS_TITLE',
                                'LBL_JJWG_MAPS_ADMIN_GEOCODED_COUNTS_DESC',
                                './index.php?module=jjwg_Maps&action=geocoded_counts',
                                'admin-geocoded-counts',
                            ],
                            'geocoding_test' => [
                                'GeocodingTests',
                                'LBL_JJWG_MAPS_ADMIN_GEOCODING_TEST_TITLE',
                                'LBL_JJWG_MAPS_ADMIN_GEOCODING_TEST_DESC',
                                './index.php?module=jjwg_Maps&action=geocoding_test',
                                'admin-geocoding-test',
                            ],
                            'geocode_addresses' => [
                                'GeocodeAddresses',
                                'LBL_JJWG_MAPS_ADMIN_GEOCODE_ADDRESSES_TITLE',
                                'LBL_JJWG_MAPS_ADMIN_GEOCODE_ADDRESSES_DESC',
                                './index.php?module=jjwg_Maps&action=geocode_addresses',
                                'admin-geocode-addresses',
                            ],
                            'address_cache' => [
                                'Address_Cache',
                                'LBL_JJWG_MAPS_ADMIN_ADDRESS_CACHE_TITLE',
                                'LBL_JJWG_MAPS_ADMIN_ADDRESS_CACHE_DESC',
                                './index.php?module=jjwg_Address_Cache&action=index',
                                'admin-address-cache',
                            ],
                        ],
                    ],
                    'type' => '',
                    'module' => 'administration',
                    'sublinks' => [
                        [
                            'name' => 'Google Calendar Settings',
                            'labelKey' => 'LBL_GOOGLE_CALENDAR_SETTINGS_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/administration/GoogleCalendarSettings',
                            'icon' => '',
                        ],
                        [
                            'name' => 'Administration',
                            'labelKey' => 'LBL_JJWG_MAPS_ADMIN_CONFIG_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/maps/config',
                            'icon' => '',
                        ],
                        [
                            'name' => 'Geocoded_Counts',
                            'labelKey' => 'LBL_JJWG_MAPS_ADMIN_GEOCODED_COUNTS_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/maps/geocoded_counts',
                            'icon' => '',
                        ],
                        [
                            'name' => 'GeocodingTests',
                            'labelKey' => 'LBL_JJWG_MAPS_ADMIN_GEOCODING_TEST_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/maps/geocoding_test',
                            'icon' => '',
                        ],
                        [
                            'name' => 'GeocodeAddresses',
                            'labelKey' => 'LBL_JJWG_MAPS_ADMIN_GEOCODE_ADDRESSES_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/maps/geocode_addresses',
                            'icon' => '',
                        ],
                        [
                            'name' => 'Address_Cache',
                            'labelKey' => 'LBL_JJWG_MAPS_ADMIN_ADDRESS_CACHE_TITLE',
                            'actionLabelKey' => '',
                            'url' => './#/address-cache/index',
                            'icon' => '',
                        ],
                    ],
                ],
            ],
        ],
        'reminders' => [
            'path' => 'reminders',
            'defaultRoute' => './#/reminders',
            'name' => 'reminders',
            'labelKey' => 'Reminders',
            'menu' => [],
        ],
        'reminders-invitees' => [
            'path' => 'reminders-invitees',
            'defaultRoute' => './#/reminders-invitees',
            'name' => 'reminders-invitees',
            'labelKey' => 'Reminders_Invitees',
            'menu' => [],
        ],
    ],
    'maxTabs' => 8,
    'type' => 'm',
    'quickActions' => [
        [
            'name' => 'Create',
            'labelKey' => 'LNK_NEW_ACCOUNT',
            'url' => './accounts/edit',
            'params' => [
                'return_module' => 'Accounts',
                'return_action' => 'DetailView',
            ],
            'icon' => 'plus',
            'quickAction' => true,
            'type' => 'create',
            'module' => 'accounts',
            'process' => '',
        ],
        [
            'name' => 'Create',
            'labelKey' => 'LNK_NEW_CONTACT',
            'url' => './contacts/edit',
            'params' => [
                'return_module' => 'Contacts',
                'return_action' => 'DetailView',
            ],
            'icon' => 'plus',
            'quickAction' => true,
            'type' => 'create',
            'module' => 'contacts',
            'process' => '',
        ],
        [
            'name' => 'Create',
            'labelKey' => 'LNK_NEW_OPPORTUNITY',
            'url' => './opportunities/edit',
            'params' => [
                'return_module' => 'Opportunities',
                'return_action' => 'DetailView',
            ],
            'icon' => 'plus',
            'quickAction' => true,
            'type' => 'create',
            'module' => 'opportunities',
            'process' => '',
        ],
        [
            'name' => 'Create',
            'labelKey' => 'LNK_NEW_LEAD',
            'url' => './leads/edit',
            'params' => [
                'return_module' => 'Leads',
                'return_action' => 'DetailView',
            ],
            'icon' => 'plus',
            'quickAction' => true,
            'type' => 'create',
            'module' => 'leads',
            'process' => '',
        ],
        [
            'name' => 'Create',
            'labelKey' => 'LNK_NEW_RECORD',
            'url' => './quotes/edit',
            'params' => [
                'return_module' => 'AOS_Quotes',
                'return_action' => 'DetailView',
            ],
            'icon' => 'plus',
            'quickAction' => true,
            'type' => 'create',
            'module' => 'quotes',
            'process' => '',
        ],
        [
            'name' => 'Schedule_Meeting',
            'labelKey' => 'LNK_NEW_MEETING',
            'url' => './meetings/edit',
            'params' => [
                'return_module' => 'Meetings',
                'return_action' => 'DetailView',
            ],
            'icon' => 'plus',
            'quickAction' => true,
            'type' => 'create',
            'module' => 'calendar',
            'process' => '',
        ],
        [
            'name' => 'Schedule_Call',
            'labelKey' => 'LNK_NEW_CALL',
            'url' => './calls/edit',
            'params' => [
                'return_module' => 'Calls',
                'return_action' => 'DetailView',
            ],
            'icon' => 'plus',
            'quickAction' => true,
            'type' => 'create',
            'module' => 'calendar',
            'process' => '',
        ],
    ],
]];
