Skip to content

Commit

Permalink
Fixing template type policy
Browse files Browse the repository at this point in the history
  • Loading branch information
pankaj-parashar committed Nov 23, 2023
1 parent 87990dc commit 81cdce9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<container1
jcr:primaryType="nt:unstructured"
sling:resourceType="wcm/core/components/policies/mapping"
cq:policy="fd/af/components/responsivegrid/page-header"
cq:policy="${appId}/components/container/cc-af-header-policy"
layout="responsiveGrid"/>
<guideContainer
cq:policy="${appId}/components/adaptiveForm/formcontainer/default"
Expand All @@ -18,7 +18,7 @@
<container2
jcr:primaryType="nt:unstructured"
sling:resourceType="wcm/core/components/policies/mapping"
cq:policy="fd/af/components/responsivegrid/page-footer"
cq:policy="${appId}/components/container/cc-af-footer-policy"
layout="responsiveGrid"/>
</jcr:content>
</jcr:root>
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
sling:resourceType="${appId}/components/adaptiveForm/page">
<container1
jcr:primaryType="nt:unstructured"
sling:resourceType="core/wcm/components/container/v1/container"
sling:resourceType="${appId}/components/container"
layout="responsiveGrid"
editable="{Boolean}true" />
<guideContainer
Expand All @@ -21,7 +21,7 @@
</guideContainer>
<container2
jcr:primaryType="nt:unstructured"
sling:resourceType="core/wcm/components/container/v1/container"
sling:resourceType="${appId}/components/container"
layout="responsiveGrid"
editable="{Boolean}true" />
<cq:responsive jcr:primaryType="nt:unstructured">
Expand Down

0 comments on commit 81cdce9

Please sign in to comment.