Skip to content

Commit

Permalink
Add a flag to also enrich required fields.
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianStehle committed Aug 15, 2024
1 parent 6f450ea commit 36a8d24
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion csharp/Squidex.ClientLibrary/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<PackageTags>Squidex HeadlessCMS</PackageTags>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<Version>19.2.0</Version>
<Version>19.3.0</Version>
</PropertyGroup>

<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ public sealed class BulkUpdate
/// </summary>
public bool DoNotValidateWorkflow { get; set; }

/// <summary>
/// True, to also enrich required fields. Default: false.
/// </summary>
public bool EnrichRequiredFields { get; set; }

/// <summary>
/// True to check referrers of this content.
/// </summary>
Expand Down

0 comments on commit 36a8d24

Please sign in to comment.