Skip to content

Instantly share code, notes, and snippets.

@Lukewh
Last active December 12, 2015 03:28
Show Gist options
  • Save Lukewh/4707199 to your computer and use it in GitHub Desktop.
Save Lukewh/4707199 to your computer and use it in GitHub Desktop.
"epg": { // Widget name
"1": { // Major version
"minorVersion": 3,
"modules": { // Modules Object
"grid": { // grid Module
"holder": "#GRID", // Dom Element to insert grid into
"nav": { // Navigation configuration
"days": 8,
"showDates": true,
"showTime": true
},
"hovers": true // Enable hovers
},
"featured": { // featured Module
"holder": "#FEATURED",
"items": 3,
"useGrid": true
},
"search": {
"holder": "#SEARCH",
"useGrid": true
}
},
"customStyle": false, // Client has custom stylesheet?
"customScript": false, // Client has custom javascript?
"hasOffline": false // Client has offline widget
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment