Skip to content

Commit

Permalink
Adding MarkdownFieldEnums.
Browse files Browse the repository at this point in the history
  • Loading branch information
Psichorex committed Dec 28, 2023
1 parent a4f044d commit 65f7265
Showing 1 changed file with 19 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,6 @@

public static class ContentFieldEditorEnums
{
public enum TextFieldEditors
{
CodeMirror,
Color,
Email,
IconPicker,
Monaco,
PredefinedList,
Tel,
TextArea,
Url,
}

public enum HtmlFieldEditors
{
Monaco,
Expand All @@ -23,8 +10,27 @@ public enum HtmlFieldEditors
Wysiwyg,
}

public enum MarkdownFieldEditors
{
TextArea,
Wysiwyg
}

public enum TaxonomyFieldEditors
{
Tags,
}

public enum TextFieldEditors
{
CodeMirror,
Color,
Email,
IconPicker,
Monaco,
PredefinedList,
Tel,
TextArea,
Url,
}
}

0 comments on commit 65f7265

Please sign in to comment.