-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcacheexclude.xml
40 lines (39 loc) · 1.25 KB
/
cacheexclude.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
<?xml version="1.0" encoding="utf-8"?>
<extension version="3.10" type="plugin" group="system" method="upgrade">
<name>plg_system_cacheexclude</name>
<version>1.0.1</version>
<author>CMExtension</author>
<authorEmail>cmext.vn@gmail.com</authorEmail>
<authorUrl>www.cmextension.com</authorUrl>
<creationDate>December 2023</creationDate>
<copyright>(C) 2022 - 2023 CMExtension</copyright>
<license>GNU General Public License version 2 or later</license>
<description>PLG_SYSTEM_CACHEEXCLUDE_XML_DESCRIPTION</description>
<files>
<folder>language</folder>
<filename plugin="cacheexclude">cacheexclude.php</filename>
</files>
<config>
<fields name="params">
<fieldset name="basic">
<field
name="excluded_menu_item_ids"
type="menuitem"
label="PLG_SYSTEM_CACHEEXCLUDE_FIELD_EXCLUDED_MENU_ITEM_IDS_LABEL"
description="PLG_SYSTEM_CACHEEXCLUDE_FIELD_EXCLUDED_MENU_ITEM_IDS_DESC"
multiple="multiple"
filter="int_array"
/>
<field
name="excluded_urls"
type="textarea"
label="PLG_SYSTEM_CACHEEXCLUDE_FIELD_EXCLUDED_URLS_LABEL"
description="PLG_SYSTEM_CACHEEXCLUDE_FIELD_EXCLUDED_URLS_DESC"
class="input-xxlarge"
rows="15"
filter="raw"
/>
</fieldset>
</fields>
</config>
</extension>