Browse Source

Update docs/en/modules/cms-kit/index.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
pull/23604/head
Engincan VESKE 12 months ago
committed by GitHub
parent
commit
12381fc602
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      docs/en/modules/cms-kit/index.md

2
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:

Loading…
Cancel
Save