Fixes: U4-3661 Unable to Create Color Picker DataType & U4-3645 Media Picker Umbraco 7 can select multiple

This commit is contained in:
Shannon
2013-11-25 12:02:25 +11:00
parent cafeb6d8c6
commit 9bf2819ac6

View File

@@ -16,7 +16,7 @@ namespace Umbraco.Web.PropertyEditors
{
InternalPreValues = new Dictionary<string, object>
{
{"multiPicker", false}
{"multiPicker", "0"}
};
}