FF-131 - filename pattern repalcer now in group "File"

This commit is contained in:
John Andrews
2022-06-23 19:44:11 +12:00
parent 148076697b
commit fde326eade
16 changed files with 3 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -209,7 +209,7 @@
}
},
"PatternReplacer": {
"Title": "Filename Pattern Replacer",
"Label": "Filename Pattern Replacer",
"Description": "Lets you make replacements in the filename. Can use regular expressions for replacements, or simple string replacements.\n\nOutput 1: Replacement done\nOutput 2: No replacement done",
"Outputs": {
"1": "Replacement done",

View File

@@ -12,6 +12,8 @@ public class PatternReplacer : Node
public override FlowElementType Type => FlowElementType.Process;
public override string Icon => "fas fa-exchange-alt";
public string Group => "File";
public override string HelpUrl => "https://docs.fileflows.com/plugins/basic-nodes/filename-pattern-replacer";
internal bool UnitTest = false;

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.