Skip to content

Commit cfc2d51

Browse files
committed
Add extension.meta.xml file
1 parent 1908d6f commit cfc2d51

File tree

2 files changed

+19
-21
lines changed

2 files changed

+19
-21
lines changed

README.md

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -12,24 +12,4 @@
1212

1313
2. Enable it by selecting the "Field: Page Select Box", choose Enable from the with-selected menu, then click Apply.
1414

15-
3. You can now add the "Page Select Box" field to your sections.
16-
17-
18-
## Changelog
19-
20-
**1.4**
21-
22-
- Added ability to set field to required/not required
23-
- Fixes a number of issues on the Github tracker.
24-
25-
**1.3**
26-
27-
- Added page type filter option.
28-
29-
**1.2**
30-
31-
- Publish select box will use page ID's instead of handles. This solves problem where 2 pages share the same handle, but only one shows up due to the clash.
32-
33-
**1.1**
34-
35-
- Fixed sorting
15+
3. You can now add the "Page Select Box" field to your sections.

extension.meta.xml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<extension id="pagesfield" status="released" xmlns="http://symphony-cms.com/schemas/extension/1.0">
3+
<name>Pages Field</name>
4+
<description>Easily related entries to pages</description>
5+
<repo type="github">https://github.com/symphonists/pagesfield</repo>
6+
<url type="discuss">http://symphony-cms.com/discuss/thread/267/</url>
7+
<types>
8+
<type>Field Types</type>
9+
</types>
10+
<authors>
11+
<author>
12+
<name github="symphonists" symphony="community">Symphony Community</name>
13+
</author>
14+
</authors>
15+
<releases>
16+
<release version="1.4.1" date="2011-12-02" min="2.0.6" max="2.2.x" />
17+
</releases>
18+
</extension>

0 commit comments

Comments
 (0)