enable slide application listing on home page by default
This commit is contained in:
parent
a28daf2715
commit
7d5a33512a
@ -4,7 +4,7 @@ define(function() {
|
|||||||
/* Select the buttons displayed on the main page to create new collaborative sessions
|
/* Select the buttons displayed on the main page to create new collaborative sessions
|
||||||
* Existing types : pad, code, poll, slide
|
* Existing types : pad, code, poll, slide
|
||||||
*/
|
*/
|
||||||
config.availablePadTypes = ['pad', 'code', 'poll'];
|
config.availablePadTypes = ['pad', 'code', 'poll', 'slide'];
|
||||||
|
|
||||||
return config;
|
return config;
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user