-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.xml.cfm
131 lines (131 loc) · 3.55 KB
/
config.xml.cfm
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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
<!--
To add mobile-specific content fields to your Edit Content screen:
1) Uncomment the extension type='base' node below with the 'Mobile Options' in it
2) Reload Application
3) That's it!
-->
<theme>
<imagesizes>
<imagesize name="tinyCarouselimage" width="340" height="148" />
<imagesize name="smallCarouselimage" width="736" height="320" />
<imagesize name="largeCarouselimage" width="1200" height="521" />
</imagesizes>
<extensions>
<extension type="Folder" subType="Calendar">
</extension>
<extension type="Folder" subType="Grid">
<attributeset name="Display options" container="Basic">
<attribute
name="gridNoWide"
label="How many images wide in this grid?"
hint=""
type="selectBox"
defaultValue="false"
required=""
validation=""
regex=""
message=""
optionList="2^3^4^5"
optionLabelList="2^3^4^6" />
</attributeset>
</extension>
<extension type="Base" subType="Default">
<attributeset name="Display options" container="Basic">
<attribute
name="showHeaderImage"
label="Show header image?"
hint="Show page a header image at the top of this page?"
type="selectBox"
defaultValue="false"
required=""
validation=""
regex=""
message=""
optionList="false^true"
optionLabelList="No^Yes" />
</attributeset>
</extension>
<extension type="Page" subType="Blog post">
</extension>
<extension type="Page" subType="Event">
<attributeset name="Event schedule" container="Basic">
<attribute
name="eventStartDate"
label="Start date"
hint=""
type="textbox"
defaultValue=""
required="false"
validation="date"
regex=""
message=""
optionList=""
optionLabelList="" />
<attribute
name="eventFinishDate"
label="Start date"
hint=""
type="textbox"
defaultValue=""
required="false"
validation="date"
regex=""
message=""
optionList=""
optionLabelList="" />
</attributeset>
</extension>
<extension type="Page" subType="HomePageSlide" hasSummary="0" hasBody="0">
<attributeset name="Home page slider options" container="Basic">
<attribute
name="slideWideImage"
label="Large slide image"
hint="Image to be used on screens that are over 1024 wide"
type="file"
defaultValue=""
required="false"
validation=""
regex=""
message=""
optionList=""
optionLabelList="" />
<attribute
name="slideStyle"
label="Slide style"
hint=""
type="selectbox"
defaultValue=""
required="false"
validation=""
regex=""
message=""
optionList="slide^slide2^slide3"
optionLabelList="No background with White Border^Black Background with Black Border (no button)^Black Background with White Border (no button)" />
<attribute
name="slideButtonText"
label="Slide button text"
hint="If selecting 'No Background with White Border' and you include a link/URL, then you can specify the text to appear on the button link."
type="textbox"
defaultValue=""
required="false"
validation=""
regex=""
message=""
optionList=""
optionLabelList="" />
<attribute
name="slideURL"
label="Slide Link (full URL)"
hint="Enter the full URL of where you want the image (and button if desired) to go to (include http://)"
type="textbox"
defaultValue=""
required="false"
validation=""
regex=""
message=""
optionList=""
optionLabelList="" />
</attributeset>
</extension>
</extensions>
</theme>