-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathextension.meta.xml
29 lines (29 loc) · 1.14 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
<?xml version="1.0" encoding="UTF-8"?>
<extension id="section_schemas" status="released" xmlns="http://symphony-cms.com/schemas/extension/1.0">
<name>Section Schemas</name>
<description>Reflect section structure (field names, default values, validation rules, tag lists etc.) into page XML.</description>
<repo type="github">https://github.com/symphonists/section_schemas</repo>
<url type="discuss">http://www.getsymphony.com/discuss/thread/829/</url>
<types>
<type>Other</type>
<type>Data Sources</type>
</types>
<authors>
<author>
<name github="symphonists" symphony="community">Symphony Community</name>
<website>http://www.getsymphony.com/</website>
</author>
<author>
<name github="nickdunn" symphony="nickdunn">Nick Dunn</name>
<website>http://nick-dunn.co.uk</website>
</author>
</authors>
<releases>
<release version="2.1.0" date="2016-03-06" min="2.3.x" max="2.x.x">
- Updated compatibility info
</release>
<release version="2.0" date="2012-03-14" min="2.3.x" />
<release version="1.8" date="2012-03-14" min="2.0.6" max="2.2.x" />
<release version="1.7" date="2011-02-05" min="2.0.6" />
</releases>
</extension>