We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9784393 commit 29c22c1Copy full SHA for 29c22c1
src/Elastic.Markdown/Slices/_ViewModels.cs
@@ -20,7 +20,6 @@ public class IndexViewModel
20
public required string? UrlPathPrefix { get; init; }
21
public required string? GithubEditUrl { get; init; }
22
public required Deployment? Applies { get; init; }
23
-
24
public required bool AllowIndexing { get; init; }
25
}
26
@@ -35,8 +34,7 @@ public class LayoutViewModel
35
34
public required string NavigationHtml { get; set; }
36
public required string? UrlPathPrefix { get; set; }
37
public required string? GithubEditUrl { get; set; }
38
39
- public bool AllowIndexing { get; init; }
+ public required bool AllowIndexing { get; init; }
40
41
private MarkdownFile[]? _parents;
42
public MarkdownFile[] Parents
0 commit comments