Skip to content

Instantly share code, notes, and snippets.

@dlferro
Last active December 14, 2015 01:39
Show Gist options
  • Save dlferro/5008342 to your computer and use it in GitHub Desktop.
Save dlferro/5008342 to your computer and use it in GitHub Desktop.
Tap Config
{
url: '../../tour.xml',
defaultLanguage: 'en',
trackerID: 'UA-20840633-3',
navigationControllers: [
{ id: 'keypad', label: 'Keypad', route: '', icon: '' },
{ id: 'stop-list', label: 'StopList', route: '', icon: '' },
{ id: 'map', label: 'Map', route: '', icon: '' }
],
tourSettings: {
'<tour-id>': {
navigationControllers: ['keypad', 'stop-list', 'map']
},
'<tour-id>': {
navigationControllers: ['stop-list']
}
}
viewRegistry: {
'tour_audio_stop': {
view: 'AudioStopView',
icon: ''
},
'tour_image_stop': {
view: 'ImageStopView',
icon: ''
},
'tour_stop_group': {
view: 'StopGroupView',
icon: ''
},
'tour_video_stop': {
view: 'VideoStopView',
icon: ''
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment