FF-152 - saving pattern match match to "PatternMatch" variable

added help links to image and audio nodes
This commit is contained in:
John Andrews
2022-08-08 14:51:14 +12:00
parent ecbac6a1c7
commit 9761376ee1
10 changed files with 70 additions and 35 deletions

View File

@@ -9,6 +9,7 @@ public class AudioFileNormalization : AudioNode
public override int Inputs => 1;
public override int Outputs => 1;
public override FlowElementType Type => FlowElementType.Process;
public override string HelpUrl => "https://docs.fileflows.com/plugins/audio-nodes/audio-file-normalization";
public override string Icon => "fas fa-volume-up";