mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Change core node categories
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user