F
Filament5d ago
o.m

Why is the navigation position not moving to top?

protected static SubNavigationPosition $subNavigationPosition = SubNavigationPosition::Top; Added this code to the Admin Settings Cluster. Am I missing something?
No description
4 Replies
o.m
o.mOP5d ago
No description
Antea
Antea4d ago
You have to define it on every page
o.m
o.mOP4d ago
Hi, sorry but I do not get what you meant. Could you provide more details?
Vp
Vp4d ago
IIRC you have to define protected static SubNavigationPosition $subNavigationPosition = SubNavigationPosition::Top; on each and every pages like Ante answer, but not on the main Cluster (I may be wrong about not on cluster) That said, you have to put the protected static Sub... in all of the files inside AdminSettings/Pages

Did you find this page helpful?