diff --git a/src/VirtoCommerce.Xapi.Core/ModuleConstants.cs b/src/VirtoCommerce.Xapi.Core/ModuleConstants.cs index 5ed4aaa..7ee5ddf 100644 --- a/src/VirtoCommerce.Xapi.Core/ModuleConstants.cs +++ b/src/VirtoCommerce.Xapi.Core/ModuleConstants.cs @@ -90,7 +90,7 @@ public static class General Name = "Frontend.CatalogMenuLinkListName", ValueType = SettingValueType.ShortText, GroupName = "Virto Commerce Frontend", - DefaultValue = "catalog-menu", + DefaultValue = string.Empty, IsPublic = true }; diff --git a/src/VirtoCommerce.Xapi.Web/Localizations/en.Xapi.json b/src/VirtoCommerce.Xapi.Web/Localizations/en.Xapi.json index 2d86994..0956219 100644 --- a/src/VirtoCommerce.Xapi.Web/Localizations/en.Xapi.json +++ b/src/VirtoCommerce.Xapi.Web/Localizations/en.Xapi.json @@ -26,7 +26,7 @@ }, "Frontend.CatalogMenuLinkListName": { "title": "Top level catalog linked list", - "description": "The name of the top-level Catalog Linked List." + "description": "Specifies the name of the top-level catalog linked list (e.g., catalog-menu). If left empty, the menu will be automatically generated based on existing categories." }, "Frontend.CatalogEmptyCategoriesEnabled": { "title": "Display empty categories",