@ -9,7 +9,7 @@ define(function() {
/ * S e l e c t t h e b u t t o n s d i s p l a y e d o n t h e m a i n p a g e t o c r e a t e n e w c o l l a b o r a t i v e s e s s i o n s
* Existing types : pad , code , poll , slide
* /
config . availablePadTypes = [ 'drive' , 'pad' , 'code' , 'slide' , 'poll' , ' whiteboard', 'file' , 'todo' , 'contacts' ] ;
config . availablePadTypes = [ 'drive' , 'pad' , 'code' , 'slide' , 'poll' , ' kanban', ' whiteboard', 'file' , 'todo' , 'contacts' ] ;
config . registeredOnlyTypes = [ 'file' , 'contacts' ] ;
/ * C r y p t p a d a p p s u s e a c o m m o n A P I t o d i s p l a y n o t i f i c a t i o n s t o u s e r s
@ -81,6 +81,7 @@ define(function() {
whiteboard : 'fa-paint-brush' ,
todo : 'fa-tasks' ,
contacts : 'fa-users' ,
kanban : 'fa-list-alt' ,
} ;
// Ability to create owned pads and expiring pads through a new pad creation screen.