mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Re-order palette categories, move subflows to top of list.
This commit is contained in:
parent
1876b56022
commit
54b0debb3b
@ -17,7 +17,7 @@
|
|||||||
RED.palette = (function() {
|
RED.palette = (function() {
|
||||||
|
|
||||||
var exclusion = ['config','unknown','deprecated'];
|
var exclusion = ['config','unknown','deprecated'];
|
||||||
var core = ['input', 'output', 'function', 'subflows', 'social', 'storage', 'analysis', 'advanced'];
|
var core = ['subflows', 'input', 'output', 'function', 'social', 'storage', 'analysis', 'advanced'];
|
||||||
|
|
||||||
function createCategoryContainer(category){
|
function createCategoryContainer(category){
|
||||||
var escapedCategory = category.replace(" ","_");
|
var escapedCategory = category.replace(" ","_");
|
||||||
|
@ -139,7 +139,7 @@ module.exports = {
|
|||||||
// palette. If a node's category is not in the list, the category will get
|
// palette. If a node's category is not in the list, the category will get
|
||||||
// added to the end of the palette.
|
// added to the end of the palette.
|
||||||
// If not set, the following default order is used:
|
// If not set, the following default order is used:
|
||||||
//paletteCategories: ['input', 'output', 'function', 'subflows', 'social', 'storage', 'analysis', 'advanced'],
|
//paletteCategories: ['subflows', 'input', 'output', 'function', 'social', 'storage', 'analysis', 'advanced'],
|
||||||
|
|
||||||
// Configure the logging output
|
// Configure the logging output
|
||||||
logging: {
|
logging: {
|
||||||
|
Loading…
Reference in New Issue
Block a user