-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.xml.cfm
76 lines (76 loc) · 1.94 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
<theme>
<extensions>
<extension type="Page" subType="Blog post">
</extension>
<extension type="Calendar" subType="List">
</extension>
<extension type="Page" subType="Default">
<attributeset name="Additional Options" container="Basic">
<attribute
name="ssSupertagline"
label="Super tag line"
hint=""
type="textbox"
defaultValue=""
required="false"
validation=""
regex=""
message=""
optionList=""
optionLabelList="" />
<attribute
name="ssNavDescription"
label="Nav Description"
hint="Very small sub-text gets placed under each primary nav item if used"
type="textbox"
defaultValue=""
required="false"
validation=""
regex=""
message=""
optionList=""
optionLabelList="" />
</attributeset>
</extension>
<extension type="Page" subType="HomePageSlide">
<attributeset name="Home page slider options" container="Basic">
<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>