graycoreio/daffodil

View on GitHub
libs/navigation/driver/magento/src/config/default.ts

Summary

Maintainability
A
0 mins
Test Coverage
import { MagentoNavigationDriverConfig } from './interface';

/**
 * The default configuration for the {@link MagentoNavigationDriverConfig}.
 */
export const MAGENTO_NAVIGATION_DRIVER_CONFIG_DEFAULT: MagentoNavigationDriverConfig = {
  navigationTreeQueryDepth: 3,
};