Skip to content

Commit

Permalink
add placeholder page for content-fragments
Browse files Browse the repository at this point in the history
  • Loading branch information
wildone committed Nov 25, 2019
1 parent 4508cbb commit 0710ff6
Showing 1 changed file with 46 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
<?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:allowedTemplates="[/conf/aemdesign-showcase/settings/wcm/templates/.*]"
cq:lastModified="{Date}2019-11-25T11:24:45.740+11:00"
cq:lastModifiedBy="admin"
cq:template="/conf/aemdesign-showcase/settings/wcm/templates/onecolumn"
jcr:primaryType="cq:PageContent"
jcr:title="Content Fragment Pages"
sling:resourceType="aemdesign/components/template/base">
<header
jcr:primaryType="nt:unstructured"
sling:resourceType="aemdesign/components/layout/header"
componentId="header_Q6XZLDKVZ">
<par
jcr:primaryType="nt:unstructured"
sling:resourceType="aemdesign/components/layout/container"/>
</header>
<article
jcr:primaryType="nt:unstructured"
sling:resourceType="aemdesign/components/layout/article"
componentId="article_ZGES6X1EQ">
<par
jcr:primaryType="nt:unstructured"
sling:resourceType="aemdesign/components/layout/container">
<page_details
jcr:created="{Date}2019-11-23T21:18:58.077+11:00"
jcr:createdBy="admin"
jcr:lastModified="{Date}2019-11-23T21:18:58.077+11:00"
jcr:lastModifiedBy="admin"
jcr:primaryType="nt:unstructured"
sling:resourceType="aemdesign/components/details/page-details"
componentId="page_details_AO7FQGS6H"/>
</par>
</article>
<footer
jcr:primaryType="nt:unstructured"
sling:resourceType="aemdesign/components/layout/footer"
componentId="footer_XDNGG0DSL">
<par
jcr:primaryType="nt:unstructured"
sling:resourceType="aemdesign/components/layout/container"/>
</footer>
</jcr:content>
</jcr:root>

0 comments on commit 0710ff6

Please sign in to comment.