diff options
author | Eric Bidelman | 2013-03-05 08:08:25 -0800 |
---|---|---|
committer | Eric Bidelman | 2013-03-05 08:08:25 -0800 |
commit | 76273d4cbc163a1fe773a6198a2ac67144fa5bd2 (patch) | |
tree | 3169bc7d61a9a3311d11a0aae47da5401eeff732 /slide_config.js | |
parent | 95fbc0b6c349ef6a3633ef8b0d51ed46b6b70765 (diff) | |
download | io-slides-remote-76273d4cbc163a1fe773a6198a2ac67144fa5bd2.tar.gz |
Patch for customizing evenet title. Fixes issue 12
Diffstat (limited to 'slide_config.js')
-rw-r--r-- | slide_config.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/slide_config.js b/slide_config.js index 4a7d3f4..a849147 100644 --- a/slide_config.js +++ b/slide_config.js | |||
@@ -3,6 +3,7 @@ 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 | useBuilds: true, // Default: true. False will turn off slide animation builds. | 7 | useBuilds: true, // Default: true. False will turn off slide animation builds. |
7 | usePrettify: true, // Default: true | 8 | usePrettify: true, // Default: true |
8 | enableSlideAreas: true, // Default: true. False turns off the click areas on either slide of the slides. | 9 | enableSlideAreas: true, // Default: true. False turns off the click areas on either slide of the slides. |