Correct way to Globalise?

I wish to make a Global which contains my MenuContainer and my BannerContainer. To do this, I presume I have to place both of these items inside another Container which I have called MenuPlusContainer and that I would then the Globalise MenuPlusContainer.
Is this the correct way of Globalising 2 items or is there another way of Globalising them as one item, without having to put them both in a Container.

Also if I take the first option, I notice that the names of the two items inside the MenuPlusContainer are no longer MenuContainer and BannerContainer, but rather are changed to just Container.

Yes, that sound about right :+1:

This is the way I’m doing it (items within a container, making the container the global). Works very well for what I’m doing.

1 Like