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.