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.
To get the edit url of a page you can use
PageEditing.GetEditUrl(currentPage.ContentLink)
PageEditing is part of the EPiServer.Editor namespace
ok thanks, I mean in the UI tree. Do you mean i should build a addon to the tree context menu?
Thats right Mari
Either default or choosable for the user in the context menu.
You can do this using an Ui Descriptor, see code here:
http://world.episerver.com/forum/developer-forum/EPiServer-7-CMS/Thread-Container/2013/2/Set-Form-mode-as-default-editing-interface/
CMS 7 and 8, is there a way of opening pages in edit mode? Like you had in CMS 6?
Any Addon?