Subsites work under the philosophy of - "you can create separate sites, then include and use one in another, but the included site should behave as if it was never included" (correct me if i'm wrong)
Currently however, only the following behaviours comply:
All other things here don't comply (based on some white box inferencing) (except baseUrl which shouldn't comply): https://markbind.org/userGuide/siteJsonFile.html
share - meaning subsites' pages should not be able to access the root site's properties / layouts / etc., only it's own. (it should be built as if it was built standalone)
All of this should be able to be easily achieved by creating a Project abstraction of sorts, which holds multiple Sites, although some refactors might have to be made before that.
Subsites work under the philosophy of - "you can create separate sites, then include and use one in another, but the included site should behave as if it was never included" (correct me if i'm wrong)
Currently however, only the following behaviours comply:
{{baseUrl}}resolves to subsites' root directoriesAll other things here don't comply (based on some white box inferencing) (except baseUrl which shouldn't comply): https://markbind.org/userGuide/siteJsonFile.html
share - meaning subsites' pages should not be able to access the root site's properties / layouts / etc., only it's own. (it should be built as if it was built standalone)
All of this should be able to be easily achieved by creating a
Projectabstraction of sorts, which holds multipleSites, although some refactors might have to be made before that.