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

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

jleroux@apache.org
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 <[hidden email]>
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>