How to place a navigation element without a group between groups or after?

Hello.

The $navigationSort variable does not work in the Cluster. Why?

<?php namespace App\Filament\Clusters; use Filament\Clusters\Cluster; class Settings extends Cluster { protected static ?string $navigationIcon = 'heroicon-o-squares-2x2'; protected static ?int $navigationSort = 1; }
Was this page helpful?