feat: add moduleType to configurations, introduce DetailPageProvider, and consolidate macOS detection into module provider context
This commit is contained in:
@@ -19,4 +19,7 @@ export const FullPageModuleConfig: ModuleConfigEntity = {
|
||||
|
||||
/** Architectural category of the module, used for rendering and routing logic */
|
||||
moduleCategory: 'FULL_PAGE',
|
||||
|
||||
/** */
|
||||
moduleType: 'MASTER_DATA',
|
||||
} as const;
|
||||
|
||||
+3
@@ -19,4 +19,7 @@ export const SinglePageModuleConfig: ModuleConfigEntity = {
|
||||
|
||||
/** Architectural category of the module, used for rendering and routing logic */
|
||||
moduleCategory: 'SINGLE_PAGE',
|
||||
|
||||
/** */
|
||||
moduleType: 'MASTER_DATA',
|
||||
} as const;
|
||||
|
||||
Reference in New Issue
Block a user