diff --git a/editor/js/ui/palette.js b/editor/js/ui/palette.js index e0f193032..d042d5eca 100644 --- a/editor/js/ui/palette.js +++ b/editor/js/ui/palette.js @@ -17,7 +17,7 @@ RED.palette = (function() { var exclusion = ['config','unknown','deprecated']; - var core = ['subflows', 'input', 'output', 'function', 'social', 'storage', 'analysis', 'advanced']; + var core = ['subflows', 'input', 'output', 'function', 'social', 'mobile', 'storage', 'analysis', 'advanced']; var categoryContainers = {}; diff --git a/settings.js b/settings.js index 0073fdfe7..75874e539 100644 --- a/settings.js +++ b/settings.js @@ -154,7 +154,7 @@ module.exports = { // palette. If a node's category is not in the list, the category will get // added to the end of the palette. // If not set, the following default order is used: - //paletteCategories: ['subflows', 'input', 'output', 'function', 'social', 'storage', 'analysis', 'advanced'], + //paletteCategories: ['subflows', 'input', 'output', 'function', 'social', 'mobile', 'storage', 'analysis', 'advanced'], // Configure the logging output logging: {