Support

Kom i kontakt med vår kundtjänst, lär dig allt via vår SDK eller ladda ner den senaste uppdateringen.

Custom View control on a Content Type

This screencast will show you how you can override the default way that lemoon renders the properties of a content type in the editorial interface by creating a custom View control.

Comments

Is there a way to override the default way that lemoon renders the content type properties in Edit view as well?

Yes there is. Just inherit the control class from EditContentBase instead of ViewContentBase. Place the control in the lemoon/Content/Edit folder. Create the folder if it does not exist.

Deprecations and breaking changes Lemoon 4.3.0 The class Mindroute.Core.Model.StandardContent was removed, classes that previously inherited from StandardContent should now inherit from Mindroute.Core.Model.Content instead. The class Mindroute.Core.Model.BinaryContent was renamed to Mindroute.Core.Model.Document

Post a comment