Rename content property to content value in view model layer
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
namespace Umbraco.Cms.Api.Management.ViewModels.Content;
|
||||
|
||||
public abstract class ValueViewModelBase
|
||||
{
|
||||
public string? Culture { get; set; }
|
||||
|
||||
public string? Segment { get; set; }
|
||||
|
||||
public string Alias { get; set; } = string.Empty;
|
||||
|
||||
public object? Value { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user