Skip to content

Commit 8a97ef4

Browse files
authored
Merge pull request #402 from iceljc/features/clean-conv-code
add file editor
2 parents 9fd3ea9 + d59c99c commit 8a97ef4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Infrastructure/BotSharp.Abstraction/Messaging/Enums/EditorTypeEnum.cs

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ public static class EditorTypeEnum
1212
public const string DateTimePicker = "datetime-picker";
1313
public const string DateTimeRangePicker = "datetime-range-picker";
1414
public const string Email = "email";
15+
public const string File = "file";
1516

1617
/// <summary>
1718
/// Regex, set the expression in editor_attributes

0 commit comments

Comments
 (0)