A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
Hello,
I am looking for a way to load one or more page properties with default data when a page is created. The default data differs depending on user, so I need to control this from code.
I cannot hook on to the EPiServer.DataFactory.Instance.CreatingPage event in Global.asax because this occurs when the page is saved/published, which is too late. I want the default data to be there when the editor starts editing the new page.
Is this possible?
Thanks in advance!
/Mårten