-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathamocrm.xml
32 lines (32 loc) · 1.16 KB
/
amocrm.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
<?xml version="1.0" encoding="utf-8"?>
<extension version="3.5" type="plugin" group="content" method="upgrade">
<name>plg_amocrm</name>
<author>Buyanov Danila</author>
<creationDate>17 June 2016</creationDate>
<copyright>Copyright (C) 2012 - 2016 Saity74 LLC. All rights reserved.</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
<authorEmail>[email protected]</authorEmail>
<authorUrl>www.saity74.ru</authorUrl>
<version>1.0</version>
<description>PLG_AMOCRM_DESC</description>
<files>
<filename plugin="amocrm">amocrm.php</filename>
</files>
<languages folder="language">
<language tag="en-GB">en-GB/en-GB.plg_content_amocrm.ini</language>
<language tag="en-GB">en-GB/en-GB.plg_content_amocrm.sys.ini</language>
<language tag="ru-RU">ru-RU/ru-RU.plg_content_amocrm.ini</language>
<language tag="ru-RU">ru-RU/ru-RU.plg_content_amocrm.sys.ini</language>
</languages>
<config>
<fields name="params">
<fieldset name="basic">
<field
type="note"
label="PLG_AMOCRM_HELP"
description="PLG_AMOCRM_HELP_DESC"
/>
</fieldset>
</fields>
</config>
</extension>