|
|
|
@ -24,6 +24,16 @@ namespace Squidex.Areas.Api.Controllers.Schemas.Models |
|
|
|
/// </summary>
|
|
|
|
public SchemaScriptsDto? Scripts { get; set; } |
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// The names of the fields that should be used in references.
|
|
|
|
/// </summary>
|
|
|
|
public FieldNames? FieldsInReferences { get; set; } |
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// The names of the fields that should be shown in lists, including meta fields.
|
|
|
|
/// </summary>
|
|
|
|
public FieldNames? FieldsInLists { get; set; } |
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// Optional fields.
|
|
|
|
/// </summary>
|
|
|
|
|