Skip to content

Commit 13c2120

Browse files
committed
VCST-1932: Set CatalogMenuLinkListName default value to empty.
feat: Set CatalogMenuLinkListName default value to empty.
1 parent 4295296 commit 13c2120

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/VirtoCommerce.Xapi.Core/ModuleConstants.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ public static class General
9090
Name = "Frontend.CatalogMenuLinkListName",
9191
ValueType = SettingValueType.ShortText,
9292
GroupName = "Virto Commerce Frontend",
93-
DefaultValue = "catalog-menu",
93+
DefaultValue = string.Empty,
9494
IsPublic = true
9595
};
9696

src/VirtoCommerce.Xapi.Web/Localizations/en.Xapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
"Frontend.CatalogMenuLinkListName": {
2828
"title": "Top level catalog linked list",
29-
"description": "The name of the top-level Catalog Linked List."
29+
"description": "The name of the top-level Catalog Linked List. Ex: catalog-menu"
3030
},
3131
"Frontend.CatalogEmptyCategoriesEnabled": {
3232
"title": "Display empty categories",

0 commit comments

Comments
 (0)