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 f2474da Improved: widget-form.xsd documentation and .asf.yaml f2474da is described below commit f2474da09d1e1e7d05ef0556f0d2c571bd7ec502 Author: Jacques Le Roux <jacques.le.r...@les7arts.com> AuthorDate: Tue Mar 25 16:49:00 2025 +0100 Improved: widget-form.xsd documentation and .asf.yaml As widget-form.xsd has not been updated since February despite several commits: https://ofbiz.apache.org/dtds/ I believe it's because I wrongly interpreted the value that should be passed in .asf.yaml::whoami I now pass ofbiz-site instead of asf-site. After previous commit this one is needed to update widget-form.xsd on the site --- .asf.yaml | 3 ++- dtds/widget-form.xsd | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.asf.yaml b/.asf.yaml index 1d4a523..a174a12 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -1,4 +1,5 @@ # Publishing profile for ofbiz-site.git: publish: - whoami: asf-site + whoami: ofbiz-site + diff --git a/dtds/widget-form.xsd b/dtds/widget-form.xsd index 686ca0f..f977680 100644 --- a/dtds/widget-form.xsd +++ b/dtds/widget-form.xsd @@ -986,8 +986,8 @@ under the License. <xs:element name="date-range-picker" substitutionGroup="AllFields"> <xs:annotation> <xs:documentation> - A wrapper on top of https://www.daterangepicker.com/, - see https://www.daterangepicker.com/#options for documentation. + A wrapper on top of https://www.daterangepicker.com/. + See https://www.daterangepicker.com/#options for documentation. </xs:documentation> </xs:annotation> <xs:complexType>