-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathinstall.xml
56 lines (56 loc) · 3.36 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
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
<?xml version="1.0"?>
<concrete5-cif version="1.0">
<blocktypes>
<blocktype handle="forum_news" package="ortic_forum"/>
</blocktypes>
<pagetemplates>
<pagetemplate icon="blank.png" name="Forum" handle="forum" package="ortic_forum" internal="0"/>
<pagetemplate icon="blank.png" name="Forum Topic" handle="forum_topic" package="ortic_forum" internal="1"/>
</pagetemplates>
<pagetypes>
<pagetype name="Forum" handle="forum" package="ortic_forum" launch-in-composer="0">
<pagetemplates type="custom" default="forum">
<pagetemplate handle="forum"/>
</pagetemplates>
<target handle="all" package="" form-factor=""/>
<composer>
<formlayout>
<set name="Basics" description="">
<control custom-template="" required="1" custom-label="Page Name" description="" type="core_page_property" handle="name"/>
<control custom-template="" custom-label="" description="" type="core_page_property" handle="description"/>
<control custom-template="" custom-label="" description="" type="core_page_property" handle="url_slug"/>
<control custom-template="" custom-label="" description="" type="core_page_property" handle="page_template"/>
<control custom-template="" custom-label="" description="" type="core_page_property" handle="publish_target"/>
</set>
</formlayout>
<output>
<pagetemplate handle="forum">
<page name="" path="" filename="" pagetype="Forum" template="forum" user="admin" description="" package="ortic_forum" root="true"/>
</pagetemplate>
</output>
</composer>
</pagetype>
<pagetype name="Forum Topic" handle="forum_topic" package="ortic_forum" launch-in-composer="0" internal="1">
<pagetemplates type="custom" default="forum_topic">
<pagetemplate handle="forum_topic"/>
</pagetemplates>
<target handle="all" package="" form-factor=""/>
<composer>
<formlayout>
<set name="Basics" description="">
<control custom-template="" required="1" custom-label="Page Name" description="" type="core_page_property" handle="name"/>
<control custom-template="" custom-label="" description="" type="core_page_property" handle="description"/>
<control custom-template="" custom-label="" description="" type="core_page_property" handle="url_slug"/>
<control custom-template="" custom-label="" description="" type="core_page_property" handle="page_template"/>
<control custom-template="" custom-label="" description="" type="core_page_property" handle="publish_target"/>
</set>
</formlayout>
<output>
<pagetemplate handle="forum">
<page name="" path="" filename="" pagetype="Forum Topic" template="forum_topic" user="admin" description="" package="ortic_forum" root="true"/>
</pagetemplate>
</output>
</composer>
</pagetype>
</pagetypes>
</concrete5-cif>