-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcivisearch.xml
executable file
·45 lines (40 loc) · 1.89 KB
/
civisearch.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
41
42
43
44
45
<?xml version="1.0" encoding="UTF-8"?>
<install version="1.5" type="plugin" group="search">
<name>plg_search_civisearch</name>
<author>Lighthouse Consulting and Design</author>
<creationDate>August, 2011</creationDate>
<copyright>(C) Lighthouse Consulting and Design</copyright>
<authorEmail>[email protected]</authorEmail>
<authorUrl>www.lcdservices.biz</authorUrl>
<license>GNU Affero General Public License version 3 or later</license>
<version>1.0</version>
<description>This plugin provides search access for CiviCRM resources. Compatible with J1.5 and J1.6+.</description>
<files>
<filename plugin="civisearch">civisearch.php</filename>
</files>
<languages>
<language tag="en-GB">en-GB.plg_search_civisearch.ini</language>
</languages>
<params>
<param name="search_event" type="radio" default="1" label="PLG_SEARCH_CIVISEARCH_EVENT_FIELD_LABEL" description="PLG_SEARCH_CIVISEARCH_EVENT_FIELD_DESC">
<option value='1'>JON</option>
<option value='0'>JOFF</option>
</param>
<param name="itemid" type="menuitem" state="1" label="PLG_SEARCH_CIVISEARCH_ITEM_ID_LABEL" description="PLG_SEARCH_CIVISEARCH_ITEM_ID_DESC" />
</params>
<config>
<fields name="params">
<fieldset name="basic">
<field name="search_event" type="radio"
default="1"
description="PLG_SEARCH_CIVISEARCH_EVENT_FIELD_DESC"
label="PLG_SEARCH_CIVISEARCH_EVENT_FIELD_LABEL"
>
<option value="1">JON</option>
<option value="0">JOFF</option>
</field>
<field name="itemid" type="menuitem" state="1" label="PLG_SEARCH_CIVISEARCH_ITEM_ID_LABEL" description="PLG_SEARCH_CIVISEARCH_ITEM_ID_DESC" />
</fieldset>
</fields>
</config>
</install>