-
Notifications
You must be signed in to change notification settings - Fork 0
/
info.xml
51 lines (51 loc) · 1.43 KB
/
info.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
<?xml version="1.0" encoding="UTF-8"?>
<theme>
<name>Kompact</name>
<version>1.0.0</version>
<requirements>
<minimum_version>4.0.0</minimum_version>
</requirements>
<thumbnail>thumbnail.png</thumbnail>
<description>
<![CDATA[
Kompact
]]>
</description>
<authors>
<author>
<name>Joro Yordanov</name>
<url>http://www.yordanoff.net</url>
</author>
<author>
<name>Jesse Dobbelaere</name>
<url>http://www.jessedobbelae.re</url>
</author>
</authors>
<metanavigation supported="false" />
<templates>
<template label="Default Page" path="Core/Layout/Templates/Default.html.twig">
<positions>
<position name="main">
</position>
<position name="cta">
</position>
</positions>
<format>
[main],[cta]
</format>
</template>
<template label="Home" path="Core/Layout/Templates/Home.html.twig">
<positions>
<position name="intro">
</position>
<position name="main">
</position>
<position name="cta">
</position>
</positions>
<format>
[intro],[main],[cta]
</format>
</template>
</templates>
</theme>