-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathextension.meta.xml
26 lines (26 loc) · 985 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
26
<?xml version="1.0" encoding="UTF-8"?>
<extension id="vimeo_videos" status="deprecated" xmlns="http://symphony-cms.com/schemas/extension/1.0">
<name>Vimeo Videos</name>
<description>Makes embedding Vimeo videos onto your site easy-peasy</description>
<repo type="github">https://github.com/nickdunn/vimeo_videos</repo>
<url type="discuss">http://symphony-cms.com/discuss/thread/758/</url>
<types>
<type>Field</type>
<type>Third Party Integration</type>
</types>
<authors>
<author>
<name github="nickdunn" symphony="nickdunn">Nick Dunn</name>
<website>http://nick-dunn.co.uk</website>
</author>
</authors>
<media>
<item type="image" url="http://symphonyextensions.com/nickdunn/vimeo_videos/media/vimeo_videos.png">Vimeo Videos: Makes embedding Vimeo videos onto your site easy-peasy</item>
</media>
<dependencies>
<dependency>asdc</dependency>
</dependencies>
<releases>
<release version="0.1" date="2009-03-03" min="2.0.4" />
</releases>
</extension>