search
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.
More context (code samples, etc) might help here, but just wondering - why are you overriding properties and why base class for your page types is abstract?
I have a pagetype where I have added a few properties and some properties I have inherited using override from an abstract class.
In CMS, the inherited properties cannot be editable where as the properties which I have added using virtual are getting edited.
Any suggestions, how to make the inherited properties editable?
Please help