Skip to content
Snippets Groups Projects
Commit 62f71a62 authored by Jean-Philippe Metivier's avatar Jean-Philippe Metivier
Browse files

dist

parent b4b39af8
Branches release/1.3.0
No related tags found
No related merge requests found
Pipeline #25097 passed
<?php
use UnicaenIndicateur\Provider\Privilege\IndicateurPrivileges;
return [
'navigation' => [
'default' => [
'home' => [
'pages' => [
'administration' => [
'pages' => [
'indicateurs' => [
'label' => 'Indicateurs',
'route' => 'indicateurs',
'resource' => IndicateurPrivileges::getResourceId(IndicateurPrivileges::AFFICHER_INDICATEUR),
'order' => 4000,
'icon' => 'fas fa-angle-right',
],
],
],
'mes-indicateurs' => [
'label' => 'Mes indicateurs',
'route' => 'mes-indicateurs',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment