-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsfdc.xml
51 lines (51 loc) · 1.67 KB
/
sfdc.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
46
47
48
49
50
51
<?xml version="1.0" encoding="utf-8"?>
<extension version="3.4" type="plugin" group="content" method="upgrade">
<name>plg_content_sfdc</name>
<author>Arlen P Walker</author>
<creationDate>February 2016</creationDate>
<copyright>Copyright (C) 2106 PKWARE, Inc. All rights reserved.</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
<authorEmail>arlen.walker@pkware.com</authorEmail>
<authorUrl>www.pkware.com</authorUrl>
<version>0.4.0</version>
<description>PLG_CONTENT_SFDC_XML_DESCRIPTION</description>
<files>
<filename plugin="sfdc">sfdc.php</filename>
<filename>index.html</filename>
</files>
<languages>
<language tag="en-GB">language/en-GB.plg_content_sfdc.ini</language>
<language tag="en-GB">language/en-GB.plg_content_sfdc.sys.ini</language>
</languages>
<config>
<fields name="params">
<fieldset name="basic">
<field name="endpoint" type="text"
description="JFIELD_PLG_SFDC_ENDPOINT_DESC"
label="JFIELD_PLG_SFDC_ENDPOINT_LABEL"
size="5"
/>
<field name="orgid" type="text"
description="JFIELD_PLG_SFDC_ORGID_DESC"
label="JFIELD_PLG_SFDC_ORGID_LABEL"
size="5"
/>
<field name="record_type" type="text"
description="JFIELD_PLG_SFDC_RECORDTYPE_DESC"
label="JFIELD_PLG_SFDC_RECORDTYPE_LABEL"
>
</field>
<field name="context" type="textarea"
description="JFIELD_PLG_SFDC_CONTEXT_DESC"
label="JFIELD_PLG_SFDC_CONTEXT_LABEL"
>
</field>
<field name="field_mappings" type="textarea"
description="JFIELD_PLG_SFDC_MAPPINGS_DESC"
label="JFIELD_PLG_SFDC_MAPPINGS_LABEL"
>
</field>
</fieldset>
</fields>
</config>
</extension>