Skip to content

Commit

Permalink
CIF-2628 - Remove reference to Venia from Archetype (#873)
Browse files Browse the repository at this point in the history
* remove references to Venia
  • Loading branch information
herzog31 authored Jan 17, 2022
1 parent a826593 commit fa6f3e3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
sling:resourceType="wcm/core/components/policies/mapping">
#if ( $includeCommerce == "y" )
<container
cq:policy="venia/components/container/policy_1574695586800"
cq:policy="${appId}/components/container/policy_1574695586800"
jcr:primaryType="nt:unstructured"
sling:resourceType="wcm/core/components/policies/mapping">
<container
cq:policy="venia/components/container/policy_1574695586800"
cq:policy="${appId}/components/container/policy_1574695586800"
jcr:primaryType="nt:unstructured"
sling:resourceType="wcm/core/components/policies/mapping"/>
</container>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@
#end
#if ( $includeCommerce == "y" )
<container jcr:primaryType="nt:unstructured"
sling:resourceType="venia/components/container"
sling:resourceType="${appId}/components/container"
layout="responsiveGrid">
<breadcrumb jcr:primaryType="nt:unstructured"
sling:resourceType="venia/components/commerce/breadcrumb"
sling:resourceType="${appId}/components/commerce/breadcrumb"
startLevel="3"
structureDepth="2"/>
<container jcr:primaryType="nt:unstructured"
sling:resourceType="venia/components/container"
sling:resourceType="${appId}/components/container"
editable="{Boolean}true" />
</container>
#else
Expand Down

0 comments on commit fa6f3e3

Please sign in to comment.