Details
-
Improvement
-
Resolution: Won't Fix
-
Neutral
-
None
-
3.0.3
-
None
Description
Multi site feature is a base functionality provided by the EE (Pro) usage.
The mutli site configurations used in the MultiSiteModule (modules config node/sites) reflected by "info.magnolia.multisite.MultiSiteModule.sites" use the STK based SiteDefintion bean Site "info.magnolia.module.templatingkit.sites.Site".
But various features of this configuration are based on pure STK implementations:
- i18n (the AbstractRenderer wrapps the nodes, not done by the blossom renderer)
- templates/prototype merging (done by the STK renderer)
- TemplatesAvailability class used for SiteDefition/templates node is pure STK (and not the one form the rendering module).
This limits the use of the blossom module in collaboration of the multi site module.
This functionality provided by the multi-site module should also be useable for the blossom module.
The way to solve this problem by using STK-Pages and adding blossom components is not applicable for all customers, but they still need to use the mutli site capability and its features.