Skip to content

Commit

Permalink
Added Indexing to v11+ UmbracoCmsSchema.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
bergmania committed Aug 9, 2023
1 parent 945e3be commit a4f84ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/Umbraco.JsonSchema/UmbracoCmsSchema.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ public class UmbracoCmsDefinition
public ImagingSettings Imaging { get; set; } = null!;

public IndexCreatorSettings Examine { get; set; } = null!;
public IndexingSettings Indexing { get; set; } = null!;

public KeepAliveSettings KeepAlive { get; set; } = null!;

Expand Down

0 comments on commit a4f84ed

Please sign in to comment.