Don't provide base implementations for simple nodetypes
-------------------------------------------------------
Key: MGNLUI-151
URL: http://jira.magnolia-cms.com/browse/MGNLUI-151
Project: Magnolia UI
Issue Type: Improvement
Security Level: Public
Affects Versions: 5.0 Alpha1 s008
Reporter: Daniel Lipp
Assignee: Daniel Lipp
Fix For: 5.0 Alpha1 s009
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.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.magnolia-cms.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
----------------------------------------------------------------
For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------