-
Notifications
You must be signed in to change notification settings - Fork 97
Open
Description
- OctoberCMS version: 3.7.11
- RainLab Pages Plugin Version: 2.1.3
Description:
I have a question regarding the Static Pages plugin. We’re using it on a multisite setup in OctoberCMS. However, we’ve noticed that when we remove a menu item from the NL site, it also gets removed from other languages, such as the EN-GB version.
This behavior is not desired. We’re using a single theme across all sites, and we’ve included a Static Menu component in the header partial.
Is there an additional setup or plugin required to manage separate menu items for each site in a multisite environment?
Steps To Reproduce:
- Set up a multisite installation with at least two sites (e.g. NL and EN-GB).
- Create a shared theme that includes a Static Menu component in the header partial.
- Go to the backend and remove a menu item while editing the menu under the NL site.
- Save and switch to the EN-GB site.
- Notice that the same menu item has also been removed there.