enable slide application listing on home page by default

This commit is contained in:
ansuz 2016-10-04 17:15:09 +02:00
parent a28daf2715
commit 7d5a33512a
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}); });