mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2026-01-06 03:30:04 -06:00
docs
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
public override int Outputs => 0;
|
||||
|
||||
public override FlowElementType Type => FlowElementType.Logic;
|
||||
public override string HelpUrl => "https://docs.fileflows.com/plugins/basic-nodes/goto-flow";
|
||||
public override string Icon => "fas fa-sitemap";
|
||||
|
||||
[Select("FLOW_LIST", 1)]
|
||||
|
||||
@@ -13,6 +13,7 @@ public class Log : Node
|
||||
public override int Outputs => 1;
|
||||
public override FlowElementType Type => FlowElementType.Logic;
|
||||
public override string Icon => "far fa-file-alt";
|
||||
public override string HelpUrl => "https://docs.fileflows.com/plugins/basic-nodes/log";
|
||||
|
||||
[Enum(1, LogType.Info, LogType.Debug, LogType.Warning, LogType.Error)]
|
||||
public LogType LogType { get; set; }
|
||||
|
||||
@@ -11,6 +11,7 @@ namespace FileFlows.BasicNodes.Functions
|
||||
public override int Outputs => 2;
|
||||
public override FlowElementType Type => FlowElementType.Logic;
|
||||
public override string Icon => "fas fa-equals";
|
||||
public override string HelpUrl => "https://docs.fileflows.com/plugins/basic-nodes/pattern-match";
|
||||
|
||||
[DefaultValue("")]
|
||||
[Text(1)]
|
||||
|
||||
Reference in New Issue
Block a user