-
Notifications
You must be signed in to change notification settings - Fork 46
Open
Labels
Milestone
Description
In Umbraco 8.0.2, using ModelsBuilder 8.0.4 I'm unable to define a custom BaseModel because now generated Models may inherit from PublishedElementModel and PublishedContentModel. I have a document type which is an Element for NestedContent.
Can't we have another attribute for ElementBaseModel? Like:
[assembly: ModelsBaseClass(typeof(BaseModel))]
[assembly: ElementModelsBaseClass(typeof(ElementBaseModel))]