HierarchicalConfigSchema
Note: this document is automatically generated from configuration objects in our source code. See Config guide for more info
Source file
packages/product-core/src/RootModel/HierarchicalConfig.ts
generally exists on the config.json or root config as configuration.hierarchical
HierarchicalConfigSchema - Slots
slot: configuration.hierarchical.sort.trackNames
trackNames: {
type: 'boolean',
defaultValue: false,
}
slot: configuration.hierarchical.sort.categories
categories: {
type: 'boolean',
defaultValue: false,
}
slot: configuration.hierarchical.defaultCollapsed.categoryNames
categoryNames: {
type: 'stringArray',
defaultValue: [],
}
slot: configuration.hierarchical.defaultCollapsed.topLevelCategories
topLevelCategories: {
type: 'boolean',
defaultValue: false,
}
slot: configuration.hierarchical.defaultCollapsed.subCategories
subCategories: {
type: 'boolean',
defaultValue: false,
}