-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathextension.meta.xml
More file actions
31 lines (23 loc) · 812 Bytes
/
extension.meta.xml
File metadata and controls
31 lines (23 loc) · 812 Bytes
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
<?xml version="1.0" encoding="UTF-8" ?>
<extension id="less_helper" xmlns="http://symphony-cms.com/extensions/1.0">
<name>LESS Helper</name>
<description lang="en">Lets you use LESS Stylesheet language for your Symphony site.</description>
<repo type="github">https://github.com/designermonkey/less_helper</repo>
<types>
<type>Workflow</type>
<type>Other</type>
</types>
<authors>
<author>
<name github="makenosound" symphony="Makenosound">Max Wheeler</name>
</author>
<author>
<name github="designermonkey" symphony="designermonkey" twitter="designermonkey">John</name>
<email>john@designermonkey.co.uk</email>
<website>http://designermonkey.co.uk</website>
</author>
</authors>
<releases>
<release version="1.0" date="2012-08-17" min="2.3"/>
</releases>
</extension>