From 12381fc602e73b2fe94723425fc9f7a97030b8e3 Mon Sep 17 00:00:00 2001 From: Engincan VESKE Date: Tue, 26 Aug 2025 07:33:10 +0000 Subject: [PATCH] Update docs/en/modules/cms-kit/index.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- docs/en/modules/cms-kit/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/modules/cms-kit/index.md b/docs/en/modules/cms-kit/index.md index 498ad6419b..3744ce3590 100644 --- a/docs/en/modules/cms-kit/index.md +++ b/docs/en/modules/cms-kit/index.md @@ -74,7 +74,7 @@ CMS kit packages are designed for various usage scenarios. If you check the [CMS ## Integrating Public and Admin Packages in a Unified Application -If you are using a single application for both admin and public web side, it's important to configure the global layout settings appropriately. By default, the layout is set for a **Public Website**, which is suitable for public-facing pages. However, when your application serves both admin and public pages, you should explicitly set the global layout for all CMS Kit pages. +If you are using a single application for both admin and public web site, it's important to configure the global layout settings appropriately. By default, the layout is set for a **Public Website**, which is suitable for public-facing pages. However, when your application serves both admin and public pages, you should explicitly set the global layout for all CMS Kit pages. To do this, add a `_ViewStart.cshtml` file to your web project at `/Pages/Public/CmsKit/_ViewStart.cshtml` and configure the layout as shown below: