Skip to content

Commit

Permalink
Replacing foundation text/image components by core components and pol…
Browse files Browse the repository at this point in the history
…icy updates
  • Loading branch information
pankaj-parashar committed Nov 23, 2023
1 parent 9ba5983 commit 266d8ad
Show file tree
Hide file tree
Showing 23 changed files with 67 additions and 66 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,28 @@
</assetToComponentMapping>
</cq:authoring>
</policy_1575040440977>
#if ($includeForms == "y" or $includeFormsenrollment == "y" or $includeFormscommunications == "y")
<cc-af-header-policy
jcr:lastModified="{Date}2023-06-07T15:48:33.506+05:30"
jcr:lastModifiedBy="admin"
jcr:primaryType="nt:unstructured"
jcr:title="Core Component Adaptive Form Header Policy"
jcr:description="Includes only Core Component Adaptive Form header component."
sling:resourceType="wcm/core/components/policy/policy"
components="/apps/${appId}/components/adaptiveForm/pageheader">
<jcr:content jcr:primaryType="nt:unstructured"/>
</cc-af-header-policy>
<cc-af-footer-policy
jcr:lastModified="{Date}2022-07-12T11:41:57.902+05:30"
jcr:lastModifiedBy="admin"
jcr:primaryType="nt:unstructured"
jcr:title="Core Component Adaptive Form Footer Policy"
jcr:description="Includes only Core Component Adaptive Form footer component."
sling:resourceType="wcm/core/components/policy/policy"
components="/apps/${appId}/components/adaptiveForm/footer">
<jcr:content jcr:primaryType="nt:unstructured"/>
</cc-af-footer-policy>
#end
</container>
<teaser jcr:primaryType="nt:unstructured">
<policy_1575031387650
Expand Down Expand Up @@ -684,28 +706,7 @@
<jcr:content jcr:primaryType="nt:unstructured"/>
</policy_1518118565779>
#end
#if ($includeForms == "y" or $includeFormsenrollment == "y" or $includeFormscommunications == "y")
<cc-af-header-policy
jcr:lastModified="{Date}2023-06-07T15:48:33.506+05:30"
jcr:lastModifiedBy="admin"
jcr:primaryType="nt:unstructured"
jcr:title="Core Component Adaptive Form Header Policy"
jcr:description="Includes only Core Component Adaptive Form header component."
sling:resourceType="wcm/core/components/policy/policy"
components="/apps/${appId}/components/adaptiveForm/pageheader">
<jcr:content jcr:primaryType="nt:unstructured"/>
</cc-af-header-policy>
<cc-af-footer-policy
jcr:lastModified="{Date}2022-07-12T11:41:57.902+05:30"
jcr:lastModifiedBy="admin"
jcr:primaryType="nt:unstructured"
jcr:title="Core Component Adaptive Form Footer Policy"
jcr:description="Includes only Core Component Adaptive Form footer component."
sling:resourceType="wcm/core/components/policy/policy"
components="/apps/${appId}/components/adaptiveForm/footer">
<jcr:content jcr:primaryType="nt:unstructured"/>
</cc-af-footer-policy>
#end

