From d59c99c712c60b8f2d23e5635aea2cad7d0cbcf1 Mon Sep 17 00:00:00 2001 From: Jicheng Lu <103353@smsassist.com> Date: Mon, 8 Apr 2024 18:06:50 -0500 Subject: [PATCH] add file editor --- .../BotSharp.Abstraction/Messaging/Enums/EditorTypeEnum.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Infrastructure/BotSharp.Abstraction/Messaging/Enums/EditorTypeEnum.cs b/src/Infrastructure/BotSharp.Abstraction/Messaging/Enums/EditorTypeEnum.cs index f190e5e5c..9516bb13a 100644 --- a/src/Infrastructure/BotSharp.Abstraction/Messaging/Enums/EditorTypeEnum.cs +++ b/src/Infrastructure/BotSharp.Abstraction/Messaging/Enums/EditorTypeEnum.cs @@ -12,6 +12,7 @@ public static class EditorTypeEnum public const string DateTimePicker = "datetime-picker"; public const string DateTimeRangePicker = "datetime-range-picker"; public const string Email = "email"; + public const string File = "file"; /// /// Regex, set the expression in editor_attributes