-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Alternates per content item #2866
Comments
We could add an alternate with the Alias module, good idea. |
I know this is an old issue, but is the goal here to add an alternate formatted like |
The |
My scenario is that I have create pages using Page contenttype. I want these pages to use different template to rendered. e.g. there is a page named userlogin and another named userregister. I want my custom login template to render userlogin page and my custom register template to render userregister page.
I remember in O1, there was an alternates that looks like Content-Item-[ContentId]. But this has to depend on the content item's id. And another approach is using Alias in placementinfo file to specify a alternates. But this seems not be implemented according this document https://orchardcore.readthedocs.io/en/latest/OrchardCore/OrchardCore.DisplayManagement/README/
in OC.
Is there another way to do that?
The text was updated successfully, but these errors were encountered: