Unified Config CMS Service
Introduction
The Unified Config CMS Service consolidates the Config, CMS, and i18n services into a single unified API. It is responsible for:
- Platform configuration (routes, menu, services setup, feature flags)
- CMS page layout retrieval for dynamic routes
- Localization dictionary management
This service is used to reduce the number of API calls required on application startup.
Current Interface definition can be accessed by going to UnifiedConfigCMS.ts on github