mirror of
https://github.com/revenz/FileFlowsPlugins.git
synced 2025-12-21 00:19:32 -06:00
FF-1914: New docker plugin
This commit is contained in:
@@ -42,14 +42,13 @@ public class DockerExecute: Node
|
||||
/// Gets or sets additional outputs
|
||||
/// </summary>
|
||||
[StringArray(3)]
|
||||
[Required]
|
||||
public List<string> AdditionalOutputs { get; set; } = [];
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the docker command
|
||||
/// </summary>
|
||||
[Required]
|
||||
[TextVariable(3)]
|
||||
[TextArea(3, true)]
|
||||
public string Command { get; set; } = string.Empty;
|
||||
|
||||
/// <inheritdoc />
|
||||
|
||||
@@ -13,7 +13,7 @@ public class Plugin : FileFlows.Plugin.IPlugin
|
||||
public string MinimumVersion => "1.0.4.2019";
|
||||
|
||||
/// <inheritdoc />
|
||||
public string Icon => "fab fa-docker";
|
||||
public string Icon => "svg:docker";
|
||||
|
||||
/// <inheritdoc />
|
||||
public void Init() { }
|
||||
|
||||
Reference in New Issue
Block a user