From abdee4695cab7cd825535a935d4e11657074bf80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20St=C3=A4rk?= Date: Sun, 27 Feb 2022 08:55:18 +0100 Subject: [PATCH] fixed build after pull request #2 --- src/AspNetCore.RapiDoc/RapiDocOptions.cs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/AspNetCore.RapiDoc/RapiDocOptions.cs b/src/AspNetCore.RapiDoc/RapiDocOptions.cs index 859df03..1cb9ba4 100644 --- a/src/AspNetCore.RapiDoc/RapiDocOptions.cs +++ b/src/AspNetCore.RapiDoc/RapiDocOptions.cs @@ -120,6 +120,11 @@ public string HeadingText /// public ApiServerOptions ApiServerOptions { get; set; } = new ApiServerOptions(); + /// + /// HTML content in predefined slots + /// + public SlotOptions SlotsOptions { get; set; } = new SlotOptions(); + } public class PathInfo