Reorder apps in menus and homepage

pull/1/head
yflory 3 years ago
parent 6aa921bff2
commit 117eda8a04

@ -44,9 +44,9 @@ define([
[ 'doc', Msg.type.doc], [ 'doc', Msg.type.doc],
[ 'presentation', Msg.type.presentation], [ 'presentation', Msg.type.presentation],
[ 'pad', Msg.type.pad], [ 'pad', Msg.type.pad],
[ 'kanban', Msg.type.kanban],
[ 'code', Msg.type.code], [ 'code', Msg.type.code],
[ 'form', Msg.type.form], [ 'form', Msg.type.form],
[ 'kanban', Msg.type.kanban],
[ 'whiteboard', Msg.type.whiteboard], [ 'whiteboard', Msg.type.whiteboard],
[ 'slide', Msg.type.slide], [ 'slide', Msg.type.slide],
[ 'drive', Msg.type.drive] [ 'drive', Msg.type.drive]

@ -11,8 +11,8 @@ 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.
*/ */
AppConfig.availablePadTypes = ['drive', 'teams', 'sheet', 'doc', 'presentation', 'pad', 'kanban', 'code', 'slide', 'poll', 'whiteboard', AppConfig.availablePadTypes = ['drive', 'teams', 'sheet', 'doc', 'presentation', 'pad', 'kanban', 'code', 'form', 'poll', 'whiteboard',
'file', 'contacts', 'form', 'convert']; 'file', 'contacts', 'slide', 'convert'];
/* 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
* listed here by default can't work without a user account. * listed here by default can't work without a user account.

Loading…
Cancel
Save