mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
PascalCasing base theme property
--HG-- branch : dev
This commit is contained in:
@@ -127,7 +127,7 @@ namespace Orchard.Environment.Extensions.Folders {
|
|||||||
Tags = GetValue(fields, "Tags"),
|
Tags = GetValue(fields, "Tags"),
|
||||||
AntiForgery = GetValue(fields, "AntiForgery"),
|
AntiForgery = GetValue(fields, "AntiForgery"),
|
||||||
Zones = GetValue(fields, "Zones"),
|
Zones = GetValue(fields, "Zones"),
|
||||||
BaseTheme = GetValue(fields, "basetheme"),
|
BaseTheme = GetValue(fields, "BaseTheme"),
|
||||||
};
|
};
|
||||||
|
|
||||||
extensionDescriptor.Features = GetFeaturesForExtension(GetMapping(fields, "Features"), extensionDescriptor);
|
extensionDescriptor.Features = GetFeaturesForExtension(GetMapping(fields, "Features"), extensionDescriptor);
|
||||||
|
Reference in New Issue
Block a user