MenuContainer menuItems

The latest release notes indicates that they have removed the menuItems property from the MenuContainer element. I have been using this and it seems to have been working - means that my menus between the desktop, mobile and different languages can come from the same object in the code and I don’t need to mess around with changing stuff manually four times. Does this mean it is going to stop working? It has been really useful.

Using it in Wix Editor with Velo

Hrmm. It appears to be a documentation only change but I’ll check with the team and see if I can find out more.

To follow up on this MenuContainers themselves never had the methods/properties that were removed. However ExpandableMenus that are inside MenuContainers do have them and will continue to function normally. Can you check and see if the element you’re setting these on is actually an ExpandableMenu?

Thanks for the follow up Anthony.

Think I have got it - the ExpandableMenu element is inside the MenuContainer for the mobile version but not inside it for the desktop. When I am using the menuItems property it is on the ExpandableMenu when I thought for the mobile version it was on the container.

1 Like