We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dbd6a4 commit d427accCopy full SHA for d427acc
flow-flowstream.js
@@ -2940,7 +2940,7 @@ const TEMPLATE_PUBLISH = `<script total>
2940
exports.icon = '{3}';
2941
exports.config = {};
2942
exports.outputs = [{ id: 'publish', name: 'Output' }];
2943
- exports.group = 'Publishers';
+ exports.group = 'Subscribe';
2944
exports.type = 'pub';
2945
exports.schemaid = ['{7}', '{1}'];
2946
@@ -2971,7 +2971,7 @@ const TEMPLATE_SUBSCRIBE = `<script total>
2971
2972
exports.name = '{0}';
2973
2974
- exports.group = 'Subscribers';
+ exports.group = 'Publish';
2975
2976
exports.inputs = [{ id: 'subscribe', name: 'Input' }];
2977
exports.type = 'sub';
0 commit comments