You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2021/03/07 17:31:50 UTC

[ofbiz-site] branch master updated: Improved: updates widget-common.xsd on site

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.git


The following commit(s) were added to refs/heads/master by this push:
     new 3cfaa9e  Improved: updates widget-common.xsd on site
3cfaa9e is described below

commit 3cfaa9e81e5cb1733115617948d22309f788193d
Author: Jacques Le Roux <ja...@les7arts.com>
AuthorDate: Sun Mar 7 18:31:46 2021 +0100

    Improved: updates widget-common.xsd on site
---
 dtds/widget-common.xsd | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/dtds/widget-common.xsd b/dtds/widget-common.xsd
index 7074f93..15add6b 100644
--- a/dtds/widget-common.xsd
+++ b/dtds/widget-common.xsd
@@ -559,6 +559,13 @@ under the License.
                     <xs:enumeration value="anchor" />
                     <xs:enumeration value="hidden-form" />
                     <xs:enumeration value="layered-modal" />
+                    <xs:enumeration value="update-area">
+                        <xs:annotation>
+                            <xs:documentation>
+                                Specify a specific area to update with a screen injection.
+                            </xs:documentation>
+                        </xs:annotation>
+                    </xs:enumeration>
                 </xs:restriction>
             </xs:simpleType>
         </xs:attribute>