-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathinfo.xml
37 lines (37 loc) · 1.17 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
<?xml version="1.0" encoding="UTF-8"?>
<theme>
<name>chameleon</name>
<version>2.0.0</version>
<requirements>
<minimum_version>4.0.0</minimum_version>
</requirements>
<thumbnail>thumbnail.png</thumbnail>
<description>
<![CDATA[
Chameleon is a responsive theme. The look and feel is easily editable by changing the '.background' color in screen.css.
Background, objects and links will all be in the same color scheme.
]]>
</description>
<authors>
<author>
<name>Mathias Helin</name>
<url>http://www.helin.me</url>
</author>
</authors>
<metanavigation supported="false" />
<templates>
<template label="Default" path="Core/Layout/Templates/Default.html.twig">
<positions>
<position name="main" />
<position name="right">
<defaults>
<widget module="Search" action="Form" />
</defaults>
</position>
</positions>
<format>
[main, right]
</format>
</template>
</templates>
</theme>