We are looking into providing a better method of organizing large page tree structures for our customer. Ideally, we want something like "virtual folders", which allows the editors to organize their page tree without being visible to the end-user. I have an example in the Alloy demo with the following page tree:
Accessing the higlighted page "What's new in 2024" takes me to the following url:
/en/areas/news/2024/whats-new-in-2024/
And what we wan is to hide "areas" and "2024" in the url such that the final url becomes:
/en/news/whats-new-in-2024/
Does anyone have experience with organizing the page trees with folders? And have you tried implementing something like virtual folders described above?
Hi,
We are looking into providing a better method of organizing large page tree structures for our customer. Ideally, we want something like "virtual folders", which allows the editors to organize their page tree without being visible to the end-user. I have an example in the Alloy demo with the following page tree:
Accessing the higlighted page "What's new in 2024" takes me to the following url:
/en/areas/news/2024/whats-new-in-2024/
And what we wan is to hide "areas" and "2024" in the url such that the final url becomes:
/en/news/whats-new-in-2024/
Does anyone have experience with organizing the page trees with folders? And have you tried implementing something like virtual folders described above?