You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Renders an alternative URL in main navigation. Uses Commerce Cloud content url notation. For example: $url('Account-Show')$ or normal URL http://xchange.demandware.com",
7
+
"x-label": {
8
+
"default": "Alternative URL"
9
+
}
10
+
},
11
+
"c_catBannerID": {
12
+
"description": "Used to define the content asset used to populate a grid page banner for a category. This value is applied to all sub-category navigation (cascading) if no specific catBannerID has been defined for a sub-category.",
"description": "Use this attribute to apply custom styles for this category.",
21
+
"x-label": {
22
+
"default": "Custom CSS File"
23
+
}
24
+
},
25
+
"c_enableCompare": {
26
+
"description": "Used to define if/when the Compare feature is to be visualized in the storefront based on navigation. If enableCompare = FALSE, no Compare checkboxes will be displayed in the grid view. If enableCompare = TRUE, the category (and its children) will support the Compare feature.",
"description": "Which way to orient the menu and optional header menu HTML. Vertical will list all in one line. Horizontal will list in columns.",
40
+
"enum": [
41
+
"Horizontal",
42
+
"Vertical"
43
+
],
44
+
"x-enum-labels": [
45
+
{
46
+
"default": "Horizontal"
47
+
},
48
+
{
49
+
"default": "Vertical"
50
+
}
51
+
],
52
+
"x-label": {
53
+
"default": "Header Menu Orientation"
54
+
},
55
+
"type": "string"
56
+
},
57
+
"c_showInMenu": {
58
+
"description": "Used to indicate that a category (such as Mens -> Footwear -> Boots) will display in the roll-over navigation. A sub-category only shows if also the parent category is marked as showInMenu. Up to three category levels are shown in roll-over navigation.",
59
+
"x-label": {
60
+
"default": "Show in Menu Navigation"
61
+
},
62
+
"type": "boolean"
63
+
},
64
+
"c_sizeChartID": {
65
+
"description": "Used to define the content asset ID of the Size Chart that is appropriate for products whose PRIMARY category is the associated category (and its children). Whenever a product detail page (or quick view) is rendered, the Size Chart link is populated based on the value of this attribute for the products primary categorization. If not defined, NO size chart link is displayed.",
0 commit comments