#How to reorder the navigation
6 messages · Page 1 of 1 (latest)
Hi, have you defined the navigation sort on the other resources/pages?
Yes i defined on the resources that are in the group fro everyone this value protected static ?int $navigationSort = 2;
Navigation items are sorted by group first and by item second. Means you cannot put an item without a group below a group
Okay i understand