You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The navigation menu was initially represented as a collection of static links, but I think that is not appropriate at all for this block. Navigation is inherently a dynamic structure that needs to handle all these requirements:
Changes in a site's domain.
Updates to permalink structure.
Updates to item identity slugs (a page is changed).
Dynamically rendering current page (and current sub-menu holding the current page, etc).
I'd suggest converting it to a dynamic block now, where final render is server determined.
The text was updated successfully, but these errors were encountered:
@noisysocks indeed. It might also be a case to explore saving the internal editor state for that sub-tree without serializing to HTML. (This should not be a blocker, just something to explore.)
The navigation menu was initially represented as a collection of static links, but I think that is not appropriate at all for this block. Navigation is inherently a dynamic structure that needs to handle all these requirements:
I'd suggest converting it to a dynamic block now, where final render is server determined.
The text was updated successfully, but these errors were encountered: