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 f7bfe0c Improved: updates DTDs for OFBIZ-13154 f7bfe0c is described below commit f7bfe0c6ad7aac9e1273b7bba35194f1b179360a Author: Jacques Le Roux <jacques.le.r...@les7arts.com> AuthorDate: Tue Nov 5 17:32:49 2024 +0100 Improved: updates DTDs for OFBIZ-13154 --- dtds/site-conf.xsd | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/dtds/site-conf.xsd b/dtds/site-conf.xsd index 8f2927a..cbf2cfd 100644 --- a/dtds/site-conf.xsd +++ b/dtds/site-conf.xsd @@ -530,7 +530,8 @@ under the License. request-redirect-noparam, url, url-redirect, - cross-redirect + cross-redirect, + shortener </xs:documentation> </xs:annotation> <xs:simpleType> @@ -625,6 +626,13 @@ under the License. </xs:documentation> </xs:annotation> </xs:enumeration> + <xs:enumeration value="shortener"> + <xs:annotation> + <xs:documentation> + Call ofbiz shortener to resolve the next uri to call + </xs:documentation> + </xs:annotation> + </xs:enumeration> </xs:restriction> </xs:simpleType> </xs:attribute>