[
https://issues.apache.org/jira/browse/OFBIZ-6667?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15247633#comment-15247633 ]
Pierre Smits commented on OFBIZ-6667:
-------------------------------------
Documentation is always beneficial to both adopters and contributors. Keep it up! :D
> Remove limitation regarding menu-name in ofbiz-component.xsd
> ------------------------------------------------------------
>
> Key: OFBIZ-6667
> URL:
https://issues.apache.org/jira/browse/OFBIZ-6667> Project: OFBiz
> Issue Type: Sub-task
> Components: framework
> Affects Versions: Trunk
> Reporter: Pierre Smits
> Assignee: Pierre Smits
> Labels: menus
> Attachments: OFBIZ-6667-ofbiz-component.xsd.patch, OFBIZ-6667.patch
>
>
> Currently the following is in the ofbiz-component.xsd:
> {code}
> <xs:attribute name="menu-name" default="main">
> <xs:simpleType>
> <xs:restriction base="xs:token">
> <xs:enumeration value="main"/>
> <xs:enumeration value="secondary"/>
> </xs:restriction>
> </xs:simpleType>
> </xs:attribute>
> {code}
> However, this is limiting the options that can be applied generates unnecessary errors when developers opt for another methodology.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)