-
Notifications
You must be signed in to change notification settings - Fork 21
/
info.xml
39 lines (39 loc) · 1.42 KB
/
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
30
31
32
33
34
35
36
37
38
39
<?xml version="1.0"?>
<extension key="org.civicrm.contactlayout" type="module">
<file>contactlayout</file>
<name>Contact Layout Editor</name>
<description>Edit the contact summary screen tabs & blocks. Create multiple layouts to display different types of contacts to different users.</description>
<license>AGPL-3.0</license>
<maintainer>
<author>Coleman Watts</author>
<email>[email protected]</email>
</maintainer>
<urls>
<url desc="Main Extension Page">https://civicrm.org/extensions/contact-layout-editor</url>
<url desc="Documentation">https://github.com/civicrm/org.civicrm.contactlayout</url>
<url desc="Support">https://github.com/civicrm/org.civicrm.contactlayout/issues</url>
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate>2024-06-04</releaseDate>
<version>2.3.1</version>
<develStage>stable</develStage>
<compatibility>
<ver>5.74</ver>
</compatibility>
<civix>
<namespace>CRM/Contactlayout</namespace>
<format>24.09.1</format>
</civix>
<classloader>
<psr4 prefix="Civi\" path="Civi"/>
<psr0 prefix="CRM_" path="."/>
</classloader>
<mixins>
<mixin>[email protected]</mixin>
<mixin>[email protected]</mixin>
<mixin>[email protected]</mixin>
<mixin>[email protected]</mixin>
<mixin>[email protected]</mixin>
</mixins>
<upgrader>CiviMix\Schema\Contactlayout\AutomaticUpgrader</upgrader>
</extension>