-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwbty_columnizer.xml
More file actions
49 lines (46 loc) · 1.58 KB
/
wbty_columnizer.xml
File metadata and controls
49 lines (46 loc) · 1.58 KB
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
<?xml version="1.0" encoding="utf-8"?>
<extension version="2.5" type="plugin" group="content" method="upgrade">
<name>plg_content_wbty_columnizer</name>
<author>Webity</author>
<creationDate>December 2012</creationDate>
<copyright>Copyright (C) 2012 Webity. All rights reserved.</copyright>
<license>GNU General Public License version 2 or later; see LICENSE.txt</license>
<authorEmail>david@makethewebwork.com</authorEmail>
<authorUrl>www.makethewebwork.com</authorUrl>
<version>1.0.0</version>
<description>PLG_CONTENT_WBTY_COLUMNIZER_XML_DESCRIPTION</description>
<files>
<filename plugin="wbty_columnizer">wbty_columnizer.php</filename>
<filename plugin="wbty_columnizer">wbty_editor.xml</filename>
</files>
<languages>
<language tag="en-GB">en-GB.plg_content_wbty_columnizer.ini</language>
<language tag="en-GB">en-GB.plg_content_wbty_columnizer.sys.ini</language>
</languages>
<media folder="media" destination="plg_content_wbty_columnizer">
<folder>css</folder>
<folder>js</folder>
</media>
<config>
<fields name="params">
<fieldset name="basic">
<field name="cols" type="text"
default="2"
description="PLG_CONTENT_WBTY_COLUMNIZER_COLS"
label="PLG_CONTENT_WBTY_COLUMNIZER_COLS_LABEL"
filter="integer"
/>
<field
name="manualBreaks"
type="list"
description="PLG_CONTENT_WBTY_COLUMNIZER_MANUAL_BREAKS"
label="PLG_CONTENT_WBTY_COLUMNIZER_MANUAL_BREAKS_LABEL"
default="0"
>
<option value="0">JNO</option>
<option value="1">JYES</option>
</field>
</fieldset>
</fields>
</config>
</extension>