Skip to content

Commit

Permalink
Merge pull request #402 from iceljc/features/clean-conv-code
Browse files Browse the repository at this point in the history
add file editor
  • Loading branch information
Oceania2018 authored Apr 8, 2024
2 parents 9fd3ea9 + d59c99c commit 8a97ef4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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";

/// <summary>
/// Regex, set the expression in editor_attributes
Expand Down

0 comments on commit 8a97ef4

Please sign in to comment.