Model, retrieval, mapping and display for fall back language editing

This commit is contained in:
AndyButland
2018-07-05 16:00:53 +02:00
parent 2bae3e2eda
commit 592de8bebc
12 changed files with 100 additions and 5 deletions

View File

@@ -33,5 +33,11 @@ namespace Umbraco.Core.Models
/// If true, a variant node cannot be published unless this language variant is created
/// </summary>
bool Mandatory { get; set; }
/// <summary>
/// Defines the fallback language that can be used in multi-lingual scenarios to provide
/// content if the requested language does not have it published.
/// </summary>
ILanguage FallbackLanguage { get; set; }
}
}