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.
You mean adding EditMode="true" on your property control?
<EPiServer:Property runat="server" EditMode="true" PropertyName="MyLinkItemCollectionProperty" />
Hi guys,
building an interface so that users don't have to go to EditMode in order to edit link collection in right column.
Have also added the possability to edit some text without going to EditMode.
Did that by adding
Now, what *.js file do i have to add in order for the LinkItemCollection to render correctly without going to EditMode?