-
Notifications
You must be signed in to change notification settings - Fork 0
/
info.xml
executable file
·43 lines (43 loc) · 1.23 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
<?xml version="1.0" encoding="UTF-8"?>
<theme>
<name>MyTheme</name>
<version>0.1.0</version>
<requirements>
<minimum_version>5.0.0</minimum_version>
</requirements>
<thumbnail>thumbnail.png</thumbnail>
<description>
<![CDATA[
MyTheme for Fork CMS
]]>
</description>
<authors>
<author>
<name>Jesse Dobbelaere</name>
<url>http://www.jessedobbelae.re</url>
</author>
</authors>
<metanavigation supported="false" />
<templates>
<template label="Home" path="Core/Layout/Templates/Home.html.twig" image="true">
<positions>
<position name="top" />
<position name="main" />
</positions>
<format>
[/,/,top],
[main,main,main]
</format>
</template>
<template label="Default" path="Core/Layout/Templates/Default.html.twig" image="true">
<positions>
<position name="top" />
<position name="main" />
</positions>
<format>
[/,/,top],
[main,main,main]
</format>
</template>
</templates>
</theme>