-
Notifications
You must be signed in to change notification settings - Fork 8
/
mootable.xml
117 lines (117 loc) · 3.87 KB
/
mootable.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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
<?xml version="1.0" encoding="utf-8"?>
<extension version="2.5" type="plugin" group="system" method="upgrade">
<name>PLG_SYS_MOOTABLE</name>
<author>Roberto Segura</author>
<creationDate>June 2023</creationDate>
<copyright>Copyright (C) 2012-2023 Roberto Segura. All rights reserved.</copyright>
<license>http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL</license>
<authorEmail>[email protected]</authorEmail>
<authorUrl>http://digitaldisseny.com/en/extensions/showtags-content-tags-joomla-plugin</authorUrl>
<version>1.5.0</version>
<description>PLG_SYS_MOOTABLE_XML_DESC</description>
<files>
<folder>forms</folder>
<filename plugin="mootable">mootable.php</filename>
<filename>README.md</filename>
</files>
<languages>
<!-- en-GB -->
<language tag="en-GB">language/en-GB/en-GB.plg_system_mootable.ini</language>
<language tag="en-GB">language/en-GB/en-GB.plg_system_mootable.sys.ini</language>
<!-- es-ES -->
<language tag="es-ES">language/es-ES/es-ES.plg_system_mootable.ini</language>
<language tag="es-ES">language/es-ES/es-ES.plg_system_mootable.sys.ini</language>
</languages>
<updateservers>
<server type="extension" priority="1" name="Mootools enabler/Disabler">https://raw.github.com/phproberto/joomla-updates/master/plg_sys_mootable/updates.xml</server>
</updateservers>
<config>
<fields name="params" addfieldpath="plugins/system/mootable/forms/fields">
<fieldset name="basic">
<field type="mootable.header" name="header" label="PLG_SYS_MOOTABLE_HEADER_DEFAULTS" />
<field
name="defaultMode"
type="radio"
default="0"
label="PLG_SYS_MOOTABLE_FIELD_DEFAULT_MODE_LABEL"
description="PLG_SYS_MOOTABLE_FIELD_DEFAULT_MODE_DESC"
class="btn-group"
>
<option value="1">JENABLED</option>
<option value="0">JDISABLED</option>
</field>
<field
name="defaultMoreMode"
type="radio"
default="0"
label="PLG_SYS_MOOTABLE_FIELD_DEFAULT_MOOTOOLS_MORE_LABEL"
description="PLG_SYS_MOOTABLE_FIELD_DEFAULT_MOOTOOLS_MORE_DESC"
class="btn-group"
>
<option value="1">JENABLED</option>
<option value="0">JDISABLED</option>
</field>
<field type="mootable.header" name="header1" label="PLG_SYS_MOOTABLE_HEADER_ADDITIONAL_ASSETS" />
<field
name="manualDisable"
type="textarea"
default=""
label="PLG_SYS_MOOTABLE_FIELD_MANUAL_DISABLED_JS_LABEL"
description="PLG_SYS_MOOTABLE_FIELD_MANUAL_DISABLED_JS_DESC"
rows="5"
cols="30"
/>
<field
name="disabledStylesheets"
type="textarea"
default=""
label="PLG_SYS_MOOTABLE_FIELD_MANUAL_DISABLED_CSS_LABEL"
description="PLG_SYS_MOOTABLE_FIELD_MANUAL_DISABLED_CSS_DESC"
rows="5"
cols="30"
/>
</fieldset>
<fieldset name="autoenable">
<field name="contentEdition" type="radio"
label="PLG_SYS_MOOTABLE_FIELD_CONTENT_EDITION_LABEL"
description="PLG_SYS_MOOTABLE_FIELD_CONTENT_EDITION_DESC"
class="btn-group"
default="1"
>
<option value="1">JYES</option>
<option value="0">JNO</option>
</field>
<field name="enableComUsers" type="radio"
label="PLG_SYS_MOOTABLE_FIELD_ENABLE_COM_USERS_LABEL"
description="PLG_SYS_MOOTABLE_FIELD_ENABLE_COM_USERS_DESC"
default="1"
class="btn-group"
>
<option value="1">JYES</option>
<option value="0">JNO</option>
</field>
<field
name="alwaysEnable"
type="textarea"
default=""
label="PLG_SYS_MOOTABLE_FIELD_COMPONENTS_ENABLE_LABEL"
description="PLG_SYS_MOOTABLE_FIELD_COMPONENTS_ENABLE_DESC"
rows="5"
cols="30"
/>
</fieldset>
<fieldset name="advanced">
<field name="disableWhenDebug"
type="radio"
label="PLG_SYS_MOOTABLE_FIELD_DISABLE_WHEN_DEBUG_LABEL"
description="PLG_SYS_MOOTABLE_FIELD_DISABLE_WHEN_DEBUG_DESC"
default="1"
class="btn-group"
>
<option value="1">JYES</option>
<option value="0">JNO</option>
</field>
</fieldset>
</fields>
</config>
</extension>