Renamed WithDisplayName to DisplayedAs and removed test view from TheThemeMachine.

This commit is contained in:
Sipke Schoorstra
2015-11-19 17:56:42 +01:00
parent f7e3f48df1
commit e5bb771be1
3 changed files with 1 additions and 14 deletions

View File

@@ -36,7 +36,7 @@ namespace Orchard.Layouts.Helpers {
return this;
}
public SnippetFieldDescriptorBuilder WithDisplayName(LocalizedString value) {
public SnippetFieldDescriptorBuilder DisplayedAs(LocalizedString value) {
Descriptor.DisplayName = value;
return this;
}