This is an automated email from the ASF dual-hosted git repository.
jleroux pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/ofbiz-site.gitThe following commit(s) were added to refs/heads/master by this push:
new 0e4b8b4 Adds app-shortcut-screen in ofbiz-component.xsd
0e4b8b4 is described below
commit 0e4b8b4c028c0f0e2487fe6047b885a9084cd61e
Author: Jacques Le Roux <
[hidden email]>
AuthorDate: Sat Feb 6 16:33:31 2021 +0100
Adds app-shortcut-screen in ofbiz-component.xsd
---
dtds/ofbiz-component.xsd | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/dtds/ofbiz-component.xsd b/dtds/ofbiz-component.xsd
index ff409ef..b6f7279 100644
--- a/dtds/ofbiz-component.xsd
+++ b/dtds/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"/>