convert stuff, icons

This commit is contained in:
John Andrews
2024-03-17 16:40:25 +13:00
parent 03e7561437
commit 306a4e408b
34 changed files with 379 additions and 238 deletions

View File

@@ -2,10 +2,16 @@ namespace FileFlows.EmailNodes;
public class Plugin : IPlugin
{
/// <inheritdoc />
public Guid Uid => new Guid("b5077522-4a31-4faa-b9a7-b409ecb9c01e");
/// <inheritdoc />
public string Name => "Email";
/// <inheritdoc />
public string MinimumVersion => "1.0.4.2019";
/// <inheritdoc />
public string Icon => "fas fa-envelope";
/// <inheritdoc />
public void Init()
{
}