Don't allow selecting non-element types when composing element types
This commit is contained in:
committed by
Sebastiaan Janssen
parent
a7f1001c53
commit
604bb6b526
@@ -16,5 +16,10 @@
|
||||
/// along with any content types that have matching property types that are included in the filtered content types
|
||||
/// </summary>
|
||||
public string[] FilterContentTypes { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Wether the content type is currently marked as an element type
|
||||
/// </summary>
|
||||
public bool IsElement { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user