Skip to content

Commit

Permalink
Merge branch 'develop' into ootb-themes
Browse files Browse the repository at this point in the history
  • Loading branch information
pankaj-parashar authored Sep 28, 2023
2 parents 72e29bb + 66bf8ea commit f045f27
Show file tree
Hide file tree
Showing 24 changed files with 46 additions and 94 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-all</artifactId>
<version>3.0.5</version>
<version>3.0.7</version>
<type>pom</type> <!-- required JUST since Groovy 2.5.0 -->
</dependency>
</dependencies>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<jcr:root xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0"
jcr:description="Adaptive Form Check Box (v1) component"
jcr:primaryType="cq:Component"
jcr:title="Check Box"
sling:resourceSuperType="core/fd/components/form/checkbox/v1/checkbox"
componentGroup="${appTitle} - Adaptive Form"/>
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<jcr:root xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:nt="http://www.jcp.org/jcr/nt/1.0" xmlns:cq="http://www.day.com/jcr/cq/1.0"
jcr:primaryType="nt:unstructured"
jcr:title="Check Box"
fieldType="checkbox"
checkedValue="on"
uncheckedValue="off"/>

Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<jcr:root xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0"
jcr:description="Adaptive Form Check Box Group (v1) component"
jcr:primaryType="cq:Component"
jcr:title="Check Box"
jcr:title="Check Box Group"
sling:resourceSuperType="core/fd/components/form/checkboxgroup/v1/checkboxgroup"
componentGroup="${appTitle} - Adaptive Form"/>
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
jcr:primaryType="cq:Component"
jcr:title="Vertical Tabs"
sling:resourceSuperType="core/fd/components/form/verticaltabs/v1/verticaltabs"
componentGroup="${appTitle} - Adaptive Form"/>
componentGroup=".${appTitle} - Adaptive Form"/>
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<jcr:content jcr:primaryType="nt:unstructured">
<metadata
jcr:primaryType="nt:unstructured"
author="adobe"
author="adobe"
description="Reference Easel Theme"
title="Reference Easel"/>
</jcr:content>
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<jcr:content jcr:primaryType="nt:unstructured">
<metadata
jcr:primaryType="nt:unstructured"
author="adobe"
author="adobe"
description="Reference WKND Theme"
title="Reference WKND"/>
</jcr:content>
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<jcr:root xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0"
jcr:primaryType="cq:Template">
<jcr:content
author="adobe"
author="adobe"
cq:templateType="/conf/${appId}/settings/wcm/template-types/af-page"
jcr:primaryType="cq:PageContent"
jcr:lastModified="{Date}2021-03-24T18:22:20.809+05:30"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,9 @@
<jcr:root xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:cq="http://www.day.com/jcr/cq/1.0"
jcr:primaryType="cq:Template">
<jcr:content
author="adobe"
cq:isDelivered="{Boolean}true"
author="adobe"
cq:lastModified="{Date}2023-07-03T10:40:00.760Z"
cq:lastModifiedBy="admin"
cq:lastReplicated="{Date}2023-05-25T15:46:21.326Z"
cq:lastReplicated_publish="{Date}2023-05-25T15:46:21.326Z"
cq:lastReplicatedBy="admin"
cq:lastReplicatedBy_publish="admin"
cq:lastReplicationAction="Activate"
cq:lastReplicationAction_publish="Activate"
cq:lastModifiedBy="adobe"
cq:templateType="/conf/${appId}/settings/wcm/template-types/af-page-v2"
jcr:description="The Employee Benefits Summary form is used to gather essential details about an individual's benefits. It helps in evaluating coverage quickly and accurately, providing a comprehensive overview for efficient assistance and support."
jcr:primaryType="cq:PageContent"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<jcr:root xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:cq="http://www.day.com/jcr/cq/1.0"
jcr:primaryType="cq:Template">
<jcr:content
author="adobe"
author="adobe"
cq:lastModified="{Date}2023-05-18T06:55:29.793Z"
cq:lastModifiedBy="admin"
cq:lastModifiedBy="adobe"
cq:templateType="/conf/${appId}/settings/wcm/template-types/af-page-v2"
jcr:description="Complete our enrollment form to apply for various benefits. "
jcr:primaryType="cq:PageContent"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<jcr:root xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0"
jcr:primaryType="cq:Template">
<jcr:content
author="adobe"
author="adobe"
cq:lastModified="{Date}2022-05-27T13:57:01.856+05:30"
cq:lastModifiedBy="admin"
cq:lastModifiedBy="adobe"
cq:templateType="/conf/${appId}/settings/wcm/template-types/af-page-v2"
jcr:primaryType="cq:PageContent"
jcr:title="Blank With Core Components"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@
<jcr:root xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0"
jcr:primaryType="cq:Template">
<jcr:content
author="adobe"
author="adobe"
cq:templateType="/conf/${appId}/settings/wcm/template-types/af-page"
jcr:primaryType="cq:PageContent"
jcr:lastModified="{Date}2021-03-24T18:22:20.809+05:30"
cq:lastModifiedBy="adobe"
jcr:title="Blank"
status="enabled"/>
</jcr:root>
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<jcr:content
author="adobe"
cq:lastModified="{Date}2023-05-18T06:55:29.793Z"
cq:lastModifiedBy="admin"
cq:lastModifiedBy="adobe"
cq:templateType="/conf/${appId}/settings/wcm/template-types/af-page-v2"
jcr:description="Simply fill out our convenient consent form and let our team take care of your stay and travel. | WKND Travels"
jcr:primaryType="cq:PageContent"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,9 @@
<jcr:root xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:cq="http://www.day.com/jcr/cq/1.0"
jcr:primaryType="cq:Template">
<jcr:content
author="adobe"
cq:isDelivered="{Boolean}true"
author="adobe"
cq:lastModified="{Date}2023-07-03T10:40:32.282Z"
cq:lastModifiedBy="admin"
cq:lastReplicated="{Date}2023-06-13T09:26:45.829Z"
cq:lastReplicated_publish="{Date}2023-06-13T09:26:45.829Z"
cq:lastReplicatedBy="admin"
cq:lastReplicatedBy_publish="admin"
cq:lastReplicationAction="Activate"
cq:lastReplicationAction_publish="Activate"
cq:lastModifiedBy="adobe"
cq:templateType="/conf/${appId}/settings/wcm/template-types/af-page-v2"
jcr:description="The Contact Details Update Form for address and contact details update is designed to assist you in updating your personal information related to your subscription or benefits to ensure seamless communication and uninterrupted access to the services or benefits you receive."
jcr:primaryType="cq:PageContent"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<jcr:root xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:cq="http://www.day.com/jcr/cq/1.0"
jcr:primaryType="cq:Template">
<jcr:content
author="adobe"
author="adobe"
cq:lastModified="{Date}2023-05-18T06:56:04.251Z"
cq:lastModifiedBy="admin"
cq:lastModifiedBy="adobe"
cq:templateType="/conf/${appId}/settings/wcm/template-types/af-page-v2"
jcr:description="Contact us today using our easy-to-use contact form. Whether you have questions about our products or services or want to provide feedback, our team is here to help. Fill out the form and we'll get back to you as soon as possible. Contacting us has never been easier than it is now!"
jcr:primaryType="cq:PageContent"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<jcr:root xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:cq="http://www.day.com/jcr/cq/1.0"
jcr:primaryType="cq:Template">
<jcr:content
author="adobe"
author="adobe"
cq:lastModified="{Date}2023-05-18T06:56:04.251Z"
cq:lastModifiedBy="admin"
cq:lastModifiedBy="adobe"
cq:templateType="/conf/${appId}/settings/wcm/template-types/af-page-v2"
jcr:description="A give feedback form template to help users input their service or product experience."
jcr:primaryType="cq:PageContent"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<jcr:root xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:cq="http://www.day.com/jcr/cq/1.0"
jcr:primaryType="cq:Template">
<jcr:content
author="adobe"
author="adobe"
cq:lastModified="{Date}2023-05-18T06:56:04.251Z"
cq:lastModifiedBy="admin"
cq:lastModifiedBy="adobe"
cq:templateType="/conf/${appId}/settings/wcm/template-types/af-page-v2"
jcr:description="Customer satisfaction is our priority, use the complaint to raise your queries for timely assistance | WKND Travels&#xd;&#xa;"
jcr:primaryType="cq:PageContent"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,28 +102,6 @@
visible="requesttype == 'Other'"/>
<fd:events jcr:primaryType="nt:unstructured"/>
</textinput>
<panelcontainer
jcr:lastModified="{Date}2023-04-25T05:31:29.232Z"
jcr:lastModifiedBy="admin"
jcr:primaryType="nt:unstructured"
jcr:title="UploadPanel"
sling:resourceType="${appId}/components/adaptiveForm/panelcontainer"
enabled="{Boolean}true"
fieldType="panel"
hideTitle="true"
layout="responsiveGrid"
name="UploadPanel"
readOnly="{Boolean}false"
textIsRich="[true,true]"
visible="{Boolean}true"
wrapData="{Boolean}false">
<fd:rules
fd:visible="[{&quot;nodeName&quot;:&quot;ROOT&quot;\,&quot;items&quot;:[{&quot;nodeName&quot;:&quot;STATEMENT&quot;\,&quot;choice&quot;:{&quot;nodeName&quot;:&quot;SHOW_EXPRESSION&quot;\,&quot;items&quot;:[{&quot;nodeName&quot;:&quot;AFCOMPONENT&quot;\,&quot;value&quot;:{&quot;id&quot;:&quot;$form.tabsontop1682356649308.IssueDetails.UploadPanel&quot;\,&quot;type&quot;:&quot;AFCOMPONENT&quot;\,&quot;name&quot;:&quot;UploadPanel&quot;}}\,{&quot;nodeName&quot;:&quot;When&quot;\,&quot;value&quot;:null}\,{&quot;nodeName&quot;:&quot;CONDITIONORALWAYS&quot;\,&quot;choice&quot;:{&quot;nodeName&quot;:&quot;BOOLEAN_BINARY_EXPRESSION&quot;\,&quot;items&quot;:[{&quot;nodeName&quot;:&quot;CONDITION&quot;\,&quot;choice&quot;:{&quot;nodeName&quot;:&quot;COMPARISON_EXPRESSION&quot;\,&quot;items&quot;:[{&quot;nodeName&quot;:&quot;EXPRESSION&quot;\,&quot;choice&quot;:{&quot;nodeName&quot;:&quot;COMPONENT&quot;\,&quot;value&quot;:{&quot;id&quot;:&quot;$form.tabsontop1682356649308.IssueDetails.requesttype&quot;\,&quot;displayName&quot;:&quot;Issue*&quot;\,&quot;type&quot;:&quot;STRING&quot;\,&quot;displayPath&quot;:&quot;FORM/Tabs on top/Issue Details/Issue*/&quot;\,&quot;name&quot;:&quot;requesttype&quot;\,&quot;parent&quot;:&quot;$form.tabsontop1682356649308.IssueDetails&quot;}}}\,{&quot;nodeName&quot;:&quot;OPERATOR&quot;\,&quot;choice&quot;:{&quot;nodeName&quot;:&quot;EQUALS_TO&quot;\,&quot;value&quot;:null}}\,{&quot;nodeName&quot;:&quot;EXPRESSION&quot;\,&quot;choice&quot;:{&quot;nodeName&quot;:&quot;STRING_LITERAL&quot;\,&quot;value&quot;:&quot;1&quot;}}]}}\,{&quot;nodeName&quot;:&quot;OPERATOR&quot;\,&quot;choice&quot;:{&quot;nodeName&quot;:&quot;OR&quot;\,&quot;value&quot;:null}}\,{&quot;nodeName&quot;:&quot;CONDITION&quot;\,&quot;choice&quot;:{&quot;nodeName&quot;:&quot;BOOLEAN_BINARY_EXPRESSION&quot;\,&quot;items&quot;:[{&quot;nodeName&quot;:&quot;CONDITION&quot;\,&quot;choice&quot;:{&quot;nodeName&quot;:&quot;COMPARISON_EXPRESSION&quot;\,&quot;items&quot;:[{&quot;nodeName&quot;:&quot;EXPRESSION&quot;\,&quot;choice&quot;:{&quot;nodeName&quot;:&quot;COMPONENT&quot;\,&quot;value&quot;:{&quot;id&quot;:&quot;$form.tabsontop1682356649308.IssueDetails.requesttype&quot;\,&quot;displayName&quot;:&quot;Issue*&quot;\,&quot;type&quot;:&quot;STRING&quot;\,&quot;displayPath&quot;:&quot;FORM/Tabs on top/Issue Details/Issue*/&quot;\,&quot;name&quot;:&quot;requesttype&quot;\,&quot;parent&quot;:&quot;$form.tabsontop1682356649308.IssueDetails&quot;}}}\,{&quot;nodeName&quot;:&quot;OPERATOR&quot;\,&quot;choice&quot;:{&quot;nodeName&quot;:&quot;EQUALS_TO&quot;\,&quot;value&quot;:null}}\,{&quot;nodeName&quot;:&quot;EXPRESSION&quot;\,&quot;choice&quot;:{&quot;nodeName&quot;:&quot;STRING_LITERAL&quot;\,&quot;value&quot;:&quot;2&quot;}}]}\,&quot;nested&quot;:false}\,{&quot;nodeName&quot;:&quot;OPERATOR&quot;\,&quot;choice&quot;:{&quot;nodeName&quot;:&quot;OR&quot;\,&quot;value&quot;:null}}\,{&quot;nodeName&quot;:&quot;CONDITION&quot;\,&quot;choice&quot;:{&quot;nodeName&quot;:&quot;BOOLEAN_BINARY_EXPRESSION&quot;\,&quot;items&quot;:[{&quot;nodeName&quot;:&quot;CONDITION&quot;\,&quot;choice&quot;:{&quot;nodeName&quot;:&quot;COMPARISON_EXPRESSION&quot;\,&quot;items&quot;:[{&quot;nodeName&quot;:&quot;EXPRESSION&quot;\,&quot;choice&quot;:{&quot;nodeName&quot;:&quot;COMPONENT&quot;\,&quot;value&quot;:{&quot;id&quot;:&quot;$form.tabsontop1682356649308.IssueDetails.requesttype&quot;\,&quot;displayName&quot;:&quot;Issue*&quot;\,&quot;type&quot;:&quot;STRING&quot;\,&quot;displayPath&quot;:&quot;FORM/Tabs on top/Issue Details/Issue*/&quot;\,&quot;name&quot;:&quot;requesttype&quot;\,&quot;parent&quot;:&quot;$form.tabsontop1682356649308.IssueDetails&quot;}}}\,{&quot;nodeName&quot;:&quot;OPERATOR&quot;\,&quot;choice&quot;:{&quot;nodeName&quot;:&quot;EQUALS_TO&quot;\,&quot;value&quot;:null}}\,{&quot;nodeName&quot;:&quot;EXPRESSION&quot;\,&quot;choice&quot;:{&quot;nodeName&quot;:&quot;STRING_LITERAL&quot;\,&quot;value&quot;:&quot;3&quot;}}]}\,&quot;nested&quot;:false}\,{&quot;nodeName&quot;:&quot;OPERATOR&quot;\,&quot;choice&quot;:{&quot;nodeName&quot;:&quot;OR&quot;\,&quot;value&quot;:null}}\,{&quot;nodeName&quot;:&quot;CONDITION&quot;\,&quot;choice&quot;:{&quot;nodeName&quot;:&quot;BOOLEAN_BINARY_EXPRESSION&quot;\,&quot;items&quot;:[{&quot;nodeName&quot;:&quot;CONDITION&quot;\,&quot;choice&quot;:{&quot;nodeName&quot;:&quot;COMPARISON_EXPRESSION&quot;\,&quot;items&quot;:[{&quot;nodeName&quot;:&quot;EXPRESSION&quot;\,&quot;choice&quot;:{&quot;nodeName&quot;:&quot;COMPONENT&quot;\,&quot;value&quot;:{&quot;id&quot;:&quot;$form.tabsontop1682356649308.IssueDetails.requesttype&quot;\,&quot;displayName&quot;:&quot;Issue*&quot;\,&quot;type&quot;:&quot;STRING&quot;\,&quot;displayPath&quot;:&quot;FORM/Tabs on top/Issue Details/Issue*/&quot;\,&quot;name&quot;:&quot;requesttype&quot;\,&quot;parent&quot;:&quot;$form.tabsontop1682356649308.IssueDetails&quot;}}}\,{&quot;nodeName&quot;:&quot;OPERATOR&quot;\,&quot;choice&quot;:{&quot;nodeName&quot;:&quot;EQUALS_TO&quot;\,&quot;value&quot;:null}}\,{&quot;nodeName&quot;:&quot;EXPRESSION&quot;\,&quot;choice&quot;:{&quot;nodeName&quot;:&quot;STRING_LITERAL&quot;\,&quot;value&quot;:&quot;4&quot;}}]}\,&quot;nested&quot;:false}\,{&quot;nodeName&quot;:&quot;OPERATOR&quot;\,&quot;choice&quot;:{&quot;nodeName&quot;:&quot;OR&quot;\,&quot;value&quot;:null}}\,{&quot;nodeName&quot;:&quot;CONDITION&quot;\,&quot;choice&quot;:{&quot;nodeName&quot;:&quot;COMPARISON_EXPRESSION&quot;\,&quot;items&quot;:[{&quot;nodeName&quot;:&quot;EXPRESSION&quot;\,&quot;choice&quot;:{&quot;nodeName&quot;:&quot;COMPONENT&quot;\,&quot;value&quot;:{&quot;id&quot;:&quot;$form.tabsontop1682356649308.IssueDetails.requesttype&quot;\,&quot;displayName&quot;:&quot;Issue*&quot;\,&quot;type&quot;:&quot;STRING&quot;\,&quot;displayPath&quot;:&quot;FORM/Tabs on top/Issue Details/Issue*/&quot;\,&quot;name&quot;:&quot;requesttype&quot;\,&quot;parent&quot;:&quot;$form.tabsontop1682356649308.IssueDetails&quot;}}}\,{&quot;nodeName&quot;:&quot;OPERATOR&quot;\,&quot;choice&quot;:{&quot;nodeName&quot;:&quot;EQUALS_TO&quot;\,&quot;value&quot;:null}}\,{&quot;nodeName&quot;:&quot;EXPRESSION&quot;\,&quot;choice&quot;:{&quot;nodeName&quot;:&quot;STRING_LITERAL&quot;\,&quot;value&quot;:&quot;Other&quot;}}]}\,&quot;nested&quot;:false}]}\,&quot;nested&quot;:false}]}\,&quot;nested&quot;:false}]}\,&quot;nested&quot;:false}]}}\,{&quot;nodeName&quot;:&quot;Else&quot;\,&quot;value&quot;:null}\,{&quot;nodeName&quot;:&quot;DONOTHING_OR_HIDE&quot;\,&quot;choice&quot;:{&quot;nodeName&quot;:&quot;Hide&quot;\,&quot;value&quot;:null}}]}}]\,&quot;isValid&quot;:true\,&quot;enabled&quot;:true\,&quot;version&quot;:1\,&quot;script&quot;:&quot;requesttype == '1' || requesttype == '2' || requesttype == '3' || requesttype == '4' || requesttype == 'Other'&quot;\,&quot;eventName&quot;:&quot;Visibility&quot;\,&quot;ruleType&quot;:&quot;&quot;\,&quot;description&quot;:&quot;&quot;}]"
jcr:primaryType="nt:unstructured"
validationStatus="valid"
visible="requesttype == '1' || requesttype == '2' || requesttype == '3' || requesttype == '4' || requesttype == 'Other'"/>
<fd:events jcr:primaryType="nt:unstructured"/>
</panelcontainer>
<textinput_614717869
jcr:lastModified="{Date}2023-05-18T06:24:11.433Z"
jcr:lastModifiedBy="admin"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,9 @@
<jcr:root xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:cq="http://www.day.com/jcr/cq/1.0"
jcr:primaryType="cq:Template">
<jcr:content
author="adobe"
cq:isDelivered="{Boolean}true"
author="adobe"
cq:lastModified="{Date}2023-07-03T10:41:48.601Z"
cq:lastModifiedBy="admin"
cq:lastReplicated="{Date}2023-05-30T08:17:31.625Z"
cq:lastReplicated_publish="{Date}2023-05-30T08:17:31.625Z"
cq:lastReplicatedBy="admin"
cq:lastReplicatedBy_publish="admin"
cq:lastReplicationAction="Activate"
cq:lastReplicationAction_publish="Activate"
cq:lastModifiedBy="adobe"
cq:templateType="/conf/${appId}/settings/wcm/template-types/af-page-v2"
jcr:description="A Purchase Request Form to initiate the procurement process and allow employees to formally request the purchase of goods or services necessary for their work. The form captures essential details such as item description, quantity, preferred supplier (if applicable), budget allocation, justification for purchase, delivery information, and required approvals. The purpose of the form is to streamline and document the purchasing process, ensuring proper authorization and tracking of requested purchases."
jcr:primaryType="cq:PageContent"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,9 @@
<jcr:root xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:cq="http://www.day.com/jcr/cq/1.0"
jcr:primaryType="cq:Template">
<jcr:content
author="adobe"
cq:isDelivered="{Boolean}true"
author="adobe"
cq:lastModified="{Date}2023-07-03T10:41:17.673Z"
cq:lastModifiedBy="admin"
cq:lastReplicated="{Date}2023-05-31T09:42:40.501Z"
cq:lastReplicated_publish="{Date}2023-05-31T09:42:40.501Z"
cq:lastReplicatedBy="admin"
cq:lastReplicatedBy_publish="admin"
cq:lastReplicationAction="Activate"
cq:lastReplicationAction_publish="Activate"
cq:lastModifiedBy="adobe"
cq:templateType="/conf/${appId}/settings/wcm/template-types/af-page-v2"
jcr:description="A quality control inspection form to assess and document the visual appearance, dimensions, functionality, documentation, testing results, and overall quality of a product or item. It helps identify defects, non-conformances, and corrective actions necessary to ensure adherence to quality standards."
jcr:primaryType="cq:PageContent"
Expand Down
Loading

0 comments on commit f045f27

Please sign in to comment.