|
|
|
@ -174,6 +174,11 @@ public static class ModuleExtensionConfigurationHelper |
|
|
|
property.DefaultValue = propertyConfig.DefaultValue; |
|
|
|
property.DefaultValueFactory = propertyConfig.DefaultValueFactory; |
|
|
|
property.Lookup = propertyConfig.UI.Lookup; |
|
|
|
property.Configuration.Clear(); |
|
|
|
foreach (var configuration in propertyConfig.Configuration) |
|
|
|
{ |
|
|
|
property.Configuration[configuration.Key] = configuration.Value; |
|
|
|
} |
|
|
|
} |
|
|
|
); |
|
|
|
} |
|
|
|
|