</responsivegrid>
</components>
</foundation>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@
jcr:lastModified="{Date}2023-05-25T06:28:44.438Z"
jcr:lastModifiedBy="admin"
jcr:primaryType="nt:unstructured"
sling:resourceType="wcm/foundation/components/text"
sling:resourceType="${appId}/components/text"
text="&lt;p>Employee Benefits Summary&lt;/p>&#xd;&#xa;"
textIsRich="true"
value="Company Name Here"/>
Expand All @@ -263,7 +263,7 @@
jcr:lastModifiedBy="admin"
jcr:primaryType="nt:unstructured"
jcr:title="Footer"
sling:resourceType="core/wcm/components/text/v2/text"
sling:resourceType="${appId}/components/text"
css="footerText"
text="&lt;p>© YYYY WKND | All rights reserved.&lt;/p>&#xd;&#xa;"
textIsRich="true"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
jcr:primaryType="nt:unstructured"
sling:resourceType="wcm/core/components/policies/mappings">
<container1
cq:policy="wcm/foundation/components/responsivegrid/cc-af-header-policy"
cq:policy="${appId}/components/container/cc-af-header-policy"
jcr:primaryType="nt:unstructured"
sling:resourceType="wcm/core/components/policies/mapping"/>
<guideContainer
cq:policy="${appId}/components/adaptiveForm/formcontainer/default"
jcr:primaryType="nt:unstructured"
sling:resourceType="wcm/core/components/policies/mapping"/>
<container2
cq:policy="wcm/foundation/components/responsivegrid/cc-af-footer-policy"
cq:policy="${appId}/components/container/cc-af-header-policy"
jcr:primaryType="nt:unstructured"
sling:resourceType="wcm/core/components/policies/mapping"/>
</jcr:content>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -709,7 +709,7 @@
jcr:lastModified="{Date}2023-04-24T17:45:54.421Z"
jcr:lastModifiedBy="admin"
jcr:primaryType="nt:unstructured"
sling:resourceType="wcm/foundation/components/text"
sling:resourceType="${appId}/components/text"
text="&lt;p>Benefits Enrollment Form&lt;/p>&#xd;&#xa;"
textIsRich="true"
value="Company Name Here"/>
Expand All @@ -730,7 +730,7 @@
jcr:lastModifiedBy="admin"
jcr:primaryType="nt:unstructured"
jcr:title="Footer"
sling:resourceType="core/wcm/components/text/v2/text"
sling:resourceType="${appId}/components/text"
css="footerText"
text="&lt;p>© YYYY WKND | All rights reserved.&lt;/p>&#xd;&#xa;"
textIsRich="true"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
jcr:primaryType="nt:unstructured"
sling:resourceType="wcm/core/components/policies/mappings">
<container1
cq:policy="wcm/foundation/components/responsivegrid/cc-af-header-policy"
cq:policy="${appId}/components/container/cc-af-header-policy"
jcr:primaryType="nt:unstructured"
sling:resourceType="wcm/core/components/policies/mapping"/>
<guideContainer
cq:policy="${appId}/components/adaptiveForm/formcontainer/default"
jcr:primaryType="nt:unstructured"
sling:resourceType="wcm/core/components/policies/mapping"/>
<container2
cq:policy="wcm/foundation/components/responsivegrid/cc-af-footer-policy"
cq:policy="${appId}/components/container/cc-af-header-policy"
jcr:primaryType="nt:unstructured"
sling:resourceType="wcm/core/components/policies/mapping"/>
</jcr:content>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@
jcr:lastModified="{Date}2023-05-12T07:14:19.173Z"
jcr:lastModifiedBy="admin"
jcr:primaryType="nt:unstructured"
sling:resourceType="wcm/foundation/components/text"
sling:resourceType="${appId}/components/text"
text="&lt;p>Consent Form&lt;/p>&#xd;&#xa;"
textIsRich="true"
value="Company Name Here"/>
Expand All @@ -413,7 +413,7 @@
jcr:lastModifiedBy="admin"
jcr:primaryType="nt:unstructured"
jcr:title="Footer"
sling:resourceType="core/wcm/components/text/v2/text"
sling:resourceType="${appId}/components/text"
css="footerText"
text="&lt;p>© YYYY WKND | All rights reserved.&lt;/p>&#xd;&#xa;"
textIsRich="true"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
jcr:primaryType="nt:unstructured"
sling:resourceType="wcm/core/components/policies/mappings">
<container1
cq:policy="wcm/foundation/components/responsivegrid/cc-af-header-policy"
cq:policy="${appId}/components/container/cc-af-header-policy"
jcr:primaryType="nt:unstructured"
sling:resourceType="wcm/core/components/policies/mapping"/>
<guideContainer
cq:policy="${appId}/components/adaptiveForm/formcontainer/default"
jcr:primaryType="nt:unstructured"
sling:resourceType="wcm/core/components/policies/mapping"/>
<container2
cq:policy="wcm/foundation/components/responsivegrid/cc-af-footer-policy"
cq:policy="${appId}/components/container/cc-af-header-policy"
jcr:primaryType="nt:unstructured"
sling:resourceType="wcm/core/components/policies/mapping"/>
</jcr:content>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@
jcr:lastModified="{Date}2023-05-25T06:28:44.438Z"
jcr:lastModifiedBy="admin"
jcr:primaryType="nt:unstructured"
sling:resourceType="wcm/foundation/components/text"
sling:resourceType="${appId}/components/text"
text="&lt;p>Contact Details Update&lt;/p>&#xd;&#xa;"
textIsRich="true"
value="Company Name Here"/>
Expand All @@ -353,7 +353,7 @@
jcr:lastModifiedBy="admin"
jcr:primaryType="nt:unstructured"
jcr:title="Footer"
sling:resourceType="core/wcm/components/text/v2/text"
sling:resourceType="${appId}/components/text"
css="footerText"
text="&lt;p>© YYYY WKND | All rights reserved.&lt;/p>&#xd;&#xa;"
textIsRich="true"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
jcr:primaryType="nt:unstructured"
sling:resourceType="wcm/core/components/policies/mappings">
<container1
cq:policy="wcm/foundation/components/responsivegrid/cc-af-header-policy"
cq:policy="${appId}/components/container/cc-af-header-policy"
jcr:primaryType="nt:unstructured"
sling:resourceType="wcm/core/components/policies/mapping"/>
<guideContainer
cq:policy="${appId}/components/adaptiveForm/formcontainer/default"
jcr:primaryType="nt:unstructured"
sling:resourceType="wcm/core/components/policies/mapping"/>
<container2
cq:policy="wcm/foundation/components/responsivegrid/cc-af-footer-policy"
cq:policy="${appId}/components/container/cc-af-header-policy"
jcr:primaryType="nt:unstructured"
sling:resourceType="wcm/core/components/policies/mapping"/>
</jcr:content>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@
jcr:lastModified="{Date}2023-05-02T05:51:14.026Z"
jcr:lastModifiedBy="admin"
jcr:primaryType="nt:unstructured"
sling:resourceType="wcm/foundation/components/text"
sling:resourceType="${appId}/components/text"
text="&lt;p>Contact Us&lt;/p>&#xd;&#xa;&lt;p>&amp;nbsp;&lt;/p>&#xd;&#xa;"
textIsRich="true"
value="Company Name Here"/>
Expand All @@ -191,7 +191,7 @@
jcr:lastModifiedBy="admin"
jcr:primaryType="nt:unstructured"
jcr:title="Footer"
sling:resourceType="core/wcm/components/text/v2/text"
sling:resourceType="${appId}/components/text"
css="footerText"
text="&lt;p>© YYYY WKND | All rights reserved.&lt;/p>&#xd;&#xa;"
textIsRich="true"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
jcr:primaryType="nt:unstructured"
sling:resourceType="wcm/core/components/policies/mappings">
<container1
cq:policy="wcm/foundation/components/responsivegrid/cc-af-header-policy"
cq:policy="${appId}/components/container/cc-af-header-policy"
jcr:primaryType="nt:unstructured"
sling:resourceType="wcm/core/components/policies/mapping"/>
<guideContainer
cq:policy="${appId}/components/adaptiveForm/formcontainer/default"
jcr:primaryType="nt:unstructured"
sling:resourceType="wcm/core/components/policies/mapping"/>
<container2
cq:policy="wcm/foundation/components/responsivegrid/cc-af-footer-policy"
cq:policy="${appId}/components/container/cc-af-header-policy"
jcr:primaryType="nt:unstructured"
sling:resourceType="wcm/core/components/policies/mapping"/>
</jcr:content>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@
jcr:lastModified="{Date}2023-05-08T08:24:23.532Z"
jcr:lastModifiedBy="admin"
jcr:primaryType="nt:unstructured"
sling:resourceType="wcm/foundation/components/text"
sling:resourceType="${appId}/components/text"
text="&lt;p>Give Feedback&lt;/p>&#xd;&#xa;"
textIsRich="true"
value="Company Name Here"/>
Expand All @@ -335,7 +335,7 @@
jcr:lastModifiedBy="admin"
jcr:primaryType="nt:unstructured"
jcr:title="Footer"
sling:resourceType="core/wcm/components/text/v2/text"
sling:resourceType="${appId}/components/text"
css="footerText"
text="&lt;p>© YYYY WKND | All rights reserved.&lt;/p>&#xd;&#xa;"
textIsRich="true"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
jcr:primaryType="nt:unstructured"
sling:resourceType="wcm/core/components/policies/mappings">
<container1
cq:policy="wcm/foundation/components/responsivegrid/cc-af-header-policy"
cq:policy="${appId}/components/container/cc-af-header-policy"
jcr:primaryType="nt:unstructured"
sling:resourceType="wcm/core/components/policies/mapping"/>
<guideContainer
cq:policy="${appId}/components/adaptiveForm/formcontainer/default"
jcr:primaryType="nt:unstructured"
sling:resourceType="wcm/core/components/policies/mapping"/>
<container2
cq:policy="wcm/foundation/components/responsivegrid/cc-af-footer-policy"
cq:policy="${appId}/components/container/cc-af-header-policy"
jcr:primaryType="nt:unstructured"
sling:resourceType="wcm/core/components/policies/mapping"/>
</jcr:content>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@
jcr:lastModified="{Date}2023-05-08T08:15:41.360Z"
jcr:lastModifiedBy="admin"
jcr:primaryType="nt:unstructured"
sling:resourceType="wcm/foundation/components/text"
sling:resourceType="${appId}/components/text"
text="&lt;p>Log Service Request&lt;/p>&#xd;&#xa;"
textIsRich="true"
value="Company Name Here"/>
Expand All @@ -302,7 +302,7 @@
jcr:lastModifiedBy="admin"
jcr:primaryType="nt:unstructured"
jcr:title="Footer"
sling:resourceType="core/wcm/components/text/v2/text"
sling:resourceType="${appId}/components/text"
css="footerText"
text="&lt;p>© YYYY WKND | All rights reserved.&lt;/p>&#xd;&#xa;"
textIsRich="true"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
jcr:primaryType="nt:unstructured"
sling:resourceType="wcm/core/components/policies/mappings">
<container1
cq:policy="wcm/foundation/components/responsivegrid/cc-af-header-policy"
cq:policy="${appId}/components/container/cc-af-header-policy"
jcr:primaryType="nt:unstructured"
sling:resourceType="wcm/core/components/policies/mapping"/>
<guideContainer
cq:policy="${appId}/components/adaptiveForm/formcontainer/default"
jcr:primaryType="nt:unstructured"
sling:resourceType="wcm/core/components/policies/mapping"/>
<container2
cq:policy="wcm/foundation/components/responsivegrid/cc-af-footer-policy"
cq:policy="${appId}/components/container/cc-af-header-policy"
jcr:primaryType="nt:unstructured"
sling:resourceType="wcm/core/components/policies/mapping"/>
</jcr:content>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@
jcr:lastModified="{Date}2023-05-25T06:28:44.438Z"
jcr:lastModifiedBy="admin"
jcr:primaryType="nt:unstructured"
sling:resourceType="wcm/foundation/components/text"
sling:resourceType="${appId}/components/text"
text="&lt;p>Purchase Request Form&lt;/p>&#xd;&#xa;"
textIsRich="true"
value="Company Name Here"/>
Expand All @@ -432,7 +432,7 @@
jcr:lastModifiedBy="admin"
jcr:primaryType="nt:unstructured"
jcr:title="Footer"
sling:resourceType="core/wcm/components/text/v2/text"
sling:resourceType="${appId}/components/text"
css="footerText"
text="&lt;p>© YYYY WKND | All rights reserved.&lt;/p>&#xd;&#xa;"
textIsRich="true"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
jcr:primaryType="nt:unstructured"
sling:resourceType="wcm/core/components/policies/mappings">
<container1
cq:policy="wcm/foundation/components/responsivegrid/cc-af-header-policy"
cq:policy="${appId}/components/container/cc-af-header-policy"
jcr:primaryType="nt:unstructured"
sling:resourceType="wcm/core/components/policies/mapping"/>
<guideContainer
cq:policy="${appId}/components/adaptiveForm/formcontainer/default"
jcr:primaryType="nt:unstructured"
sling:resourceType="wcm/core/components/policies/mapping"/>
<container2
cq:policy="wcm/foundation/components/responsivegrid/cc-af-footer-policy"
cq:policy="${appId}/components/container/cc-af-header-policy"
jcr:primaryType="nt:unstructured"
sling:resourceType="wcm/core/components/policies/mapping"/>
</jcr:content>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@
jcr:lastModified="{Date}2023-05-25T06:28:44.438Z"
jcr:lastModifiedBy="admin"
jcr:primaryType="nt:unstructured"
sling:resourceType="wcm/foundation/components/text"
sling:resourceType="${appId}/components/text"
text="&lt;p>Quality Control Inspection&lt;/p>&#xd;&#xa;"
textIsRich="true"
value="Company Name Here"/>
Expand All @@ -501,7 +501,7 @@
jcr:lastModifiedBy="admin"
jcr:primaryType="nt:unstructured"
jcr:title="Footer"
sling:resourceType="core/wcm/components/text/v2/text"
sling:resourceType="${appId}/components/text"
css="footerText"
text="&lt;p>© YYYY WKND | All rights reserved.&lt;/p>&#xd;&#xa;"
textIsRich="true"/>
Expand Down
Loading

0 comments on commit 266d8ad

Please sign in to comment.