455
edits
NeilThomas (talk | contribs) m (→Download) |
NeilThomas (talk | contribs) m (→Configuration) |
||
|
=== Configuration ===
This version of the Alternative Public Website comes with a remodelled version of cmxConfig
==== Heading text ====
| style="width: 60em;"|
<nowiki>let cmxConfig = {
// Edit this to set your required configuration
"Custom": {
"
"
"Theme": "", // Set to the name of an existing theme WITHOUT 'css'
"Logo": "", // Set to the absolute or relative path and name of the image to use OR
"BannerImage": "", // As above or leave blank
"BannerPosition":"center
},
"DataPath": "",
"Geometry": {
"StaticHead": true, // true or false accepted
"Units": "em", // Accepts any valid css unit
},
"Gull": { // Affects the standing gull only
"Animation": "", // Values: Blank, 'Expand', 'Enter left', 'Enter right' or 'Drop' only
"Speed": 5, // Positive numeric values only (can be real)
"OnTop":
},
"Panels": {
"Shadows": "", // Blank, Basic or Enhanced only
"
},
"Menu": "
"NOAAPath": "Reports/",
}
let cmxSession = {
"Records": {
"Monthly": "", // Numeric integer representing to month to show - zero based
"Historic":"" // One of: Temp. Press, Wind, WindDir, Rain, Humidity, Solar, DegDays, TempSum, ChillHrs, Snow
}
}
|style="padding-left: 1em;"|
===== Explanation =====
| |||
edits