Filament shield not in Navigation

Hello, I have a short queston: my shield tab ist showing up on the navigation. These are my settings im the filament-shield.php config:

    'shield_resource' => [
        'should_register_navigation' => true,
        'slug' => 'shield/roles',
        'navigation_sort' => -1,
        'navigation_badge' => true,
        'navigation_group' => true,
        'is_globally_searchable' => false,
        'show_model_path' => true,
    ],


and on oy language file:

    'nav.group' => 'Management',
    'nav.role.icon' => 'heroicon-o-shield-check',
    'nav.role.label' => 'Rollen',
    'resource.label.role' => 'Rolle',
    'resource.label.roles' => 'Rollen',


but on my naviagtion there is no shield tab visible. Did someone know why?
image.png
Was this page helpful?