Merge branch 'Nicholas-Westby-7.1.5' into 7.2.0
This commit is contained in:
@@ -981,7 +981,7 @@ i.small{
|
||||
.icon-movie:before {
|
||||
content: "\e135";
|
||||
}
|
||||
.icon-map-loaction:before {
|
||||
.icon-map-location:before {
|
||||
content: "\e136";
|
||||
}
|
||||
.icon-map-alt:before {
|
||||
|
||||
@@ -3,8 +3,8 @@ using Umbraco.Core.PropertyEditors;
|
||||
|
||||
namespace Umbraco.Web.PropertyEditors
|
||||
{
|
||||
[PropertyEditor(Constants.PropertyEditors.TextboxMultipleAlias, "Textarea", "textarea", IsParameterEditor = true)]
|
||||
[PropertyEditor(Constants.PropertyEditors.TextboxMultipleAlias, "Textarea", "textarea", IsParameterEditor = true, ValueType = "TEXT")]
|
||||
public class TextAreaPropertyEditor : PropertyEditor
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user