mirror of https://github.com/node-red/node-red.git
Added deprecated to exclusion list
parent
ef6a0e5947
commit
4afda2f53b
|
@ -16,7 +16,7 @@
|
|||
|
||||
RED.palette = function() {
|
||||
|
||||
var exclusion = ['config','unknown'];
|
||||
var exclusion = ['config','unknown','deprecated'];
|
||||
var core = ['input', 'output', 'function', 'social', 'storage', 'analysis', 'advanced'];
|
||||
|
||||
function createCategoryContainer(category){
|
||||
|
|
Loading…
Reference in New Issue