From 248838fa66c7443ec700493f8dda01498022fb72 Mon Sep 17 00:00:00 2001 From: Mark Appleton Date: Wed, 16 Jul 2025 13:11:13 +0100 Subject: [PATCH] content settings page summernote fix --- .../Views/ContentSettings/Index.cshtml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/cloudscribe.Core.SimpleContent.CompiledViews.Bootstrap5/Views/ContentSettings/Index.cshtml b/src/cloudscribe.Core.SimpleContent.CompiledViews.Bootstrap5/Views/ContentSettings/Index.cshtml index ee0ac6c1..0aae892f 100644 --- a/src/cloudscribe.Core.SimpleContent.CompiledViews.Bootstrap5/Views/ContentSettings/Index.cshtml +++ b/src/cloudscribe.Core.SimpleContent.CompiledViews.Bootstrap5/Views/ContentSettings/Index.cshtml @@ -412,7 +412,9 @@ } - +@section Styles { + +} @section SideNav { } @@ -428,5 +430,5 @@ - + }