From 54b0debb3b0a0b95c55176385f1d8c049db14875 Mon Sep 17 00:00:00 2001 From: dceejay Date: Wed, 25 Feb 2015 10:09:39 +0000 Subject: [PATCH] Re-order palette categories, move subflows to top of list. --- public/red/ui/palette.js | 2 +- settings.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/red/ui/palette.js b/public/red/ui/palette.js index c8255b517..3efc44824 100644 --- a/public/red/ui/palette.js +++ b/public/red/ui/palette.js @@ -17,7 +17,7 @@ RED.palette = (function() { var exclusion = ['config','unknown','deprecated']; - var core = ['input', 'output', 'function', 'subflows', 'social', 'storage', 'analysis', 'advanced']; + var core = ['subflows', 'input', 'output', 'function', 'social', 'storage', 'analysis', 'advanced']; function createCategoryContainer(category){ var escapedCategory = category.replace(" ","_"); diff --git a/settings.js b/settings.js index 3db5fca2d..1e9915e8a 100644 --- a/settings.js +++ b/settings.js @@ -139,7 +139,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: ['input', 'output', 'function', 'subflows', 'social', 'storage', 'analysis', 'advanced'], + //paletteCategories: ['subflows', 'input', 'output', 'function', 'social', 'storage', 'analysis', 'advanced'], // Configure the logging output logging: {