mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Added deprecated to exclusion list
This commit is contained in:
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
Block a user