Details
-
Improvement
-
Resolution: Fixed
-
Neutral
-
5.0
-
None
-
None
Description
e.g. that's how the contact nodetype is currently defined:
<nodeType name="mgnl:contactBase" isMixin="false" hasOrderableChildNodes="true" primaryItemName="">
<supertypes>
<supertype>mgnl:content</supertype>
</supertypes>
</nodeType>
<nodeType name="mgnl:contact" isMixin="false" hasOrderableChildNodes="true" primaryItemName="">
<supertypes>
<supertype>mgnl:contactBase</supertype>
</supertypes>
</nodeType>
The contactBase is not needed for now so we should remove it. If people want to extend contacts they can always base on mgnl:contact.
Checklists
Acceptance criteria