-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwt_jshopping_content_to_com_content.xml
47 lines (47 loc) · 2.27 KB
/
wt_jshopping_content_to_com_content.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
<?xml version="1.0" encoding="utf-8"?>
<extension type="plugin" method="upgrade" group="jshopping">
<name>PLG_WT_JSHOPPING_CONTENT_TO_COM_CONTENT</name>
<author>Sergey Tolkachyov</author>
<creationDate>December 2023</creationDate>
<copyright>(c) 2023 Sergey Tolkachyov</copyright>
<license>GNU General Public License version 3 or later</license>
<authorEmail>[email protected]</authorEmail>
<authorUrl>https://web-tolk.ru/</authorUrl>
<version>2.0.0</version>
<description>PLG_WT_JSHOPPING_CONTENT_TO_COM_CONTENT_DESC</description>
<scriptfile>script.php</scriptfile>
<namespace path="src">Joomla\Plugin\Jshopping\Wt_jshopping_content_to_com_content</namespace>
<files>
<folder plugin="wt_jshopping_content_to_com_content">src</folder>
<folder>services</folder>
<folder>language</folder>
</files>
<languages folder="language" client="administrator">
<language tag="en-GB">en-GB/plg_jshopping_wt_jshopping_content_to_com_content.ini</language>
<language tag="ru-RU">ru-RU/plg_jshopping_wt_jshopping_content_to_com_content.ini</language>
<language tag="en-GB">en-GB/plg_jshopping_wt_jshopping_content_to_com_content.sys.ini</language>
<language tag="ru-RU">ru-RU/plg_jshopping_wt_jshopping_content_to_com_content.sys.ini</language>
</languages>
<config>
<fields name="params">
<fieldset name="basic">
<field name="plugininfo"
type="plugininfo"
addfieldprefix="Joomla\Plugin\Jshopping\Wt_jshopping_content_to_com_content\Fields"
/>
<field name="fields"
label="PLG_WT_JSHOPPING_CONTENT_TO_COM_CONTENT_TEXT"
type="subform"
layout="joomla.form.field.subform.repeatable"
formsource="plugins/jshopping/wt_jshopping_content_to_com_content/src/Subform/fields.xml"
multiple="true"
buttons="add,remove"
/>
</fieldset>
</fields>
</config>
<updateservers>
<server type="extension" priority="1" name="WebTolk - WT JoomShopping content to Joomla articles updates">https://web-tolk.ru/component/swjprojects/jupdate?element=wt_jshopping_content_to_com_content</server>
</updateservers>
<changelogurl>https://web-tolk.ru/jchangelog?element=wt_jshopping_content_to_com_content</changelogurl>
</extension>