2016-09-13 09:01:10 +00:00
|
|
|
define(function() {
|
|
|
|
var config = {};
|
|
|
|
|
|
|
|
/* Select the buttons displayed on the main page to create new collaborative sessions
|
|
|
|
* Existing types : pad, code, poll, slide
|
|
|
|
*/
|
2016-11-07 10:43:49 +00:00
|
|
|
config.availablePadTypes = ['pad', 'code', 'slide', 'poll'];
|
2016-09-13 09:01:10 +00:00
|
|
|
|
|
|
|
return config;
|
|
|
|
});
|