From e2ab75f45fd14e9ceaee00d5c225f322ffda2d3d Mon Sep 17 00:00:00 2001 From: Alexandru Gal Date: Fri, 9 Feb 2024 17:55:41 +0200 Subject: [PATCH] Add FeComponentType.Form_Template --- Ringhel.Procesio.Action.Core/Utils/FeComponentType.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Ringhel.Procesio.Action.Core/Utils/FeComponentType.cs b/Ringhel.Procesio.Action.Core/Utils/FeComponentType.cs index 00165af..7d4cce6 100644 --- a/Ringhel.Procesio.Action.Core/Utils/FeComponentType.cs +++ b/Ringhel.Procesio.Action.Core/Utils/FeComponentType.cs @@ -49,6 +49,8 @@ public enum FeComponentType Credentials_Custom = 40, Credentials_Smtp_Inbound = 41, + Form_Template = 42, + Ignore = 100, Any = 101, }