-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathextension.meta.xml
32 lines (32 loc) · 1.07 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
32
<?xml version="1.0" encoding="UTF-8"?>
<extension id="remote_selectbox" status="experimental" xmlns="http://symphony-cms.com/schemas/extension/1.0">
<name>Field: Remote Select Box</name>
<description>
This extension provides a simple combo box field that uses values from a remote source, via ajax.
</description>
<repo type="github">https://github.com/DeuxHuitHuit/remote_selectbox</repo>
<url type="discuss">https://github.com/DeuxHuitHuit/remote_selectbox/issues</url>
<types>
<type>Field</type>
<type>Backend</type>
<type>Select Box</type>
<type>Ajax</type>
</types>
<authors>
<author>
<name github="DeuxHuitHuit" symphony="nitriques" twitter="DeuxHuitHuit">Deux Huit Huit</name>
<website>http://deuxhuithuit.com/</website>
</author>
</authors>
<dependencies>
<!-- None -->
</dependencies>
<releases>
<release version="1.1.0" date="2018-04-18" min="2.3.3" max="2.x.x">
- PHP7 Compatibility
</release>
<release version="1.0" date="2013-01-29" min="2.3.3">
- First release
</release>
</releases>
</extension>