mirror of https://github.com/xwiki-labs/cryptpad
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
|
||||
* Existing types : pad, code, poll, slide
|
||||
*/
|
||||
config.availablePadTypes = ['pad', 'code', 'poll'];
|
||||
config.availablePadTypes = ['pad', 'code', 'poll', 'slide'];
|
||||
|
||||
return config;
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue