Release Date
Release Version
0.1
Release Status
Stable
Release CiviCRM Compatibility
XML
<?xml version="1.0"?>
<extension key="cards.iwwa.settingsform" type="module">
<file>settingsform</file>
<name>Settings form</name>
<description>A standard settings form you can subclass.</description>
<license>AGPL-3.0</license>
<maintainer>
<author>Johan Vervloet</author>
<email>johanv@johanv.org</email>
</maintainer>
<urls>
<url desc="Main Extension Page">https://github.com/johanv/civiwwa</url>
<url desc="Documentation">https://github.com/johanv/civiwwa</url>
<url desc="Support">https://github.com/johanv/civiwwa</url>
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate>2018-02-04</releaseDate>
<version>0.1</version>
<compatibility>
<ver>4.7</ver>
</compatibility>
<comments>
I blatantly stole this from
https://github.com/eileenmcnaughton/nz.co.fuzion.civixero/blob/master/CRM/Civixero/Form/XeroSettings.php
which is fine since it's AGPL :-)
Credits to [Eileen](https://github.com/eileenmcnaughton).
</comments>
<civix>
<namespace>CRM/Settingsform</namespace>
</civix>
</extension>