-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathinfo.xml
30 lines (30 loc) · 1.21 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
<?xml version="1.0"?>
<extension key="com.civicon2015.defaultdashlets" type="module">
<file>defaultdashlets</file>
<name>Default Dashlets</name>
<description>Set default dashlets for new users based on group membership</description>
<license>AGPL-3.0</license>
<maintainer>
<author>David Hayes</author>
<email>[email protected]</email>
</maintainer>
<urls>
<url desc="Main Extension Page">https://github.com/davidjosephhayes/CiviCRM-Default-Dashlets</url>
<url desc="Documentation">https://github.com/davidjosephhayes/CiviCRM-Default-Dashlets</url>
<url desc="Support">https://github.com/davidjosephhayes/CiviCRM-Default-Dashlets/issues</url>
<url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
</urls>
<releaseDate>2015-04-21</releaseDate>
<version>1.0</version>
<develStage>alpha</develStage>
<compatibility>
<ver>4.2</ver>
</compatibility>
<comments>DefaultDashlets creates a settings page at /civicrm/admin/defaultdashlets
(Administer > Default Dashlets) that allows administrators to define the active
dashlets for new users based on group membership.
</comments>
<civix>
<namespace>CRM/Defaultdashlets</namespace>
</civix>
</extension>