From 6186953a12589ebd05c14b6638dd598837305fcc Mon Sep 17 00:00:00 2001 From: ansuz Date: Wed, 29 Mar 2017 11:54:19 +0200 Subject: [PATCH] make whiteboard a default app --- customize.dist/application_config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/customize.dist/application_config.js b/customize.dist/application_config.js index f1cbcb090..291570ac7 100644 --- a/customize.dist/application_config.js +++ b/customize.dist/application_config.js @@ -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