make whiteboard a default app

pull/1/head
ansuz 2017-03-29 11:54:19 +02:00
parent 869cf09630
commit 6186953a12
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
* Existing types : pad, code, poll, slide
*/
config.availablePadTypes = ['drive', 'pad', 'code', 'slide', 'poll'];
config.availablePadTypes = ['drive', 'pad', 'code', 'slide', 'poll', 'whiteboard'];
/* Cryptpad apps use a common API to display notifications to users
* by default, notifications are hidden after 5 seconds