-
Notifications
You must be signed in to change notification settings - Fork 3
/
info.xml
29 lines (29 loc) · 926 Bytes
/
info.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"?>
<extension key="finsburypark" type="module">
<file>finsburypark</file>
<name>Finsbury Park Theme</name>
<description>Lightweight cross-CMS CiviCRM admin theme.</description>
<license>AGPL-3.0</license>
<maintainer>
<author>Nicol Wistreich</author>
<email>[email protected]</email>
</maintainer>
<urls>
<url desc="Main Extension Page">https://lab.civicrm.org/extensions/finsburypark</url>
<url desc="Support">https://visuali.st</url>
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate>2021-09-09</releaseDate>
<version>0.13</version>
<develStage>beta</develStage>
<compatibility>
<ver>5.0</ver>
</compatibility>
<comments>A cross-CMS CiviCRM admin theme.</comments>
<classloader>
<psr4 prefix="Civi\" path="Civi"/>
</classloader>
<civix>
<namespace>CRM/Finsburypark</namespace>
</civix>
</extension>