So if we create a second site, the Articles menu item navigates to the page in the first tenant.
One way to resolve this is to create a navigation.{guid}.xml for the second site (as per https://www.cloudscribe.com/different-menu-items-per-tenant ) and alter the url attribute to this:
url="/t1/p"
where t1 is the foldername I gave the tenant.
But this feels hard going for someone using cloudscribe for the first time, and they will probably think it's broken.
Can we do better? Maybe instead of the url attribute can we name a controller?
The navigation.xml shipped with these choices includes this for the SimpleContent Pages:
So if we create a second site, the Articles menu item navigates to the page in the first tenant. One way to resolve this is to create a navigation.{guid}.xml for the second site (as per https://www.cloudscribe.com/different-menu-items-per-tenant ) and alter the url attribute to this: url="/t1/p" where t1 is the foldername I gave the tenant. But this feels hard going for someone using cloudscribe for the first time, and they will probably think it's broken. Can we do better? Maybe instead of the url attribute can we name a controller?