|
|
@ -11,7 +11,7 @@ define(function() {
|
|
|
|
* redirected to the drive.
|
|
|
|
* redirected to the drive.
|
|
|
|
* You should never remove the drive from this list.
|
|
|
|
* You should never remove the drive from this list.
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
config.availablePadTypes = ['drive', 'pad', 'oocell', 'code', 'slide', 'poll', 'kanban', 'whiteboard',
|
|
|
|
config.availablePadTypes = ['drive', 'pad', 'sheet', 'code', 'slide', 'poll', 'kanban', 'whiteboard',
|
|
|
|
/*'oodoc', 'ooslide',*/ 'file', 'todo', 'contacts'];
|
|
|
|
/*'oodoc', 'ooslide',*/ 'file', 'todo', 'contacts'];
|
|
|
|
/* The registered only types are apps restricted to registered users.
|
|
|
|
/* The registered only types are apps restricted to registered users.
|
|
|
|
* You should never remove apps from this list unless you know what you're doing. The apps
|
|
|
|
* You should never remove apps from this list unless you know what you're doing. The apps
|
|
|
@ -20,7 +20,7 @@ define(function() {
|
|
|
|
* users and these users will be redirected to the login page if they still try to access
|
|
|
|
* users and these users will be redirected to the login page if they still try to access
|
|
|
|
* the app
|
|
|
|
* the app
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
config.registeredOnlyTypes = ['file', 'contacts', 'oodoc', 'ooslide', 'oocell'];
|
|
|
|
config.registeredOnlyTypes = ['file', 'contacts', 'oodoc', 'ooslide', 'sheet'];
|
|
|
|
|
|
|
|
|
|
|
|
/* Cryptpad apps use a common API to display notifications to users
|
|
|
|
/* Cryptpad apps use a common API to display notifications to users
|
|
|
|
* by default, notifications are hidden after 5 seconds
|
|
|
|
* by default, notifications are hidden after 5 seconds
|
|
|
@ -95,7 +95,7 @@ define(function() {
|
|
|
|
kanban: 'cptools-kanban',
|
|
|
|
kanban: 'cptools-kanban',
|
|
|
|
oodoc: 'fa-file-word-o',
|
|
|
|
oodoc: 'fa-file-word-o',
|
|
|
|
ooslide: 'fa-file-powerpoint-o',
|
|
|
|
ooslide: 'fa-file-powerpoint-o',
|
|
|
|
oocell: 'fa-file-excel-o',
|
|
|
|
sheet: 'fa-file-excel-o',
|
|
|
|
drive: 'fa-hdd-o',
|
|
|
|
drive: 'fa-hdd-o',
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|