Stephan
Explore posts from serversUnregister cluster in navigation menu
Hi,
I'm trying to hide the cluster in the navigation menu using
protected static bool $shouldRegisterNavigation = false;
, but it's not working.
I want to hide it because it's for account settings, which I prefer to show under the profile dropdown instead of the regular navigation menu.
How can I achieve this?16 replies
Prevent newly created item from being collapsed
Hi,
I have a question about using collapsed() in Repeaters. I'm trying to ensure that when I add a new item to my repeater, the newly created item is expanded by default, while the previously existing items remain collapsed (or expanded). How can I achieve this?
2 replies