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 27613ed commit d12fac4Copy full SHA for d12fac4
web/shellagent.js
@@ -368,9 +368,9 @@ app.registerExtension({
368
addIn('IMAGE', 'ShellAgentPluginInputImage')
369
addOut('IMAGE', 'ShellAgentPluginSaveImage')
370
addOut('IMAGE', 'ShellAgentPluginSaveImages')
371
- addOut('STRING', 'ShellAgentPluginOutputInteger')
372
- addOut('STRING', 'ShellAgentPluginOutputFloat')
373
- addOut('STRING', 'ShellAgentPluginOutputText')
+ // addOut('STRING', 'ShellAgentPluginOutputInteger')
+ // addOut('STRING', 'ShellAgentPluginOutputFloat')
+ // addOut('STRING', 'ShellAgentPluginOutputText')
374
}
375
});
376
0 commit comments