Skip to content

Commit

Permalink
Add configuration for ErrorModal : Twitter link, github repo to post
Browse files Browse the repository at this point in the history
issues/bugs, popup messages and buttons visibility
  • Loading branch information
jrmartin committed Oct 17, 2019
1 parent 1b9506a commit 424563d
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion GeppettoConfiguration.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,18 @@
"type": "website",
"url": "http://v2.virtualflybrain.org",
"icon" :"https://v2.virtualflybrain.org/images/vfbbrain_icon.png",
"image": "https://v2.virtualflybrain.org/images/vfbbrain_icon.png"
"image": "https://v2.virtualflybrain.org/images/vfbbrain_icon.png",
"errorDialog": {
"message" : "I broke geppetto, ops!",
"githubButton": {
"enabled" : false,
"url" : "https://github.com/VirtualFlyBrain/geppetto-vfb/issues"
},
"twitterButton": {
"enabled" : false,
"url" : "https://twitter.com/openworm",
"message" : "I broke geppetto, ops!"
}
}
}
}

0 comments on commit 424563d

Please sign in to comment.