-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.xml.cfm
executable file
·46 lines (43 loc) · 1.06 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
<!--
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!
-->
<mura>
<imagesizes>
<imagesize name="carouselimage" width="1506" height="628" />
</imagesizes>
<extensions>
<!--
<extension type="Base" subType="Default">
<attributeset name="Mobile Options" container="Basic">
<attribute
name="hasMobileBody"
label="Has Mobile Content?"
hint="If you have mobile-specific content, select Yes."
type="RadioGroup"
defaultValue="false"
required="false"
validation=""
regex=""
message=""
optionList="true^false"
optionLabelList="Yes^No" />
<attribute
name="mobileBody"
label="Mobile Content"
hint="Enter any mobile-specific content here."
type="HTMLEditor"
defaultValue=""
required="false"
validation=""
regex=""
message=""
optionList=""
optionLabelList="" />
</attributeset>
</extension>
-->
</extensions>
</mura>