Make the pad types displayed on the front page configurable
parent
217e664d4c
commit
1e02e7b45b
@ -0,0 +1,10 @@
|
||||
define(function() {
|
||||
var config = {};
|
||||
|
||||
/* Select the buttons displayed on the main page to create new collaborative sessions
|
||||
* Existing types : pad, code, poll, slide
|
||||
*/
|
||||
config.availablePadTypes = ['pad', 'code', 'poll'];
|
||||
|
||||
return config;
|
||||
});
|
Loading…
Reference in New Issue