Skip to content

Commit

Permalink
Text area property editor should use "text" as value type
Browse files Browse the repository at this point in the history
  • Loading branch information
abjerner committed Apr 1, 2022
1 parent 71a76a0 commit 9a2536e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ namespace Skybrud.Umbraco.TextBox.PropertyEditors {
/// <summary>
/// Represents a textarea property editor.
/// </summary>
[DataEditor(EditorAlias, EditorType.PropertyValue, "Skybrud Textarea", EditorView, Group = "Skybrud", Icon = EditorIcon)]
[DataEditor(EditorAlias, EditorType.PropertyValue, "Skybrud Textarea", EditorView, ValueType = ValueTypes.Text, Group = "Skybrud", Icon = EditorIcon)]
public class TextAreaDataEditor : DataEditor {

internal const string EditorAlias = "Skybrud.TextArea";
Expand Down

0 comments on commit 9a2536e

Please sign in to comment.