Change core node categories

This commit is contained in:
Nick O'Leary
2019-06-19 14:31:03 +01:00
parent 8ccbd2d8f9
commit 00a3e25714
18 changed files with 26 additions and 14 deletions

View File

@@ -17,7 +17,19 @@
RED.palette = (function() {
var exclusion = ['config','unknown','deprecated'];
var coreCategories = ['subflows', 'input', 'output', 'function', 'social', 'mobile', 'storage', 'analysis', 'advanced'];
var coreCategories = [
'subflows',
'flow',
'input',
'output',
'function',
'parser',
'social',
'mobile',
'storage',
'analysis',
'advanced'
];
var categoryContainers = {};
var sidebarControls;