This is an automated email from the ASF dual-hosted git repository.

jleroux pushed a commit to branch release18.12
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git

commit 49faf1e8f7c09c8b77cb3afd7408ca9f8a6255bd
Author: Jacques Le Roux <jacques.le.r...@les7arts.com>
AuthorDate: Mon Mar 22 11:05:01 2021 +0100

    Improved: Add a framework method to get main webapp menu with the webapp 
name (OFBIZ-10601)
    
    
app-shortcut-screen="component://product/widget/catalog/CatalogScreens.xml#ShortcutApp"
    was present in applications/product/ofbiz-component.xml
    but not in ofbiz-component.xsd
---
 framework/base/dtd/ofbiz-component.xsd | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/framework/base/dtd/ofbiz-component.xsd 
b/framework/base/dtd/ofbiz-component.xsd
index ff409ef..b6f7279 100644
--- a/framework/base/dtd/ofbiz-component.xsd
+++ b/framework/base/dtd/ofbiz-component.xsd
@@ -205,6 +205,14 @@ under the License.
                 </xs:documentation>
             </xs:annotation>
         </xs:attribute>
+        <xs:attribute name="app-shortcut-screen" use="optional">
+            <xs:annotation>
+                <xs:documentation>
+                    This value determines the location of a screen to use as 
application main menu shortcut.
+                    This can be used to display sub-menu on application main 
menu hover.
+                </xs:documentation>
+            </xs:annotation>
+        </xs:attribute>
         <xs:attribute type="xs:string" name="position"/>
         <xs:attribute type="xs:string" name="server" use="required"/>
         <xs:attribute type="xs:string" name="location" use="required"/>

Reply via email to