This commit is contained in:
@@ -3,6 +3,7 @@ import { BrandingConfig } from './branding.model';
|
||||
import { CatalogConfig } from './catalog-config.model';
|
||||
import { CompanyConfig } from './company.model';
|
||||
import { FeatureFlagsConfig } from './feature-flags.model';
|
||||
import { MarketplaceFeaturesConfig } from './features-config.model';
|
||||
import { FooterConfig } from './footer-config.model';
|
||||
import { HeaderConfig } from './header-config.model';
|
||||
import { PlatformLayoutConfig } from './layout.model';
|
||||
@@ -26,6 +27,7 @@ export interface BootstrapConfig {
|
||||
theme: ThemeConfig;
|
||||
company: CompanyConfig;
|
||||
featureFlags: FeatureFlagsConfig;
|
||||
features?: MarketplaceFeaturesConfig;
|
||||
apiEndpoints: ApiEndpointsConfig;
|
||||
localization: LocalizationConfig;
|
||||
seo: SeoConfig;
|
||||
|
||||
Reference in New Issue
Block a user