aboutsummaryrefslogtreecommitdiff
path: root/slide_config.js
diff options
context:
space:
mode:
authorEric Bidelman2013-04-15 16:31:09 -0700
committerEric Bidelman2013-04-15 16:31:09 -0700
commitfa1c41da5a639fd54c064a5a34fdef9cbb794cd8 (patch)
tree4fd947cc60b80a7d66989a453e2f7f6a3ba53c5d /slide_config.js
parent328eed4d0b86de924339ce865baa7c5d508031fd (diff)
downloadio-slides-remote-fa1c41da5a639fd54c064a5a34fdef9cbb794cd8.tar.gz
Adding eventInfo config support
Diffstat (limited to 'slide_config.js')
-rw-r--r--slide_config.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/slide_config.js b/slide_config.js
index a849147..8d370fd 100644
--- a/slide_config.js
+++ b/slide_config.js
@@ -3,7 +3,10 @@ var SLIDE_CONFIG = {
3 settings: { 3 settings: {
4 title: 'Title Goes Here<br>Up To Two Lines', 4 title: 'Title Goes Here<br>Up To Two Lines',
5 subtitle: 'Subtitle Goes Here', 5 subtitle: 'Subtitle Goes Here',
6 //eventTitle: 'Google I/O 2013', 6 //eventInfo: {
7 // title: 'Google I/O',
8 // date: '6/x/2013'
9 //},
7 useBuilds: true, // Default: true. False will turn off slide animation builds. 10 useBuilds: true, // Default: true. False will turn off slide animation builds.
8 usePrettify: true, // Default: true 11 usePrettify: true, // Default: true
9 enableSlideAreas: true, // Default: true. False turns off the click areas on either slide of the slides. 12 enableSlideAreas: true, // Default: true. False turns off the click areas on either slide of the slides.