-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathinfo.xml
40 lines (40 loc) · 1.33 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
40
<?xml version="1.0"?>
<extension key="notification" type="module">
<file>notification</file>
<name>notification</name>
<description>Notification system to watch entities for changes and send notification messages to related contacts.</description>
<license>AGPL-3.0</license>
<authors>
<author>
<name>SYSTOPIA GmbH</name>
<email>[email protected]</email>
<role>Maintainer</role>
</author>
</authors>
<urls>
<url desc="Main Extension Page">https://github.com/systopia/notification</url>
<url desc="Documentation">https://github.com/systopia/notification</url>
<url desc="Support">https://github.com/systopia/notification/issues</url>
<url desc="Licensing">https://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate/>
<version>0.0.1</version>
<develStage>dev</develStage>
<compatibility>
<ver>5.75</ver>
</compatibility>
<comments>This is a new, undeveloped module</comments>
<classloader>
<psr0 prefix="CRM_" path="."/>
<psr4 prefix="Civi\" path="Civi"/>
</classloader>
<civix>
<namespace>CRM/Notification</namespace>
<format>24.09.1</format>
<angularModule>crmNotification</angularModule>
</civix>
<mixins>
<mixin>[email protected]</mixin>
</mixins>
<upgrader>CiviMix\Schema\Notification\AutomaticUpgrader</upgrader>
</extension>