November Happy Hour will be moved to Thursday December 5th.
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
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