Setting the default Par Color to empty

Otherwise transparency is lost on PNG files
This commit is contained in:
Sebastien Ros 2013-10-14 11:48:34 -07:00
parent 91d0048f27
commit a62f0281eb

View File

@ -131,8 +131,8 @@ namespace Orchard.MediaProcessing.Providers.Filters {
_PadColor: Shape.Textbox(
Id: "padcolor", Name: "PadColor",
Title: T("Pad Color"),
Value: "#ffffff",
Description: T("The background color to use to pad the image. Named color or hex value."),
Value: "",
Description: T("The background color to use to pad the image e.g., #ffffff, red. Leave empty to keep transparency."),
Classes: new[] {"text small"})
);