Description
Currently the following is in the ofbiz-component.xsd:
<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>
However, this is limiting the options that can be applied generates unnecessary errors when developers opt for another methodology.