Skip to content

Commit

Permalink
add content fragment showcase
Browse files Browse the repository at this point in the history
  • Loading branch information
wildone committed Dec 3, 2019
1 parent cb598a3 commit 8978cd6
Showing 1 changed file with 45 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
<?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" xmlns:nt="http://www.jcp.org/jcr/nt/1.0"
jcr:primaryType="cq:Page">
<jcr:content
cq:lastModified="{Date}2019-12-03T11:48:59.676+11:00"
cq:lastModifiedBy="admin"
cq:tags="[aemdesign-showcase:content-type/page]"
cq:template="/conf/aemdesign-showcase/settings/wcm/templates/twocolumn"
jcr:primaryType="cq:PageContent"
jcr:title="Content Fragment"
sling:resourceType="aemdesign/components/template/base">
<article
jcr:primaryType="nt:unstructured"
sling:resourceType="aemdesign/components/layout/article"
componentId="article_UDPRLBHNS">
<par
jcr:primaryType="nt:unstructured"
sling:resourceType="aemdesign/components/layout/container">
<page-details
jcr:primaryType="nt:unstructured"
sling:resourceType="aemdesign/components/details/page-details"
componentId="page-details_KJL3GTQX7"/>
<contentblock1
jcr:primaryType="nt:unstructured"
sling:resourceType="aemdesign/components/layout/contentblock"
componentId="contentblock1"
hideTitle="false"
hideTitleSeparator="true"
title="Default Style"
variant="advsection">
<par
jcr:primaryType="nt:unstructured"
sling:resourceType="aemdesign/components/layout/container">
<contentfragment
jcr:primaryType="nt:unstructured"
sling:resourceType="aemdesign/components/content/contentfragment"
componentId="contentfragment1"
displayMode="multi"
fragmentPath="/content/dam/aemdesign-showcase/en/content-fragments/all-field-types"/>
</par>
</contentblock1>
</par>
</article>
</jcr:content>
</jcr:root>

0 comments on commit 8978cd6

Please sign in to comment.