Open
Description
Feature request
Summary
The power of MODX lies in the ability to have multiple contexts in the same CMS. But isn't it weird that the core does not provide a way to switch between those multiple contexts?
In my opinion this context switch mechanism should be included in the core without having to do some extra coding.
Why is it needed?
I think it should be included in the core because the power of MODX lies in the support of multiple contexts and that it would be a nice enhancement.
Suggested solution(s)
I think the context switching mechanism could be added in the index in the webroot and perhaps include a config file (/core/config/config.inc.php
) which could contain a domain name => context mapping.