mirror of https://github.com/xwiki-labs/cryptpad
Reorder apps in menus and homepage
This commit is contained in:
parent
6aa921bff2
commit
117eda8a04
|
@ -44,9 +44,9 @@ define([
|
|||
[ 'doc', Msg.type.doc],
|
||||
[ 'presentation', Msg.type.presentation],
|
||||
[ 'pad', Msg.type.pad],
|
||||
[ 'kanban', Msg.type.kanban],
|
||||
[ 'code', Msg.type.code],
|
||||
[ 'form', Msg.type.form],
|
||||
[ 'kanban', Msg.type.kanban],
|
||||
[ 'whiteboard', Msg.type.whiteboard],
|
||||
[ 'slide', Msg.type.slide],
|
||||
[ 'drive', Msg.type.drive]
|
||||
|
|
|
@ -11,8 +11,8 @@ define(function() {
|
|||
* redirected to the drive.
|
||||
* You should never remove the drive from this list.
|
||||
*/
|
||||
AppConfig.availablePadTypes = ['drive', 'teams', 'sheet', 'doc', 'presentation', 'pad', 'kanban', 'code', 'slide', 'poll', 'whiteboard',
|
||||
'file', 'contacts', 'form', 'convert'];
|
||||
AppConfig.availablePadTypes = ['drive', 'teams', 'sheet', 'doc', 'presentation', 'pad', 'kanban', 'code', 'form', 'poll', 'whiteboard',
|
||||
'file', 'contacts', 'slide', 'convert'];
|
||||
/* 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
|
||||
* listed here by default can't work without a user account.
|
||||
|
|
Loading…
Reference in New Issue