-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwt_modules_in_jshopping_positions.xml
73 lines (68 loc) · 3.19 KB
/
wt_modules_in_jshopping_positions.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
<?xml version="1.0"?>
<extension type="plugin" method="upgrade" group="system">
<name>PLG_WT_MODULES_IN_JSHOPPING_POSITIONS</name>
<author>Sergey Tolkachyov</author>
<authorEmail>[email protected]</authorEmail>
<authorUrl>https://web-tolk.ru/</authorUrl>
<creationDate>January 2024</creationDate>
<copyright>Sergey Tolkachyov</copyright>
<license>GNU General Public License version 3 or later</license>
<version>2.0.0</version>
<description>PLG_WT_MODULES_IN_JSHOPPING_POSITIONS_DESC</description>
<scriptfile>script.php</scriptfile>
<namespace path="src">Joomla\Plugin\System\Wt_modules_in_jshopping_positions</namespace>
<files>
<folder plugin="wt_modules_in_jshopping_positions">src</folder>
<folder>language</folder>
<folder>services</folder>
</files>
<languages folder="language" client="administrator">
<language tag="en-GB">en-GB/plg_system_wt_modules_in_jshopping_positions.ini</language>
<language tag="en-GB">en-GB/plg_system_wt_modules_in_jshopping_positions.sys.ini</language>
<language tag="ru-RU">ru-RU/plg_system_wt_modules_in_jshopping_positions.ini</language>
<language tag="ru-RU">ru-RU/plg_system_wt_modules_in_jshopping_positions.sys.ini</language>
</languages>
<config>
<fields name="params">
<fieldset name="basic">
<field addfieldprefix="Joomla\Plugin\System\Wt_modules_in_jshopping_positions\Fields"
type="plugininfo" name="plugininfo"/>
</fieldset>
<fieldset name="wt_modules_in_jshopping_positions_category">
<field type="spacer" label="PLG_WT_MODULES_IN_JSHOPPING_POSITIONS_PRODUCT_LIST_VIEW"/>
<field name="category_modules"
label="PLG_WT_MODULES_IN_JSHOPPING_POSITIONS_CATEGORY"
type="subform"
layout="joomla.form.field.subform.repeatable"
formsource="plugins/system/wt_modules_in_jshopping_positions/src/Subform/category.xml"
multiple="true"
/>
</fieldset>
<fieldset name="wt_modules_in_jshopping_positions_product">
<field type="spacer" label="PLG_WT_MODULES_IN_JSHOPPING_POSITIONS_PRODUCT_VIEW"/>
<field name="product_modules"
label="PLG_WT_MODULES_IN_JSHOPPING_POSITIONS_PRODUCT"
type="subform"
layout="joomla.form.field.subform.repeatable"
formsource="plugins/system/wt_modules_in_jshopping_positions/src/Subform/product.xml"
multiple="true"
/>
</fieldset>
<fieldset name="wt_modules_in_jshopping_positions_checkout" label="PLG_WT_MODULES_IN_JSHOPPING_CHECKOUT">
<field name="checkout_modules"
label="PLG_WT_MODULES_IN_JSHOPPING_POSITIONS_CHECKOUT"
type="subform"
layout="joomla.form.field.subform.repeatable"
formsource="plugins/system/wt_modules_in_jshopping_positions/src/Subform/checkout.xml"
multiple="true"
/>
</fieldset>
</fields>
</config>
<updateservers>
<server type="extension" priority="1" name="WT Modules in JShopping positions">
https://web-tolk.ru/component/swjprojects/jupdate?element=wt_modules_in_jshopping_positions
</server>
</updateservers>
<changelogurl>https://web-tolk.ru/jchangelog?element=wt_modules_in_jshopping_positions</changelogurl>
</extension>