mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Add mobile category to palette order
This commit is contained in:
parent
ce22b494ec
commit
90bfe378d0
@ -17,7 +17,7 @@
|
|||||||
RED.palette = (function() {
|
RED.palette = (function() {
|
||||||
|
|
||||||
var exclusion = ['config','unknown','deprecated'];
|
var exclusion = ['config','unknown','deprecated'];
|
||||||
var core = ['subflows', 'input', 'output', 'function', 'social', 'storage', 'analysis', 'advanced'];
|
var core = ['subflows', 'input', 'output', 'function', 'social', 'mobile', 'storage', 'analysis', 'advanced'];
|
||||||
|
|
||||||
var categoryContainers = {};
|
var categoryContainers = {};
|
||||||
|
|
||||||
|
@ -154,7 +154,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: ['subflows', 'input', 'output', 'function', 'social', 'storage', 'analysis', 'advanced'],
|
//paletteCategories: ['subflows', 'input', 'output', 'function', 'social', 'mobile', 'storage', 'analysis', 'advanced'],
|
||||||
|
|
||||||
// Configure the logging output
|
// Configure the logging output
|
||||||
logging: {
|
logging: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user