Last active
December 12, 2015 03:28
-
-
Save Lukewh/4707199 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"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