Skip to content

Commit

Permalink
add vue widget showcase
Browse files Browse the repository at this point in the history
  • Loading branch information
wildone committed Feb 25, 2021
1 parent a9909f8 commit 7206b90
Showing 1 changed file with 70 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
<?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}2021-02-25T12:06:28.045+11:00"
cq:lastModifiedBy="admin"
cq:template="/conf/aemdesign-showcase/settings/wcm/templates/onecolumn"
jcr:primaryType="cq:PageContent"
jcr:title="vue"
sling:resourceType="aemdesign/components/template/base">
<header
jcr:primaryType="nt:unstructured"
sling:resourceType="aemdesign/components/layout/header"
componentId="header_UMK8JKRBV">
<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_TI5DI4RHH">
<par
jcr:primaryType="nt:unstructured"
sling:resourceType="aemdesign/components/layout/container">
<contentblock
jcr:created="{Date}2021-02-25T12:05:55.435+11:00"
jcr:createdBy="admin"
jcr:lastModified="{Date}2021-02-25T12:06:28.037+11:00"
jcr:lastModifiedBy="admin"
jcr:primaryType="nt:unstructured"
sling:resourceType="aemdesign/components/layout/contentblock"
componentId="contentblock_KQUQQSJ4W"
title="Vue Widget: Hello World"
variant="advsection">
<par jcr:primaryType="nt:unstructured">
<vue
jcr:created="{Date}2021-02-25T12:05:36.751+11:00"
jcr:createdBy="admin"
jcr:lastModified="{Date}2021-02-25T12:05:41.866+11:00"
jcr:lastModifiedBy="admin"
jcr:primaryType="nt:unstructured"
sling:resourceType="aemdesign/components/widgets/vue"
componentId="vue_EOYIRMT0U"
vueComponentName="hello-world"/>
</par>
<bgimage
jcr:lastModified="{Date}2021-02-25T12:06:28.037+11:00"
jcr:lastModifiedBy="admin"
jcr:primaryType="nt:unstructured"
sling:resourceType="aemdesign/components/media/image"/>
<bgvideo
jcr:lastModified="{Date}2021-02-25T12:06:28.037+11:00"
jcr:lastModifiedBy="admin"
jcr:primaryType="nt:unstructured"
sling:resourceType="aemdesign/components/media/video"/>
</contentblock>
</par>
</article>
<footer
jcr:primaryType="nt:unstructured"
sling:resourceType="aemdesign/components/layout/footer"
componentId="footer_H1RJ4MO5H">
<par
jcr:primaryType="nt:unstructured"
sling:resourceType="aemdesign/components/layout/container"/>
</footer>
</jcr:content>
</jcr:root>

0 comments on commit 7206b90

Please sign in to comment.