Can I create an invisible "grouping" node in the content tree?
I want to be able to create a node in the content tree that is not considered as part of the navigation path. This node would be used purely to group child content.
So for example, I would create:
Folder A
Products
Product 1
Product 2
Product 3
So the resulting URLs would be:
/folder-a/product-1/
/folder-a/product-2/
/folder-a/product-3/
I want to be able to achieve this without URL rewriting too, as it should work from RTE etc.
Can I create an invisible "grouping" node in the content tree?
I want to be able to create a node in the content tree that is not considered as part of the navigation path. This node would be used purely to group child content.
So for example, I would create:
So the resulting URLs would be:
/folder-a/product-1/
/folder-a/product-2/
/folder-a/product-3/
I want to be able to achieve this without URL rewriting too, as it should work from RTE etc.
Any ideas?
is working on a reply...