Version
Language

CMS Kit: Global Resources

CMS Kit Global Resources system allows to add global styles and scripts dynamically.

The User Interface

Menu items

CMS Kit module admin side adds the following items to the main menu, under the Global Resources menu item:

  • Global Resources: Global resources management page.

CmsKitAdminMenus class has the constants for the menu item names.

Global Resources Page

Global Resources page is used to manage global styles and scripts in the system.

cms-kit-global-resources-page

Internals

Domain Layer

Aggregates

This module follows the Entity Best Practices & Conventions guide.

  • GlobalResource (aggregate root): Stores a resource.

Repositories

This module follows the Repository Best Practices & Conventions guide.

Following custom repositories are defined for this feature:

  • IGlobalResourceRepository

Domain services

This module follows the Domain Services Best Practices & Conventions guide.

Global Resource Manager

GlobalResourceManager is used to perform operations for the GlobalResource aggregate root.

Application layer

Application services

  • GlobalResourceAdminAppService (implements IGlobalResourceAdminAppService): Implements the management operations of global resources system.
  • GlobalResourcePublicAppService (implements IGlobalResourcePublicAppService): Implements the public use cases of global resources system.

Database

Entity Framework Core

Tables
  • CmsGlobalResources

MongoDB

Collections
  • CmsGlobalResources
Was this page helpful?
Please make a selection.
Thank you for your valuable feedback!

Please note that although we cannot respond to feedback, our team will use your comments to improve the experience.

In this document
Mastering ABP Framework Book
Mastering ABP Framework

This book will help you gain a complete understanding of the framework and modern web application development techniques.