From 117eda8a04dfea8ac608fd9b69f767e6e1ac44c6 Mon Sep 17 00:00:00 2001 From: yflory Date: Mon, 18 Oct 2021 15:30:46 +0200 Subject: [PATCH] Reorder apps in menus and homepage --- customize.dist/pages/index.js | 2 +- www/common/application_config_internal.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/customize.dist/pages/index.js b/customize.dist/pages/index.js index 1f1efd4dc..e7038962f 100644 --- a/customize.dist/pages/index.js +++ b/customize.dist/pages/index.js @@ -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] diff --git a/www/common/application_config_internal.js b/www/common/application_config_internal.js index c0673da52..3360e4f15 100644 --- a/www/common/application_config_internal.js +++ b/www/common/application_config_internal.js @@ -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.