plumduffer
plumduffer
Would like to see this implemented as well.
My workaround for the time being: ```twig {% set primaryNavigation = craft.navigation.nodes('primaryNavigation').all() %} {% for navItem in primaryNavigation|filter(x => x.level == 1) %} {% set childrenNav = primaryNavigation|filter(x => x.level...
Also having this issue
> Have you tried using the latest Actions release? Thanks Can you please elaborate?
> On Github on top there is tab called Actions. There you can download development builds of 1T, which have a bunch of new fixes and features. Okay thanks, what's...