-
Notifications
You must be signed in to change notification settings - Fork 1
/
boxtaboptions.xml
113 lines (110 loc) · 3.32 KB
/
boxtaboptions.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
<?xml version="1.0" encoding="UTF-8"?>
<data xmlns="http://www.wcfsolutions.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.wcfsolutions.com http://www.wcfsolutions.com/XSD/box-tab-options.xsd">
<import>
<categories>
<category name="data">
<showorder>1</showorder>
</category>
<category name="settings">
<showorder>2</showorder>
</category>
<category name="thumbnail">
<showorder>3</showorder>
</category>
</categories>
<options>
<!-- content box tab type -->
<option name="text">
<boxtabtype>content</boxtabtype>
<categoryname>data</categoryname>
<optiontype>textarea</optiontype>
</option>
<option name="thumbnailImage">
<boxtabtype>content</boxtabtype>
<categoryname>thumbnail</categoryname>
<optiontype>text</optiontype>
</option>
<option name="thumbnailTitle">
<boxtabtype>content</boxtabtype>
<categoryname>thumbnail</categoryname>
<optiontype>text</optiontype>
</option>
<option name="thumbnailAlternativeTitle">
<boxtabtype>content</boxtabtype>
<categoryname>thumbnail</categoryname>
<optiontype>text</optiontype>
</option>
<option name="thumbnailImageLink">
<boxtabtype>content</boxtabtype>
<categoryname>thumbnail</categoryname>
<optiontype>text</optiontype>
<validationpattern>^$|^https?://</validationpattern>
<defaultvalue>http://</defaultvalue>
</option>
<option name="thumbnailEnableFullsize">
<boxtabtype>content</boxtabtype>
<categoryname>thumbnail</categoryname>
<optiontype>boolean</optiontype>
<defaultvalue>1</defaultvalue>
<enableoptions>!thumbnailImageLink</enableoptions>
</option>
<!-- html box tab type -->
<option name="htmlCode">
<boxtabtype>html</boxtabtype>
<categoryname>data</categoryname>
<optiontype>textarea</optiontype>
</option>
<!-- image box tab type -->
<option name="image">
<boxtabtype>image</boxtabtype>
<categoryname>data</categoryname>
<optiontype>text</optiontype>
</option>
<option name="title">
<boxtabtype>image</boxtabtype>
<categoryname>data</categoryname>
<optiontype>text</optiontype>
</option>
<option name="alternativeTitle">
<boxtabtype>image</boxtabtype>
<categoryname>data</categoryname>
<optiontype>text</optiontype>
</option>
<option name="imageLink">
<boxtabtype>image</boxtabtype>
<categoryname>data</categoryname>
<optiontype>text</optiontype>
<validationpattern>^$|^https?://</validationpattern>
<defaultvalue>http://</defaultvalue>
</option>
<option name="enableFullsize">
<boxtabtype>image</boxtabtype>
<categoryname>settings</categoryname>
<optiontype>boolean</optiontype>
<defaultvalue>1</defaultvalue>
<enableoptions>!imageLink</enableoptions>
</option>
<!-- list box tab type -->
<option name="listItems">
<boxtabtype>list</boxtabtype>
<categoryname>data</categoryname>
<optiontype>textarea</optiontype>
</option>
<option name="listStyleType">
<boxtabtype>list</boxtabtype>
<categoryname>settings</categoryname>
<optiontype>select</optiontype>
<selectoptions><![CDATA[none
decimal
lower-roman
upper-roman
lower-alpha
upper-alpha
disc
circle
square]]></selectoptions>
<defaultvalue>none</defaultvalue>
</option>
</options>
</import>
</data>