mirror of https://github.com/node-red/node-red.git
Fix paletteCategories order
parent
09d55a0cbd
commit
4c78f06c2b
|
@ -243,7 +243,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: ['subflows','flow','input','output','function','parser','social','mobile','storage','analysis','advanced'],
|
||||
//paletteCategories: ['subflows', 'common', 'function', 'network', 'sequence', 'parser', 'storage'],
|
||||
|
||||
// Configure the logging output
|
||||
logging: {
|
||||
|
|
Loading…
Reference in New Issue