Added Indexing to v11+ UmbracoCmsSchema.cs
This commit is contained in:
@@ -37,6 +37,7 @@ internal class UmbracoCmsSchema
|
|||||||
public ImagingSettings Imaging { get; set; } = null!;
|
public ImagingSettings Imaging { get; set; } = null!;
|
||||||
|
|
||||||
public IndexCreatorSettings Examine { get; set; } = null!;
|
public IndexCreatorSettings Examine { get; set; } = null!;
|
||||||
|
public IndexingSettings Indexing { get; set; } = null!;
|
||||||
|
|
||||||
public KeepAliveSettings KeepAlive { get; set; } = null!;
|
public KeepAliveSettings KeepAlive { get; set; } = null!;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user