mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Renamed WithDisplayName to DisplayedAs and removed test view from TheThemeMachine.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user