-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdata.xml
67 lines (61 loc) · 2.75 KB
/
data.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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<?xml version="1.0" encoding="UTF-8"?>
<concrete5-cif version="1.0">
<blocktypes>
<blocktype handle="community_badges" package="community_badges"/>
</blocktypes>
<attributetypes>
<attributetype handle="badge_selector" name="Badge Selector" package="community_badges">
<categories>
<category handle="collection"/>
<category handle="user"/>
<category handle="file"/>
<category handle="site"/>
<category handle="event"/>
<category handle="site_type"/>
<category handle="express"/>
</categories>
</attributetype>
</attributetypes>
<singlepages>
<page name="Badges" path="/dashboard/users/badges" filename="/dashboard/users/badges.php" pagetype=""
description=""
package="community_badges"/>
<page name="Grant Award" path="/dashboard/users/badges/grant" filename="/dashboard/users/badges/grant.php"
pagetype=""
description=""
package="community_badges"/>
<page name="Give" path="/dashboard/users/badges/give" filename="/dashboard/users/badges/give.php"
pagetype=""
description=""
package="community_badges"/>
<page name="Community Badges" path="/dashboard/system/community_badges"
filename="/dashboard/system/community_badges.php"
pagetype=""
description=""
package="community_badges"/>
<page name="Automation" path="/dashboard/system/community_badges/automation"
filename="/dashboard/system/community_badges/automation.php"
pagetype=""
description=""
package="community_badges"/>
<page name="Community Points" path="/dashboard/users/points" filename="/dashboard/users/points/view.php"
pagetype="" package="community_badges">
<attributes>
<attributekey handle="meta_keywords">
<value>community, points, karma</value>
</attributekey>
</attributes>
</page>
<page name="Assign Points" path="/dashboard/users/points/assign" filename="/dashboard/users/points/assign.php"
pagetype="" package="community_badges">
</page>
<page name="Actions" path="/dashboard/users/points/actions" filename="/dashboard/users/points/actions.php"
pagetype="" package="community_badges">
<attributes>
<attributekey handle="meta_keywords">
<value>action, community actions</value>
</attributekey>
</attributes>
</page>
</singlepages>
</concrete5-cif>