forked from labertasch/sightlytodomvc
-
Notifications
You must be signed in to change notification settings - Fork 38
/
Copy path.content.xml
29 lines (29 loc) · 1.3 KB
/
.content.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?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}2014-11-17T00:33:50.395-07:00"
cq:lastModifiedBy="admin"
jcr:primaryType="cq:PageContent"
jcr:title="Todo"
sling:resourceType="todo/components/page"
itemResourceType="todo/components/item"
labelClearCompleted="Clear completed ({0})"
labelCountActive="<strong>{0}</strong> item left"
labelCountActivePlural="<strong>{0}</strong> items left"
labelNewItem="What needs to be done?"
labelSelectActive="Active"
labelSelectAll="All"
labelSelectCompleted="Completed"
labelToggleAll="Mark all as complete">
<create_a_todomvc_tem
jcr:primaryType="nt:unstructured"
jcr:title="Create a TodoMVC template"
sling:resourceType="todo/components/item"
completed="{Boolean}true"/>
<rule_the_web
jcr:primaryType="nt:unstructured"
jcr:title="Rule the web"
sling:resourceType="todo/components/item"/>
</jcr:content>
</jcr:root>