-
Notifications
You must be signed in to change notification settings - Fork 0
/
lazyloadpagination.xml
69 lines (69 loc) · 3.03 KB
/
lazyloadpagination.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
<?xml version="1.0" encoding="utf-8"?>
<extension version="1.0.0" type="plugin" group="system" method="upgrade">
<name>PLG_SYSTEM_LAZYLOADPAGINATION</name>
<author>Delo Design</author>
<creationDate>18.03.2024</creationDate>
<copyright>Copyright © 2023 Delo Design. All rights reserved.</copyright>
<license>https://www.gnu.org/copyleft/gpl.html GNU/GPL</license>
<authorEmail>[email protected]</authorEmail>
<authorUrl>https://delo-design.ru</authorUrl>
<version>1.0.0</version>
<description>PLG_SYSTEM_LAZYLOADPAGINATION_DESCRIPTION</description>
<namespace path="src">Joomla\Plugin\System\LazyLoadPagination</namespace>
<languages folder="language">
<language tag="en-GB">en-GB/en-GB.plg_system_lazyloadpagination.ini</language>
<language tag="en-GB">en-GB/en-GB.plg_system_lazyloadpagination.sys.ini</language>
<language tag="ru-RU">ru-RU/ru-RU.plg_system_lazyloadpagination.ini</language>
<language tag="ru-RU">ru-RU/ru-RU.plg_system_lazyloadpagination.sys.ini</language>
</languages>
<files>
<folder plugin="lazyloadpagination">src</folder>
<folder>language</folder>
<folder>services</folder>
</files>
<media destination="plg_system_lazyloadpagination" folder="media">
<folder>js</folder>
<filename>joomla.asset.json</filename>
</media>
<config>
<fields name="params">
<fieldset name="basic">
<field
label="PLG_SYSTEM_LAZYLOADPAGINATION_CONFIG_TARGETS"
name="targets"
type="subform"
multiple="true"
min="1"
>
<form>
<field
label="PLG_SYSTEM_LAZYLOADPAGINATION_CONFIG_ITEMS_MENU"
name="itemsmenu"
type="text"
/>
<field
label="PLG_SYSTEM_LAZYLOADPAGINATION_CONFIG_TARGET_PAGINATION"
name="target_pagination"
type="text"
/>
<field
label="PLG_SYSTEM_LAZYLOADPAGINATION_CONFIG_TARGET_LI"
name="target_li"
type="text"
/>
<field
label="PLG_SYSTEM_LAZYLOADPAGINATION_CONFIG_TARGET_ACTIVE"
name="target_active"
type="text"
/>
<field
label="PLG_SYSTEM_LAZYLOADPAGINATION_CONFIG_TARGET_CONTENT"
name="target_content"
type="text"
/>
</form>
</field>
</fieldset>
</fields>
</config>
</extension>