-
Notifications
You must be signed in to change notification settings - Fork 2
/
extension.meta.xml
31 lines (30 loc) · 1.1 KB
/
extension.meta.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
<?xml version="1.0" encoding="UTF-8"?>
<extension id="collapse_fields" xmlns="http://symphony-cms.com/schemas/extension/1.0">
<name>Collapse Fields</name>
<description>A simple way to group fields in a kind of toggle panel.</description>
<repo type="github">https://github.com/6ui11em/collapse_fields</repo>
<url type="discuss">http://symphony-cms.com/discuss/thread/44157/</url>
<types>
<type>Interface</type>
</types>
<authors>
<author>
<name github="6ui11em" symphony="guillem_l">Guillem Lorman</name>
<email>[email protected]</email>
<website>http://bajoelcocotero.com</website>
</author>
</authors>
<releases>
<release version="1.2" date="2010-05-05" min="2.3">
- Symphony 2.3
</release>
<release version="1.0" date="2010-05-05" min="2.0.6" />
<release version="1.1" date="2010-10-03" min="2.0.6">
- Update CSS
</release>
</releases>
<media>
<item type="image" url="http://github.com/downloads/6ui11em/collapse_fields/Imagen_14.png">Collapsed Panel Preview.</item>
<item type="image" url="http://github.com/downloads/6ui11em/collapse_fields/Imagen_15.png">Expanded Panel Preview.</item>
</media>
</extension>