-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathinstall.xml
27 lines (27 loc) · 1.41 KB
/
install.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
<?xml version="1.0"?>
<concrete5-cif version="1.0">
<blocktypes>
<blocktype handle="attribute_form" package="attribute_forms"/>
</blocktypes>
<attributecategories>
<category handle="attribute_form" allow-sets="1" package="attribute_forms"/>
</attributecategories>
<attributetypes>
<attributetype handle="attribute_switcher" package="attribute_forms">
<categories>
<category handle="attribute_form"/>
</categories>
</attributetype>
<attributetype handle="email" package="attribute_forms">
<categories>
<category handle="attribute_form"/>
</categories>
</attributetype>
</attributetypes>
<singlepages>
<page name="Forms" path="dashboard/forms" filename="dashboard/forms/view.php" pagetype="" description="" package="attribute_forms"></page>
<page name="Types" path="dashboard/forms/types" filename="dashboard/forms/types.php" pagetype="" description="" package="attribute_forms"></page>
<page name="Attributes" path="dashboard/forms/attributes" filename="dashboard/forms/attributes.php" pagetype="" description="" package="attribute_forms"></page>
<page name="Results" path="dashboard/forms/results" filename="dashboard/forms/results.php" pagetype="" description="" package="attribute_forms"></page>
</singlepages>
</concrete5-cif>