-
Notifications
You must be signed in to change notification settings - Fork 4
/
equalheights.xml
71 lines (71 loc) · 2.39 KB
/
equalheights.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
<?xml version="1.0" encoding="utf-8"?>
<extension version="2.5" type="plugin" group="system" method="upgrade">
<name>PLG_SYS_EQUALHEIGHTS</name>
<author>Digital Disseny, S.L.</author>
<creationDate>October 2015</creationDate>
<copyright>Copyright (C) 2012-2015 Digital Disseny, S.L. All rights reserved.</copyright>
<license>http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL</license>
<authorEmail>[email protected]</authorEmail>
<authorUrl>www.digitaldisseny.com</authorUrl>
<version>1.3.0</version>
<description>PLG_SYS_EQUALHEIGHTS_XML_DESC</description>
<files>
<folder>language</folder>
<filename>LICENSE</filename>
<filename>README.md</filename>
<filename plugin="equalheights">equalheights.php</filename>
<filename>equalheights.xml</filename>
</files>
<media folder="media">
<folder>plg_system_equalheights</folder>
</media>
<config>
<fields name="params">
<fieldset name="basic">
<field
name="css_selectors"
type="textarea"
default=""
rows="5"
cols="30"
label="PLG_SYS_EQUALHEIGHTS_FIELD_CSS_SELECTORS_LABEL"
description="PLG_SYS_EQUALHEIGHTS_FIELD_CSS_SELECTORS_DESC" />
<field
name="on_resize"
type="radio"
default="1"
label="PLG_SYS_EQUALHEIGHTS_FIELD_ON_RESIZE_LABEL"
description="PLG_SYS_EQUALHEIGHTS_FIELD_ON_RESIZE_DESC">
<option value="1">JYES</option>
<option value="0">JNO</option>
</field>
</fieldset>
<fieldset name="advanced">
<field
name="loadJquery"
type="list"
default="1"
label="PLG_SYS_EQUALHEIGHTS_FIELD_LOAD_JQUERY_LABEL"
description="PLG_SYS_EQUALHEIGHTS_FIELD_LOAD_JQUERY_DESC">
<option value="0">
PLG_SYS_EQUALHEIGHTS_FIELD_LOAD_JQUERY_NO
</option>
<option value="1">
PLG_SYS_EQUALHEIGHTS_FIELD_LOAD_JQUERY_LOCALLY
</option>
<option value="2">
PLG_SYS_EQUALHEIGHTS_FIELD_LOAD_JQUERY_GOOGLE
</option>
</field>
<field name="injectPosition"
type="list"
label="PLG_SYS_EQUALHEIGHTS_FIELD_INJECT_POSITION_LABEL"
description="PLG_SYS_EQUALHEIGHTS_FIELD_INJECT_POSITION_DESC"
default="belowtitle">
<option value="headtop">PLG_SYS_EQUALHEIGHTS_VALUE_HEADTOP</option>
<option value="belowtitle">PLG_SYS_EQUALHEIGHTS_VALUE_BELOW_TITLE</option>
</field>
</fieldset>
</fields>
</config>
</extension>