t('Home'), 'path' => 'admin'],
['label' => t('Tenants')],
];
require templatePath('partials/app-breadcrumb.phtml');
?>
$searchConfig,
'filterSchema' => $clientFilterSchema,
'filterChipMeta' => $filterChipMeta,
'gridLang' => $gridLang,
'labels' => [
'avatar' => t('Avatar'),
'description' => t('Description'),
'status' => t('Status'),
'theme' => t('Theme'),
'sso' => t('SSO'),
'activeUsers' => t('Active users'),
'inactiveUsers' => t('Inactive users'),
'created' => t('Created'),
'active' => t('Active'),
'default' => t('Default'),
'microsoftOnly' => t('Microsoft only'),
'inactive' => t('Inactive'),
],
];
?>