-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathextension.meta.xml
25 lines (25 loc) · 976 Bytes
/
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
<?xml version="1.0" encoding="UTF-8"?>
<extension id="form_select2" status="released" xmlns="http://symphony-cms.com/schemas/extension/1.0">
<name>Form Select2</name>
<description>
Apply jQuery Select2 plugin to the Symphony CMS backend forms. Select2 is a jQuery based replacement for select boxes. It supports searching, remote data sets, and infinite scrolling of results.
JQuery Select2 Plugin: https://github.com/6ui11em/form_select2
</description>
<repo type="github">https://github.com/6ui11em/form_select2</repo>
<url type="discuss">http://symphony-cms.com/discuss/thread/89856/</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.0" date="2012-06-23" min="2.3">
- Symphony 2.3
</release>
</releases>
</extension>