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 69cc18f Improved: updates DTDs for OFBIZ-13117 69cc18f is described below commit 69cc18f1527676b2d0f308ff2d89ab3048e4a298 Author: Jacques Le Roux <jacques.le.r...@les7arts.com> AuthorDate: Wed Jun 26 18:50:19 2024 +0200 Improved: updates DTDs for OFBIZ-13117 --- dtds/site-conf.xsd | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/dtds/site-conf.xsd b/dtds/site-conf.xsd index 8f3bf37..cf6c63b 100644 --- a/dtds/site-conf.xsd +++ b/dtds/site-conf.xsd @@ -776,6 +776,25 @@ under the License. </xs:documentation> </xs:annotation> </xs:attribute> + <xs:attribute type="xs:boolean" name="allow-direct-view-rendering" default="false"> + <xs:annotation> + <xs:documentation> + This attribute determines whether direct rendering of the view is allowed when using the override view functionality. + If set to true, + the system permits the view to be rendered directly using the override view functionality. + If false or not specified, + direct rendering is not allowed, and system throws Unknown request exception. + </xs:documentation> + </xs:annotation> + </xs:attribute> + <xs:attribute type="xs:boolean" name="direct-view-rendering-with-auth" default="false"> + <xs:annotation> + <xs:documentation> + If direct-view-rendering-with-auth=true, direct rendering of the view is only allowed with an active login when using the override view functionality. + If direct-view-rendering-with-auth=false, no active login is required. + </xs:documentation> + </xs:annotation> + </xs:attribute> <xs:attribute name="x-frame-options" default="sameorigin"> <xs:annotation> <xs:documentation>