Skip to content

Commit c20333c

Browse files
authored
Fix paletteCategories order
1 parent 8350ae8 commit c20333c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/user-guide/runtime/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ paletteCategories
124124
the list, the category will get added to the end of the palette. If not set,
125125
the following default order is used:
126126

127-
['subflows', 'input', 'output', 'function', 'social', 'storage', 'analysis', 'advanced'],
127+
['subflows', 'common', 'function', 'network', 'sequence', 'parser', 'storage'],
128128

129129
_Note_: Until the user creates a subflow the subflow category will be empty and will
130130
not be visible in the palette.

0 commit comments

Comments
 (0)