Forum Discussion
Cannot change a content type template's url anymore
Hi DarioCL
Microsoft has changed the template gallery, maybe it's a side effect.
The url /_layouts/15/CreatePageFromTemplate.aspx it's the same as when you use the default SharePoint menu New > Page, an there it's work fine with default settings:
In Document Content Types you can add a url to your document template:
In what library do you use your new ContentType?
What is your UseCase to use the default url /_layouts/15/CreatePageFromTemplate.aspx vor a custom ContentType?
Best, Dave
Hello DaveMehr365, thanks for your answer.
In my use case, when I click on New and select my new content type (which is of type page), Sharepoint loads the page editor, without giving me the possibility to select a template first, as opposed to when I click on New -> Page.
In the past, I used to fix this by specifying the CreatePageFromTemplate.aspx template, but this is not feasible anymore as shown in my original post, and partly confirmed by you.
To sum it up, I'd like to either select a template via the Sharepoint standard screen (similar to how the standard New -> Page works), or, if possible, specify a fixed template for my content type by inserting a link to it in the advanced settings screen (e.g. sites/mySite/SitePages/MyTemplate.aspx)